eth_phy_intf_types.proto¶
Messages¶
EthPhyIntfBinCounters¶
Ethernet interface counters.
All of these attributes have the same meanings as the corresponding objects in the Ethernetlike (RFC3635) and RMON (RFC2819) MIBs.
Name | Value | Description |
---|---|---|
in_64_octet_frames | uint64 | Input 64 octet frame counter. |
in_65_to_127_octet_frames | uint64 | Input 65 to 127 octet frame counter. |
in_128_to_255_octet_frames | uint64 | Input 128 to 255 octet frame counter. |
in_256_to_511_octet_frames | uint64 | Input 256 to 511 octet frame counter. |
in_512_to_1023_octet_frames | uint64 | Input 512 to 1023 octet frame counter. |
in_1024_to_1522_octet_frames | uint64 | Input 1024 to 1522 octet frame counter. |
in_1523_to_max_octet_frames | uint64 | Input 1523 to max octet frame counter. |
out_64_octet_frames | uint64 | Output 64 octet frame counter. |
out_65_to_127_octet_frames | uint64 | Output 65 to 127 octet frame counter. |
out_128_to_255_octet_frames | uint64 | Output 128 to 255 octet frame counter. |
out_256_to_511_octet_frames | uint64 | Output 256 to 511 octet frame counter. |
out_512_to_1023_octet_frames | uint64 | Output 512 to 1023 octet frame counter. |
out_1024_to_1522_octet_frames | uint64 | Output 1024 to 1522 octet frame counter. |
out_1523_to_max_octet_frames | uint64 | Output 1523 to max octet frame counter. |
EthPhyIntfCounters¶
Ethernet interface counter.
All of these attributes have the same meanings as the corresponding objects in the Ethernetlike (RFC3635) and RMON (RFC2819) MIBs.
Name | Value | Description |
---|---|---|
single_collision_frames | uint64 | Etherlike-MIB singleCollisionFrames counter. |
multiple_collision_frames | uint64 | Etherlike-MIB multipleCollisionFrames counter. |
fcs_errors | uint64 | Etherlike-MIB fcsErrors counter. |
alignment_errors | uint64 | Etherlike-MIB alignmentErrors counter. |
deferred_transmissions | uint64 | Etherlike-MIB deferredTransmissions counter. |
late_collisions | uint64 | Etherlike-MIB lateCollisions counter. |
excessive_collisions | uint64 | Etherlike-MIB excessiveCollisions counter. |
internal_mac_transmit_errors | uint64 | Etherlike-MIB internalMacTransmitErrors counter. |
carrier_sense_errors | uint64 | Etherlike-MIB carrierSenseErrors counter. |
internal_mac_receive_errors | uint64 | Etherlike-MIB internalMacReceiveErrors counter. |
frame_too_shorts | uint64 | Etherlike-MIB frameTooShorts counter. |
frame_too_longs | uint64 | Etherlike-MIB frameTooLongs counter. |
sqe_test_errors | uint64 | Etherlike-MIB sqeTestErrors counter. |
symbol_errors | uint64 | Etherlike-MIB symbolErrors counter. |
in_unknown_opcodes | uint64 | Etherlike-MIB inUnknownOpcodes counter. |
out_pause_frames | uint64 | Etherlike-MIB outPauseFrames counter. |
in_pause_frames | uint64 | Etherlike-MIB inPauseFrames counter. |
fragments | uint64 | RMON-MIB fragments counter. |
jabbers | uint64 | RMON-MIB jabbers counter. |
Enums¶
EthPhyIntfLinkSpeed¶
Name | Value | Description |
---|---|---|
ETH_PHY_INTF_LINK_SPEED_UNKNOWN | 0 | |
ETH_PHY_INTF_LINK_SPEED_10MBPS | 1 | |
ETH_PHY_INTF_LINK_SPEED_100MBPS | 2 | |
ETH_PHY_INTF_LINK_SPEED_1GBPS | 3 | |
ETH_PHY_INTF_LINK_SPEED_2P5GBPS | 4 | |
ETH_PHY_INTF_LINK_SPEED_5GBPS | 5 | |
ETH_PHY_INTF_LINK_SPEED_10GBPS | 6 | |
ETH_PHY_INTF_LINK_SPEED_25GBPS | 7 | |
ETH_PHY_INTF_LINK_SPEED_40GBPS | 8 | |
ETH_PHY_INTF_LINK_SPEED_50GBPS | 9 | |
ETH_PHY_INTF_LINK_SPEED_100GBPS | 10 | |
ETH_PHY_INTF_LINK_SPEED_200GBPS | 11 | |
ETH_PHY_INTF_LINK_SPEED_400GBPS | 12 | |
ETH_PHY_INTF_LINK_SPEED_800GBPS | 13 | |
ETH_PHY_INTF_LINK_SPEED_UNEXPECTED | 14 |