Counters¶
Leafs
in_8021q_frames
in_crc_errors
in_fragment_frames
in_jabber_frames
in_mac_control_frames
in_mac_pause_frames
in_oversize_frames
out_8021q_frames
out_mac_control_frames
out_mac_pause_frames
-
class
Interfaces.Interface.Ethernet.State.
Counters
¶ Bases:
Entity
Class Hierarchy:
Interfaces
Interface
Ethernet
State
Counters
This class represents state data.
Ethernet interface counters
-
in_mac_control_frames
¶ MAC layer control frames received on the interface
type: int
range: 0..18446744073709551615config: False
-
in_mac_pause_frames
¶ MAC layer PAUSE frames received on the interface
type: int
range: 0..18446744073709551615config: False
-
in_oversize_frames
¶ Number of oversize frames received on the interface
type: int
range: 0..18446744073709551615config: False
-
in_jabber_frames
¶ Number of jabber frames received on the interface. Jabber frames are typically defined as oversize frames which also have a bad CRC. Implementations may use slightly different definitions of what constitutes a jabber frame. Often indicative of a NIC hardware problem
type: int
range: 0..18446744073709551615config: False
-
in_fragment_frames
¶ Number of fragment frames received on the interface
type: int
range: 0..18446744073709551615config: False
-
in_8021q_frames
¶ Number of 802.1q tagged frames received on the interface
type: int
range: 0..18446744073709551615config: False
-
in_crc_errors
¶ Number of receive error events due to FCS/CRC check failure
type: int
range: 0..18446744073709551615config: False
-
out_mac_control_frames
¶ MAC layer control frames sent on the interface
type: int
range: 0..18446744073709551615config: False
-
out_mac_pause_frames
¶ MAC layer PAUSE frames sent on the interface
type: int
range: 0..18446744073709551615config: False
-
out_8021q_frames
¶ Number of 802.1q tagged frames sent on the interface
type: int
range: 0..18446744073709551615config: False
-