PhysicalNicCdpDeviceCapability

PhysicalNicCdpDeviceCapability
PhysicalNicCdpDeviceCapability

The capability of the CDP-awared device that connects to a Physical NIC.

PhysicalNicCdpInfo

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "router": false,
    "transparentBridge": false,
    "sourceRouteBridge": false,
    "networkSwitch": false,
    "host": false,
    "igmpEnabled": false,
    "repeater": false
}
boolean
router
Required

The CDP-awared device has the capability of a routing for at least one network layer protocol

boolean
transparentBridge
Required

The CDP-awared device has the capability of transparent bridging

boolean
sourceRouteBridge
Required

The CDP-awared device has the capability of source-route bridging

boolean
networkSwitch
Required

The CDP-awared device has the capability of switching.

The difference between this capability and transparentBridge is that a switch does not run the Spanning-Tree Protocol. This device is assumed to be deployed in a physical loop-free topology.

boolean
host
Required

The CDP-awared device has the capability of a host, which Sends and receives packets for at least one network layer protocol.

boolean
igmpEnabled
Required

The CDP-awared device is IGMP-enabled, which does not forward IGMP Report packets on nonrouter ports.

boolean
repeater
Required

The CDP-awared device has the capability of a repeater