portDuplex
OBS ✓
OMNITRON-MIB ·
.1.3.6.1.4.1.7342.2.1.4.1.20
Object
column Enumeration
The object indcates the linked port duplex mode.
undefined(0) Port is not linked or state of duplex is unknown
halfDuplex(1) Port is linked at half duplex
fullDuplex(2) Port is linked at full duplex
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
- OMNITRON-MIB
- OID
.1.3.6.1.4.1.7342.2.1.4.1.20- Type
- column
- Access
- readonly
- Status
- current
- Parent
- modulePortsEntry
- Groups
- 1
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 'OMNITRON-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-MIB::portDuplex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'OMNITRON-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-MIB::portDuplex.<modchassnum>.<modslotnum>.<portnum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OMNITRON-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OMNITRON-MIB::portDuplex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | undefined |
1 | halfDuplex |
2 | fullDuplex |
Conformance
Member of