LinkLayerDiscoveryProtocolInfo
The Link Layer Discovery Protocol information.
{
"_typeName": "string",
"chassisId": "string",
"portId": "string",
"timeToLive": 0,
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
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.
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.
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.