ctIfDuplex
CTIF-EXT-MIB ·
.1.3.6.1.4.1.52.4.3.3.2.1.1.5
Object
column mandatory
r/w
Enumeration
Defines the duplex mode that the interface is set to
operate in.
For devices that do not support this capability:
- a read will return standard(2).
- any write attempt will return BADVALUE.
- fast ethernet devices will report other(1).
Context
- MIB
- CTIF-EXT-MIB
- OID
.1.3.6.1.4.1.52.4.3.3.2.1.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctIfEntry
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 'CTIF-EXT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTIF-EXT-MIB::ctIfDuplex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTIF-EXT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTIF-EXT-MIB::ctIfDuplex.<ctIfNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTIF-EXT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTIF-EXT-MIB::ctIfDuplex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | standard |
3 | full |