Counters¶
Leafs
entries_aged_out
frame_discard
frame_error_in
frame_in
frame_out
last_clear
tlv_accepted
tlv_discard
tlv_unknown
-
class
Lldp.State.
Counters
¶ Bases:
Entity
Class Hierarchy:
Lldp
State
Counters
This class represents state data.
Global LLDP counters
-
frame_in
¶ The number of lldp frames received
type: int
range: 0..18446744073709551615config: False
-
frame_out
¶ The number of frames transmitted out
type: int
range: 0..18446744073709551615config: False
-
frame_error_in
¶ The number of LLDP frames received with errors
type: int
range: 0..18446744073709551615config: False
-
frame_discard
¶ The number of LLDP frames received and discarded
type: int
range: 0..18446744073709551615config: False
-
tlv_discard
¶ The number of TLV frames received and discarded
type: int
range: 0..18446744073709551615config: False
-
tlv_unknown
¶ The number of frames received with unknown TLV
type: int
range: 0..18446744073709551615config: 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..18446744073709551615config: False
-
entries_aged_out
¶ The number of entries aged out due to timeout
type: int
range: 0..18446744073709551615config: False
-