MIB Viewer

hwifEthernetDuplex

OBJECT-TYPE
1.3.6.1.4.1.2011.5.14.1.4.1.1
Access
read-write
Status
current
Sub-identifiers
0
Ethernet port duplex mode. Options: 1. full(1) -indicates that at one moment, the port can be sending packets and receiving packets 2. half(2) -indicates that at one moment, the port can be sending packets or receiving packets 3. auto(3) -indicates that the port duplex mode is automatic 4. autoFull(4) -indicates that the port duplex mode is automatic full 5. autoHalf(5) -indicates that the port duplex mode is automatic half 6. invalid(-1) -invalid value Currently only two duplex modes are supported: full(1) and half(2). When auto-negotiation is disabled on a port, the duplex mode can be set.
INTEGER { full(1), half(2), auto(3), autoFull(4), autoHalf(5), invalid(-1) }