State

Leafs

class TerminalDevice.LogicalChannels.Channel.Ethernet.State

Bases: Entity

Class Hierarchy : TerminalDevice LogicalChannels Channel Ethernet State

This class represents state data.

Operational state data for Ethernet protocol framing on logical

channels

in_mac_control_frames

MAC layer control frames received on the interface

type: int

range: 0..18446744073709551615

config: False

in_mac_pause_frames

MAC layer PAUSE frames received on the interface

type: int

range: 0..18446744073709551615

config: False

in_oversize_frames

Number of oversize frames received on the interface

type: int

range: 0..18446744073709551615

config: 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..18446744073709551615

config: False

in_fragment_frames

Number of fragment frames received on the interface

type: int

range: 0..18446744073709551615

config: False

in_8021q_frames

Number of 802.1q tagged frames received on the interface

type: int

range: 0..18446744073709551615

config: False

in_crc_errors

Number of receive error events due to FCS/CRC check failure

type: int

range: 0..18446744073709551615

config: False

out_mac_control_frames

MAC layer control frames sent on the interface

type: int

range: 0..18446744073709551615

config: False

out_mac_pause_frames

MAC layer PAUSE frames sent on the interface

type: int

range: 0..18446744073709551615

config: False

out_8021q_frames

Number of 802.1q tagged frames sent on the interface

type: int

range: 0..18446744073709551615

config: False