rcPortDuplexSpeedGet
SWITCH-SYSTEM-MIB ·
.1.3.6.1.4.1.8886.6.1.1.4.1.1.8
Object
column Enumeration
The actual speed and duplex for this interface. If the interface is not configured for an acceptable value, a value of illegal(99) is returned. A value of unknown(1) is returned when the 'rcPortLink' indicates down(2) for this interface.
Context
- MIB
- SWITCH-SYSTEM-MIB
- OID
.1.3.6.1.4.1.8886.6.1.1.4.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcPortEntry
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 'SWITCH-SYSTEM-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-SYSTEM-MIB::rcPortDuplexSpeedGet'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-SYSTEM-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-SYSTEM-MIB::rcPortDuplexSpeedGet.<rcPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-SYSTEM-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-SYSTEM-MIB::rcPortDuplexSpeedGet'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | half-10 |
3 | full-10 |
4 | half-100 |
5 | full-100 |
6 | half-1000 |
7 | full-1000 |
99 | illegal |