xtmClassPeerClassificationOrder
XEDIA-TRAFFIC-MGMT-MIB ·
.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
- Table
- xtmClassTable
- Siblings
- 22
Syntax
Integer32
Values & Constraints
Object Constraints
range: 1-2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| xtmClassName A user-defined name for the traffic class. This is the unique
identifier for the class within the scope of the
interface. For example, the class that defines the IP address
range … | column | OctetString | .1.3.6.1.4.1.838.3.2.1.2.1.1 |
| xtmClassRate A fraction of the bandwidth of the root interface to be
allocated to this traffic class. Note that specifying 0
bits/second effectively filters all traffic that matches this
class… | column | bits per second XtmBitRate | .1.3.6.1.4.1.838.3.2.1.2.1.13 |
| xtmClassBounded The value of this object is 'true(1)' if the class is bounded
(can't 'borrow' bandwidth from its parent class) and
'false(2)' otherwise. | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.838.3.2.1.2.1.14 |
| xtmClassPriority The priority for this class. The smaller the value, the
higher the priority. Delay-sensitive flows (such as video or
audio) should be given higher priority values. | column | Integer32 | .1.3.6.1.4.1.838.3.2.1.2.1.15 |
| xtmClassParent This object will have one of the following values:
- the value of xtmClassName for the parent class in the
hierarchy,
- the value 'interface' if the class is directly under
th… | column | OctetString | .1.3.6.1.4.1.838.3.2.1.2.1.2 |
| xtmClassOperStatus The actual operational status of the traffic class. The value
'up(1)' means this traffic class is in use, the value
'down(2)' indicates the traffic class is not in use either due
… | column | Enumeration | .1.3.6.1.4.1.838.3.2.1.2.1.22 |
| xtmClassOperMsg The operational message associated with the operational
status. The message usually provides additional information
that may not be obvious through the operational status. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.838.3.2.1.2.1.23 |
| xtmClassBwUse An indication of whether this traffic class has used its
allocated bandwidth (as indicated by xtmClassPercent), has not
used its allocated bandwidth or has used more than its
allo… | column | Enumeration | .1.3.6.1.4.1.838.3.2.1.2.1.24 |
| xtmClassUnsatisfied An indication of whether this traffic class is
'unsatisfied'. The value of this object is 'true(1)' if it is
underLimit and has a persistent backlog, meaning it has
packets waitin… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.838.3.2.1.2.1.25 |
| xtmClassQueueSize The size of the queue associated with this traffic
class. This is the maximum number of packets that can be in
the queue, not the number that are currently queued (see
xtmClassSta… | column | Unsigned32 | .1.3.6.1.4.1.838.3.2.1.2.1.26 |
| xtmClassRowStatus Traffic classes are created and delected using this object
(using the conventions described in RFC1903). | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.838.3.2.1.2.1.27 |
| xtmClassMaxRate The maximum bandwidth the class may achieve, including
bandwidth allocated to this class, and any bandwidth that
may be borrowed. A value of zero (0) indicates that this
feature i… | column | bits per second XtmBitRate | .1.3.6.1.4.1.838.3.2.1.2.1.28 |
| xtmClassSrcIpAddresses The range of IP source addresses that match this class.
An all zeros value means 'any source address'. | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.45 |
| xtmClassDestIpAddresses The range of IP destination addresses that match this class.
An all zeros value means 'any destination address'. | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.46 |
| xtmClassProtocols The range of IP protocols that match this class. The value '0'
'any protocol'.
Numeric strings, character strings, and combinations of the two
may be used. Valid s… | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.47 |
| xtmClassSrcPorts The range of UDP or TCP source ports that match this class.
The value '0' 'any port'.
Numeric strings, character strings, and combinations of the two
may be used. … | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.48 |
| xtmClassDestPorts The range of UDP or TCP destination ports that match this class.
The value '0' 'any port'.
Numeric strings, character strings, and combinations of the two
may be u… | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.49 |
| xtmClassApplications The application level protocol of the class.
Application classification allows you to classify based on the
application level protocol. Each application has a corr… | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.50 |
| xtmClassClassificationTos The range of IPv4 Tos Octet values that match this class. | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.51 |
| xtmClassSrcDomainNames A list of domain names which are to be dynamically included
in the range of source IP addresses. | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.52 |
| xtmClassDestDomainNames A list of domain names which are to be dynamically included
in the range of destination IP addresses. | column | XtmRange | .1.3.6.1.4.1.838.3.2.1.2.1.53 |
| xtmClassOperator An operator applied to all classification parameters of this
class. A value of 'and' indicates that packets must match all
classification parameters specified by the class in or… | column | Enumeration | .1.3.6.1.4.1.838.3.2.1.2.1.54 |