classifyIPV4AclDelete
QTECH-NMS-QOS-EXT-MIB ·
.1.3.6.1.4.1.34751.150.14.1.4
Object
column r/w
Enumeration
Match ip acl or not. 1 means to match ip acl, and 2 means not to match ip acl.
Context
- MIB
- QTECH-NMS-QOS-EXT-MIB
- OID
.1.3.6.1.4.1.34751.150.14.1.4- 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::classifyIPV4AclDelete'
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::classifyIPV4AclDelete.<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::classifyIPV4AclDelete'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | match |
2 | not-match |