classifyAny
QTECH-NMS-QOS-EXT-MIB ·
.1.3.6.1.4.1.34751.150.14.1.22
Object
column r/w
Enumeration
Match any. 1 means match, and 2 means not to match.
Context
- MIB
- QTECH-NMS-QOS-EXT-MIB
- OID
.1.3.6.1.4.1.34751.150.14.1.22- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- policyMapEntry
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-QOS-EXT-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-QOS-EXT-MIB::classifyAny'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-NMS-QOS-EXT-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-QOS-EXT-MIB::classifyAny.<policyMapName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-NMS-QOS-EXT-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-NMS-QOS-EXT-MIB::classifyAny'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | match |
2 | not-match |