diffServClfrElementPrecedence
DIFFSERV-MIB ·
.1.3.6.1.2.1.97.1.2.4.1.2
Object
column r/w
Unsigned32
The relative order in which classifier elements are applied:
higher numbers represent classifier element with higher
precedence. Classifier elements with the same order must be
unambiguous i.e. they must define non-overlapping patterns, and
are considered to be applied simultaneously to the traffic
stream. Classifier elements with different order may overlap in
their filters: the classifier element with the highest order
that matches is taken.
On a given interface, there must be a complete classifier in
place at all times in the ingress direction. This means one or
more filters must match any possible pattern. There is no such
requirement in the egress direction.
Context
- MIB
- DIFFSERV-MIB
- OID
.1.3.6.1.2.1.97.1.2.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- diffServClfrElementEntry
- Groups
- 1
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 'DIFFSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DIFFSERV-MIB::diffServClfrElementPrecedence'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DIFFSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DIFFSERV-MIB::diffServClfrElementPrecedence.<diffServClfrId>.<diffServClfrElementId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DIFFSERV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DIFFSERV-MIB::diffServClfrElementPrecedence'
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 1-4294967295
Conformance
Member of
Compliance refinements
diffServMIBReadOnlyCompliance
readonly
Write access is not required.