State¶
Leafs
in_8021q_frames
in_crc_errors
in_fragment_frames
in_jabber_frames
in_mac_control_frames
in_mac_pause_frames
in_oversize_frames
in_pcs_bip_errors
in_pcs_errored_seconds
in_pcs_severely_errored_seconds
in_pcs_unavailable_seconds
out_8021q_frames
out_block_errors
out_crc_errors
out_mac_control_frames
out_mac_pause_frames
out_pcs_bip_errors
-
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..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
-
in_pcs_bip_errors
¶ The number of received bit interleaved parity (BIP) errors at the physical coding sublayer (PCS). If the interface consists of multiple lanes, this will be the sum of all errors on the lane
type: int
range: 0..18446744073709551615config: False
-
in_pcs_errored_seconds
¶ The number of seconds that physical coding sublayer (PCS) errors have crossed a sytem defined threshold indicating the link is erroring
type: int
range: 0..18446744073709551615config: False
-
in_pcs_severely_errored_seconds
¶ The number of seconds that physical coding sublayer (PCS) errors have crossed a system defined threshold indicating the link is severely erroring
type: int
range: 0..18446744073709551615config: False
The number of seconds that physical coding sublayer (PCS) errors have crossed a system defined threshold indicating the link is unavailable
type: int
range: 0..18446744073709551615config: False
-
out_pcs_bip_errors
¶ The number of transmitted bit interleaved parity (BIP) errors at the physical coding sublayer (PCS). If the interface consists of multiple lanes, this will be the sum of all errors on the lane
type: int
range: 0..18446744073709551615config: False
-
out_crc_errors
¶ Number of FCS/CRC error check failures sent on the interface
type: int
range: 0..18446744073709551615config: False
-
out_block_errors
¶ The number of transmitted errored blocks. Error detection codes are capable of detecting whether one or more errors have normally not possible to determine the exact number of errored bits within the block
type: int
range: 0..18446744073709551615config: False
-