ipQoSClassifyAction
BINTEC-IPEXT-MIB ·
.0.22.1.17
Object
column r/w
Enumeration
This object specifies the action to be performed if the associated filter matches. If set to disabled the filter is not consulted and the next rule is processed immediately, possible values: classify(1) = filter matches, classify packet & set TOS classify-if-not(2) = classify & set TOS if filter doesn't match disabled(3) = ignore rule and skip to next rule delete(15) = delete the entry from the table.
Context
- MIB
- BINTEC-IPEXT-MIB
- OID
.0.22.1.17- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipQoSEntry
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 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPEXT-MIB::ipQoSClassifyAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPEXT-MIB::ipQoSClassifyAction.<ipQoSFilterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-IPEXT-MIB::ipQoSClassifyAction'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.