xtmClassPeerClassificationOrder

XEDIA-TRAFFIC-MGMT-MIB · xedia variant · .1.3.6.1.4.1.838.3.2.1.2.1.44

Object

column r/w Integer32
A positive integer representing the classification order 
of peers within the classification hierarchy.  For example,
when creating three children under the 'root' class the
packet classifier checks incoming packets againts classification
parameters from left to right in the order in which the children
were created.  Each peer (aka 'sibling') is assigned an xtmClass-
PeerClassificationOrder of 100 by default, as shown below.
              
                    +_______+
                    | root  |
                    | class |
                    +_______+
                   /    |    \
                  /     |     \
                 /      |      \
                /       |       \
               /        |        \
              /         |         \
         +_______+  +_______+  +_______+
         |   A   |  |   B   |  |   C   |
         | class |  | class |  | class |
         |  100  |  |  100  |  |  100  | (peer classification order)
         +_______+  +_______+  +_______+
              
In the figure above, classification order proceeds from A to B
to C.  In order to alter this order, this object may be modified.
For example, to change the order to C, B A one might assign
an xtmClassPeerClassificationOrder of 50 to class C, and an
xtmClassPeerClassificationOrder of 150 to class A, resulting in
the ordered tree shown below.
              
                    +_______+
                    | root  |
                    | class |
                    +_______+
                   /    |    \
                  /     |     \
                 /      |      \
                /       |       \
               /        |        \
              /         |         \
         +_______+  +_______+  +_______+
         |   C   |  |   B   |  |   A   |
         | class |  | class |  | class |
         |   50  |  |  100  |  |  150  | (peer classification order)
         +_______+  +_______+  +_______+

Context

MIB
XEDIA-TRAFFIC-MGMT-MIB
OID
.1.3.6.1.4.1.838.3.2.1.2.1.44
Type
column
Access
readwrite
Status
current
Parent
xtmClassEntry

Walk 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 'XEDIA-TRAFFIC-MGMT-MIB' -M '/opt/observium/mibs/xedia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEDIA-TRAFFIC-MGMT-MIB::xtmClassPeerClassificationOrder'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XEDIA-TRAFFIC-MGMT-MIB' -M '/opt/observium/mibs/xedia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEDIA-TRAFFIC-MGMT-MIB::xtmClassPeerClassificationOrder.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XEDIA-TRAFFIC-MGMT-MIB' -M '/opt/observium/mibs/xedia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XEDIA-TRAFFIC-MGMT-MIB::xtmClassPeerClassificationOrder'

Syntax

Integer32

Values & Constraints

No enumerated values or constraints recorded.