LinkLayerDiscoveryProtocolInfo

LinkLayerDiscoveryProtocolInfo
LinkLayerDiscoveryProtocolInfo

The Link Layer Discovery Protocol information.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "chassisId": "string",
    "portId": "string",
    "timeToLive": 0,
    "parameter": [
        {
            "_typeName": "string",
            "key": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
string
chassisId
Required

ChassisId represents the chassis identification for the device that transmitted the LLDP frame.

The receiving LLDP agent combines the Chassis ID and portId to represent the entity connected to the port where the frame was received.

string
portId
Required

This property identifies the specific port that transmitted the LLDP frame.

The receiving LLDP agent combines the Chassis ID and Port to represent the entity connected to the port where the frame was received.

integer As int32 As int32
timeToLive
Required

It is the duration of time in seconds for which information contained in the received LLDP frame shall be valid.

If a value of zero is sent it can also identify a device that has shut down or is no longer transmitting, prompting deletion of the record from the local database.

parameter
Optional

LLDP parameters