agentDiffServClassType
QOS-DIFFSERV-PRIVATE-MIB ·
.1.3.6.1.4.1.7244.2.7.2.2.1.3
Object
column r/w
Enumeration
The class type indicates how the individual class match criteria are evaluated. For type all, all of the individual match conditions must be true for a packet to be considered a member of the class. For types any and acl, only one of the match criteria must be true for a packet to belong to the class; multiple matching criteria are evaluated in a sequential order, with the highest precedence awarded to the first criterion defined for the class. An acl class type copies its set of match criteria from the current rule definition of the specified ACL number.
Context
- MIB
- QOS-DIFFSERV-PRIVATE-MIB
- OID
.1.3.6.1.4.1.7244.2.7.2.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentDiffServClassEntry
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 'QOS-DIFFSERV-PRIVATE-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QOS-DIFFSERV-PRIVATE-MIB::agentDiffServClassType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QOS-DIFFSERV-PRIVATE-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QOS-DIFFSERV-PRIVATE-MIB::agentDiffServClassType.<agentDiffServClassIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QOS-DIFFSERV-PRIVATE-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QOS-DIFFSERV-PRIVATE-MIB::agentDiffServClassType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | all |
2 | any |
3 | acl |