qtechLinkQosResultsOperStatus
QTECH-INTERFACE-MIB ·
.1.3.6.1.4.1.27514.1.1.10.2.10.1.15.2.2.1.1
Object
column Enumeration
Reflects the operational state of a qtechLinkQosCtlEntry: enabled(1) - Test is active. disabled(2) - Test has stopped. completed(3) - Test is completed.
Context
- MIB
- QTECH-INTERFACE-MIB
- OID
.1.3.6.1.4.1.27514.1.1.10.2.10.1.15.2.2.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- qtechLinkQosResultsEntry
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-INTERFACE-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-INTERFACE-MIB::qtechLinkQosResultsOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-INTERFACE-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-INTERFACE-MIB::qtechLinkQosResultsOperStatus.<qtechLinkQosCtlOwnerIndex>.<qtechLinkQosCtlTestName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-INTERFACE-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-INTERFACE-MIB::qtechLinkQosResultsOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |
3 | completed |