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

  1. tx_frame_count: long integer, number of LLDP frames transmitted.

  2. rx_frame_count: long integer, number of LLDP frames received.

  3. rx_frame_discard_count: long integer, number of LLDP frames discarded. LLDP frames that contain detectable errors in the first three mandatory TLVs are discarded

  4. rx_tlv_discarded: long integer, number of TLVs discarded. Optional TLVs that contain detectable errors are discarded.

  5. 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.

  6. 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