Counters¶
Leafs
in_8021q_framesin_crc_errorsin_fragment_framesin_jabber_framesin_mac_control_framesin_mac_pause_framesin_oversize_framesout_8021q_framesout_mac_control_framesout_mac_pause_frames
-
class
Interfaces.Interface.Ethernet.State.Counters¶ Bases:
EntityClass Hierarchy:
InterfacesInterfaceEthernetStateCountersThis 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
-