speed
QTECH-NMS-HAL-IF-MIB ·
.1.3.6.1.4.1.34751.9.63.1.3.1.3
Object
column r/w
Enumeration
Interface speed. Only valid for non-PON interface. 1-auto, 2-10M, 3-100M, 4-1000M, 5-10000M. Default is auto.
Context
- MIB
- QTECH-NMS-HAL-IF-MIB
- OID
.1.3.6.1.4.1.34751.9.63.1.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- physicalIfConfigEntry
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 'QTECH-NMS-HAL-IF-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-HAL-IF-MIB::speed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-NMS-HAL-IF-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-HAL-IF-MIB::speed.<ifConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-NMS-HAL-IF-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-NMS-HAL-IF-MIB::speed'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto |
2 | speed-10M |
3 | speed-100M |
4 | speed-1000M |
5 | speed-10000M |