NetIpStackInfo

NetIpStackInfo
NetIpStackInfo

Protocol version independent reporting data object for IP stack.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "neighbor": [
        {
            "_typeName": "string",
            "ipAddress": "string",
            "physicalAddress": "string",
            "device": "string",
            "type": "string"
        }
    ],
    "defaultRouter": [
        {
            "_typeName": "string",
            "ipAddress": "string",
            "device": "string",
            "lifetime": "string",
            "preference": "string"
        }
    ]
}
neighbor
Optional

Zero, one or more entries of neighbors discovered using ARP or NDP.

This information is used to help diagnose connectivity or performance issues. This property maps to RFC 4293 ipNetToPhysicalTable.

defaultRouter
Optional

Zero one or more entries of discovered IP routers that are directly reachable from a an interface on this system.

This property maps to RFC 4293 ipDefaultRouterTable.