XEDIA-TRAFFIC-MGMT-MIB
35 objects
This module defines objects for the management of Xedia's proprietary Traffic Management capability. This capability is based on Class-Based Queueing (CBQ). The purpose of the Xedia Traffic Management (xtm) function is to share access to an interface's bandwidth based on policies set up by the administrator.
Imported Objects
| RFC1213-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Gauge32 Integer32 IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DisplayString RowStatus TEXTUAL-CONVENTION TruthValue |
| XEDIA-REG | xediaMibs |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.838.3.2 | IdentityxediaTrafficMgmtMIB | This module defines objects for the management of Xedia's proprietary Traffic Management capability. This capability is based on Class-Based Queueing (CBQ). Th… | ||
| 1.3.6.1.4.1.838.3.2.1 | NodextmObjects | |||
| 1.3.6.1.4.1.838.3.2.1.2 | TablextmClassTable | not-accessible | current | |
| 1.3.6.1.4.1.838.3.2.1.2.1 | RowxtmClassEntry | not-accessible | current | Information about a single traffic class. Traffic classes are identified by their associated interface's ifIndex and their name. (Which means class names must … |
| 1.3.6.1.4.1.838.3.2.1.2.1.1 | ColumnxtmClassName | not-accessible | current | 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 t… |
| 1.3.6.1.4.1.838.3.2.1.2.1.2 | ColumnxtmClassParent | read-create | current | 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 d… |
| 1.3.6.1.4.1.838.3.2.1.2.1.13 | ColumnxtmClassRate | read-create | current | 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 tha… |
| 1.3.6.1.4.1.838.3.2.1.2.1.14 | ColumnxtmClassBounded | read-create | current | 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. |
| 1.3.6.1.4.1.838.3.2.1.2.1.15 | ColumnxtmClassPriority | read-create | current | 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 val… |
| 1.3.6.1.4.1.838.3.2.1.2.1.22 | ColumnxtmClassOperStatus | read-only | current | 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 no… |
| 1.3.6.1.4.1.838.3.2.1.2.1.23 | ColumnxtmClassOperMsg | read-only | current | The operational message associated with the operational status. The message usually provides additional information that may not be obvious through the operati… |
| 1.3.6.1.4.1.838.3.2.1.2.1.24 | ColumnxtmClassBwUse | read-only | current | An indication of whether this traffic class has used its allocated bandwidth (as indicated by xtmClassPercent), has not used its allocated bandwidth or has use… |
| 1.3.6.1.4.1.838.3.2.1.2.1.25 | ColumnxtmClassUnsatisfied | read-only | current | 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 i… |
| 1.3.6.1.4.1.838.3.2.1.2.1.26 | ColumnxtmClassQueueSize | read-only | current | 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 que… |
| 1.3.6.1.4.1.838.3.2.1.2.1.27 | ColumnxtmClassRowStatus | read-create | current | Traffic classes are created and delected using this object (using the conventions described in RFC1903). |
| 1.3.6.1.4.1.838.3.2.1.2.1.28 | ColumnxtmClassMaxRate | read-create | current | 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… |
| 1.3.6.1.4.1.838.3.2.1.2.1.44 | ColumnxtmClassPeerClassificationOrder | read-create | current | A positive integer representing the classification order of peers within the classification hierarchy. For example, when creating three children under the 'roo… |
| 1.3.6.1.4.1.838.3.2.1.2.1.45 | ColumnxtmClassSrcIpAddresses | read-create | current | The range of IP source addresses that match this class. An all zeros value means 'any source address'. |
| 1.3.6.1.4.1.838.3.2.1.2.1.46 | ColumnxtmClassDestIpAddresses | read-create | current | The range of IP destination addresses that match this class. An all zeros value means 'any destination address'. |
| 1.3.6.1.4.1.838.3.2.1.2.1.47 | ColumnxtmClassProtocols | read-create | current | 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. Val… |
| 1.3.6.1.4.1.838.3.2.1.2.1.48 | ColumnxtmClassSrcPorts | read-create | current | 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 us… |
| 1.3.6.1.4.1.838.3.2.1.2.1.49 | ColumnxtmClassDestPorts | read-create | current | 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 … |
| 1.3.6.1.4.1.838.3.2.1.2.1.50 | ColumnxtmClassApplications | read-create | current | The application level protocol of the class. Application classification allows you to classify based on the application level protocol. Each application has a … |
| 1.3.6.1.4.1.838.3.2.1.2.1.51 | ColumnxtmClassClassificationTos | read-create | current | The range of IPv4 Tos Octet values that match this class. |
| 1.3.6.1.4.1.838.3.2.1.2.1.52 | ColumnxtmClassSrcDomainNames | read-create | current | A list of domain names which are to be dynamically included in the range of source IP addresses. |
| 1.3.6.1.4.1.838.3.2.1.2.1.53 | ColumnxtmClassDestDomainNames | read-create | current | A list of domain names which are to be dynamically included in the range of destination IP addresses. |
| 1.3.6.1.4.1.838.3.2.1.2.1.54 | ColumnxtmClassOperator | read-create | current | An operator applied to all classification parameters of this class. A value of 'and' indicates that packets must match all classification parameters specified … |
| 1.3.6.1.4.1.838.3.2.2 | NodextmNotifications | |||
| 1.3.6.1.4.1.838.3.2.3 | NodextmConformance |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| XtmBitRate | Integer32 (0..'7FFFFFFF'h) | current | A data rate in bits/second. |
| XtmIpAddress | IpAddress | current | An IPv4 or IPv6 address. The version can be inferred from length. |
| XtmPort | INTEGER { any(0), ftpData(20), ftp(21), telnet(23), smtp(25), domain(53), bootps(67), bootpc(68), tftp(69), gopher(70), finger(79), wwwHttp(80), nntp(119), ntp(123), snmp(161), snmpTrap(162), bgp(179) } | current | A UDP or TCP port value. The values of this field are defined in the Assigned Numbers RFC. |
| XtmProtocol | INTEGER { any(0), icmp(1), tcp(6), udp(17) } | current | The value of the IP Protocol field of an IP Datagram Header. This identifies the protocol layer above IP. For example, the value 6 is used for TCP and the value 17 is used for UDP. The values of this field are defined i… |
| XtmRange | DisplayString | current | A range of values. A contiguous range may be specified using a dash (-). Thus a contiguous range of integers may be expressed as 'lowValue-highValue', e.g. 5-10. A discontiguous range may be specified using a comma (,) … |
| XtmTosOctet | OCTET STRING (SIZE (1)) | current | A single hexidecimal octet used to specify a type-of-service (TOS) value or mask. |