ctEtherSupportedDuplex
CTRON-ETHERNET-PARAMETERS-MIB ·
.1.3.6.1.4.1.52.4.1.2.4.2.3.1.1.4
Object
column mandatory
Enumeration
This object indicates the duplex modes supported by this port. A value of halfduplex(1) indicates that the port only supports half duplex operation. A value of fullduplex(2) indicates that the port only supports full duplex operation. A value of halfandfullduplex(3) indicates that the port supports both half and full duplex operation.
Context
- MIB
- CTRON-ETHERNET-PARAMETERS-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.4.2.3.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ctEtherManualConfigEntry
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 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSupportedDuplex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSupportedDuplex.<ctIfPortIfNumber>.<ctIfPortPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSupportedDuplex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | halfduplex |
2 | fullduplex |
3 | halfandfullduplex |