Counters¶
Leafs
-
class
Lldp.Interfaces.Interface.State.
Counters
¶ Bases:
Entity
Class Hierarchy:
Lldp
Interfaces
Interface
State
Counters
This class represents state data.
LLDP counters on each interface
-
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
-
frame_error_out
¶ The number of frame transmit errors on the interface
type: int
range: 0..18446744073709551615config: False
-