rcRemotePortDuplexSpeedGet
RAISECOM-RRCP-VLAN-MIB ·
.1.3.6.1.4.1.8886.6.1.52.2.2.1.1.4
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 interface is down.
Context
- MIB
- RAISECOM-RRCP-VLAN-MIB
- OID
.1.3.6.1.4.1.8886.6.1.52.2.2.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcRemotePortConfigAttriEntry
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 'RAISECOM-RRCP-VLAN-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-RRCP-VLAN-MIB::rcRemotePortDuplexSpeedGet'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-RRCP-VLAN-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-RRCP-VLAN-MIB::rcRemotePortDuplexSpeedGet.<rcRemoteHostMacAddr>.<rcRemotePortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-RRCP-VLAN-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-RRCP-VLAN-MIB::rcRemotePortDuplexSpeedGet'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | half-10 |
3 | full-10 |
4 | half-100 |
5 | full-100 |
99 | illegal |