extremePortDuplex
OBS ✓
EXTREME-PORT-MIB ·
.1.3.6.1.4.1.1916.1.4.18.1.3
Object
column r/w
Enumeration
Indicates whether the port is operating in half- duplex, full-duplex, or auto negotiation mode.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Ports
Explore Observium network monitoring
Context
- MIB
- EXTREME-PORT-MIB
- OID
.1.3.6.1.4.1.1916.1.4.18.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremePortConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EXTREME-PORT-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-PORT-MIB::extremePortDuplex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-PORT-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-PORT-MIB::extremePortDuplex.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-PORT-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-PORT-MIB::extremePortDuplex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | half |
1 | full |
2 | auto |