P_LLDP_STATS
code: tbd
# get
<module-index>/<port-index> P_LLDP_STATS ?
Description
Displays LLDP interface statistics for the port (all agents combined).
Actions
get
Parameters
tx_frame_count: long integer, number of LLDP frames transmitted.rx_frame_count: long integer, number of LLDP frames received.rx_frame_discard_count: long integer, number of LLDP frames discarded. LLDP frames that contain detectable errors in the first three mandatory TLVs are discardedrx_tlv_discarded: long integer, number of TLVs discarded. Optional TLVs that contain detectable errors are discarded.rx_tlv_unrecognized: long integer, number of unrecognized TLVs received. An unrecognized TLV is referred to as the TLV whose type value is in the range of reserved TLV types. An unrecognized TLV may be a basic management TLV from a later LLDP version.rx_aged_out_count: long integer, number of aged out. This counter provides a count of the times that a neighbor’s information has been deleted due to TTL expiration.
Example
# get
input: 0/1 P_LLDP_STATS ?
output: 0/1 P_LLDP_STATS 1000 950 5 10 2 3