Return the Neighbor Table populated on a Router.

get/config/neighborTable

Response

The Neighbor Table populated on the Router.

eui64string required

The EUI64 of the neighbor node.

etxinteger required

ETX EWMA of the neighbor node.

rslinteger required

RSL EWMA of the neighbor node.

rssiinteger required

Raw RSSI for the neighbor node.

panSizeinteger required

The node's reported PAN size.

routingCostinteger required

The node's reported routing cost.

ipAddressesstring[] required

The IP addresses of the neighbor node. IPv6 address strings are formatted per RFC 5952.

timeSinceLastRxinteger required

msec since last Rx from the neighbor node.

isParentStatusinteger required

The RPL parent status of the neighbor. 0 means the neighbor is not a RPL parent, 1 means the neighbor is a RPL parent, 2 means the neighbor is the preferred RPL parent.

Example response

[
  {
    "ipAddresses": [
      "FF02::1"
    ]
  }
]

Changes