rcServiceNetworkInterfaceSpeed
SWTICH-SERVICE-MIB ·
.1.3.6.1.4.1.8886.6.1.75.3.1.5
Object
column Enumeration
Speed, 10 Mbps, 100 Mbps, 10/100 Mbps Auto-negotiation, 10/100/1000 Mbps Auto-negotiation, 1 Gbps, 0 Gbps or Auto-negotiation fiber 1G.
Context
- MIB
- SWTICH-SERVICE-MIB
- OID
.1.3.6.1.4.1.8886.6.1.75.3.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcServiceNetworkInterfaceEntry
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 'SWTICH-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWTICH-SERVICE-MIB::rcServiceNetworkInterfaceSpeed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWTICH-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWTICH-SERVICE-MIB::rcServiceNetworkInterfaceSpeed.<rcServiceNetworkInterfacePortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWTICH-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWTICH-SERVICE-MIB::rcServiceNetworkInterfaceSpeed'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | speedUnknown |
1 | m10 |
2 | m100 |
3 | autonegom10-100 |
4 | autonegom10-100-1000 |
5 | g1 |
6 | g10 |
7 | autonegofiber1000 |