Counters¶
Leafs
entries_aged_outframe_discardframe_error_inframe_inframe_outlast_cleartlv_acceptedtlv_discardtlv_unknown
-
class
Lldp.State.Counters¶ Bases:
EntityClass Hierarchy :
LldpStateCountersThis class represents state data.
Global LLDP counters
-
frame_in¶ The number of lldp frames received
type: int
range: 0..18446744073709551615
config: False
-
frame_out¶ The number of frames transmitted out
type: int
range: 0..18446744073709551615
config: False
-
frame_error_in¶ The number of LLDP frames received with errors
type: int
range: 0..18446744073709551615
config: False
-
frame_discard¶ The number of LLDP frames received and discarded
type: int
range: 0..18446744073709551615
config: False
-
tlv_discard¶ The number of TLV frames received and discarded
type: int
range: 0..18446744073709551615
config: False
-
tlv_unknown¶ The number of frames received with unknown TLV
type: int
range: 0..18446744073709551615
config: False
-
last_clear¶ Indicates the last time the counters were cleared
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})
config: False
-
tlv_accepted¶ The number of valid TLVs received
type: int
range: 0..18446744073709551615
config: False
-
entries_aged_out¶ The number of entries aged out due to timeout
type: int
range: 0..18446744073709551615
config: False
-