PRVT-QOS-MIB

MIB Reference — IPNetwork Monitor

All MIBsPRVT-QOS-MIB

Organization: BATM Advanced Communication

Last Updated: 2010-03-23

Category: QoS and Traffic Management

Description:

Handles BATM Advanced Communication QoS policy configuration, covering traffic classification, marking, policing, and queue scheduling.

Imported Objects

From IF-MIB

InterfaceIndex
InterfaceIndexOrZero

From PRVT-SWITCH-MIB

prvt-products

From SNMPv2-CONF

MODULE-COMPLIANCE
NOTIFICATION-GROUP
OBJECT-GROUP

From SNMPv2-SMI

Counter32
Counter64
Gauge32
Integer32
IpAddress
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-TYPE
TimeTicks
Unsigned32

From SNMPv2-TC

DisplayString
MacAddress
RowPointer
RowStatus
StorageType
TEXTUAL-CONVENTION
TimeStamp
TruthValue

What Is PRVT-QOS-MIB?

PRVT-QOS-MIB is a proprietary Quality-of-Service (QoS) MIB for BATM Advanced Communication networking equipment, defining the objects used to configure traffic classification, marking, policing, and queue scheduling policies. It exposes forwarding-class name definitions through tFCNameTable and hierarchical QoS (hqos) ingress and egress service-access-point tables, such as hqosSapIngressTable, that bind shaping and scheduling profiles to specific services or interfaces. Its monitoring role centers on QoS configuration and software provisioning status rather than physical hardware sensors: tFCRowStatus and hqosSapIngressRowStatus indicate whether a forwarding class or SAP ingress policy is active as configured, and tFCNameLastChanged lets operators audit when a classification definition was last modified, so checking a specific PRVT-QOS-MIB OID is often how an operator confirms a particular policy row's state during troubleshooting. As a QoS-focused module it depends on the device's interface and service MIBs, since its SAP ingress/egress tables are meaningful only in the context of the logical interfaces and services those companion modules define. It is deployed on BATM Advanced Communication carrier Ethernet and access/aggregation network equipment where service providers need to enforce differentiated traffic handling and verify per-service QoS policy is correctly provisioned end to end.

IPNetwork Monitor allows you to monitor SNMP objects defined in PRVT-QOS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • forwarding-class name definitions
  • forwarding-class row status
  • SAP ingress policy configuration
  • SAP ingress row/administrative status
  • classification last-changed timestamp

Supported Devices

  • BATM Advanced Communication carrier Ethernet / access-aggregation switch

Monitoring Examples

An operator would walk tFCNameTable, checking each tFCNameEntry's tFCValue and tFCRowStatus to confirm a forwarding class such as voice or video is defined and active, and reviewing tFCNameLastChanged to spot an unexpected recent edit. Cross-referencing hqosSapIngressTable by hqosSapIngressIndex shows which ingress SAP policies are provisioned, using hqosSapIngressDescription and hqosSapIngressRowStatus to verify a given service's ingress QoS profile is active rather than notInService. An inactive hqosSapIngressRowStatus on a customer-facing SAP would explain traffic entering without the intended classification or policing applied, a condition typically investigated by drilling into the tFCObjects and hqosSapIngressObjects branches alongside the egress-side hqosSapEgressObjects.

OIDs
OID symbolicOID numericTypeAccessDescription
serviceAccessSwitch1.3.6.1.4.1.738.1.7
prvtQosMIB1.3.6.1.4.1.738.1.7.1This document is the SNMP MIB module to manage the QoS parameters.
tFCObjects1.3.6.1.4.1.738.1.7.1.1
tFCNameTable1.3.6.1.4.1.738.1.7.1.1.1not-accessibleA list of all Forwarding Class Names. Forwarding Class Name entries must exist here and be active before they can be referenced elsewhere (e.g. qos queue).
tFCNameEntry1.3.6.1.4.1.738.1.7.1.1.1.1not-accessibleInformation about a particular Forwarding Class Name, particularly the Forwarding Class value. Some default entries are created by the agent. Default entries have tFCNameStorageType permanent, and can not be deleted. Entries cannot be created by user but maybe supported in future. An attempt to create a row in this table would return no creation.
INT tFCValue1.3.6.1.4.1.738.1.7.1.1.1.1.1INTEGERnot-accessibleForwarding class number as used in the tables below.
ROW tFCRowStatus1.3.6.1.4.1.738.1.7.1.1.1.1.2RowStatusnot-accessibleRow Status of the entry.
STO tFCStorageType1.3.6.1.4.1.738.1.7.1.1.1.1.3StorageTypenot-accessibleThe storage type of this row in the table.
TFC tFCName1.3.6.1.4.1.738.1.7.1.1.1.1.4TFCNamenot-accessibleFC name.
TIM tFCNameLastChanged1.3.6.1.4.1.738.1.7.1.1.1.1.5TimeStampnot-accessibleTimestamp of last change to this row in tFCNameTable.
hqosSapIngressObjects1.3.6.1.4.1.738.1.7.1.2
hqosSapIngressTable1.3.6.1.4.1.738.1.7.1.2.1not-accessibleThis table specifies HQoS service ingress policy configuration.
hqosSapIngressEntry1.3.6.1.4.1.738.1.7.1.2.1.1not-accessibleInformation about a particular HQoS Sap Ingress Policy. sap-ingress policy (1) is the default entry. Default Entry is created by the agent, other entries are created by user. Default Entry cannot be modified/deleted. The other entries are deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile.
TSA hqosSapIngressIndex1.3.6.1.4.1.738.1.7.1.2.1.1.1TSapIngressPolicyIdnot-accessibleThe identifier of a HQoS service ingress policy. The policy ID is the index to this table.
ROW hqosSapIngressRowStatus1.3.6.1.4.1.738.1.7.1.2.1.1.2RowStatusread-createRow Status for the policy. The deletion of this row has an action of removing the dependent rows in the following tables : - hqosSapIngressQueueTable - hqosSapIngressDSCPTable - hqosSapIngressDot1pTable
TIT hqosSapIngressDescription1.3.6.1.4.1.738.1.7.1.2.1.1.3TItemDescriptionread-writeUser-provided description of the policy.
INT hqosSapIngressDefaultDscpFC1.3.6.1.4.1.738.1.7.1.2.1.1.4INTEGERnot-accessibleAll traffic that does not match the specified dot1p, DSCP, is classified as the default action forwarding class. The default forwarding class is best-effort.
INT hqosSapIngressDefaultVptFC1.3.6.1.4.1.738.1.7.1.2.1.1.5INTEGERnot-accessibleThe priority to assign to traffic ingressing as the default action queue.
TIM hqosSapIngressLastChanged1.3.6.1.4.1.738.1.7.1.2.1.1.6TimeStampnot-accessibleTimestamp of last change to this row in tSapIngressTable.
hqosSapIngressQueueTable1.3.6.1.4.1.738.1.7.1.2.2not-accessibleInformation about all HQoS service ingress policies' queues.
hqosSapIngressQueueEntry1.3.6.1.4.1.738.1.7.1.2.2.1not-accessibleInformation about a particular queue for a service ingress policy. Some default queues are created by the system, they cannot be removed. Other entries are created by user.
TIN hqosSapIngressQueue1.3.6.1.4.1.738.1.7.1.2.2.1.1TIngressQueueIdnot-accessibleThe queue ID is used as the secondary index to the table entry.
TNA hqosSapIngressQueueParent1.3.6.1.4.1.738.1.7.1.2.2.1.2TNamedItemOrEmptynot-accessibleThe scheduler to which this queue would be feeding to.
ROW hqosSapIngressQueueRowStatus1.3.6.1.4.1.738.1.7.1.2.2.1.3RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TLE hqosSapIngressQueueLevel1.3.6.1.4.1.738.1.7.1.2.2.1.4TLevelread-writeThis specifies the level of priority while feeding to the parent.
INT hqosSapIngressQueueServWfq1.3.6.1.4.1.738.1.7.1.2.2.1.5INTEGERread-writeThe WFQ profile that needs to be used by the scheduler to which this queue would be feeding to.
INT hqosSapIngressQueueType1.3.6.1.4.1.738.1.7.1.2.2.1.6INTEGERread-writeThis object specifies the traffic type of the queue.
T/F hqosSapIngressQueueHiPriority1.3.6.1.4.1.738.1.7.1.2.2.1.7TruthValueread-writeIs this a high-priority queue.
TSL hqosSapIngressQueueWred1.3.6.1.4.1.738.1.7.1.2.2.1.8TSlopePolicyread-writeWRED profile applied to this queue.
TIM hqosSapIngressQueueLastChanged1.3.6.1.4.1.738.1.7.1.2.2.1.9TimeStampnot-accessibleTimestamp of last change to this row in hqosSapIngressQueueTable.
hqosSapIngressDSCPTable1.3.6.1.4.1.738.1.7.1.2.3not-accessibleA list of all DSCP entries for service ingress policies.
hqosSapIngressDSCPEntry1.3.6.1.4.1.738.1.7.1.2.3.1not-accessibleInformation about a particular DSCP entry for a service ingress policy. Entries are created by user. Entries are deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile. In the event that one policy has multiple entries, and the hqosSapIngressDSCP values are the same, only one queue will be created (the queue for the lexicographically first hqosSapIngressDSCP).
TDS hqosSapIngressDSCP1.3.6.1.4.1.738.1.7.1.2.3.1.1TDSCPValuenot-accessibleDifferentiated Services Code Point (DSCP) value as to match in the packet. This value is also used index so that for any DSCP value there is only one possible disposition queue and priority.
ROW hqosSapIngressDSCPRowStatus1.3.6.1.4.1.738.1.7.1.2.3.1.2RowStatusread-createThis object allows creation/deletion of rows in this table.
TFC hqosSapIngressDSCPFC1.3.6.1.4.1.738.1.7.1.2.3.1.3TFCNameOrEmptyread-writeThe forwarding class into which the matching traffic should be classified.
TCO hqosSapIngressDSCPConformance1.3.6.1.4.1.738.1.7.1.2.3.1.4TConformanceLevelread-writePrevious conformance level: green or yellow.
TIM hqosSapIngressDSCPLastChanged1.3.6.1.4.1.738.1.7.1.2.3.1.5TimeStampnot-accessibleTimestamp of last change to this row in hqosSapIngressDSCPTable.
hqosSapIngressDot1pTable1.3.6.1.4.1.738.1.7.1.2.4not-accessibleA list of all dot1p entries for service ingress policies.
hqosSapIngressDot1pEntry1.3.6.1.4.1.738.1.7.1.2.4.1not-accessibleInformation about a particular dot1p match for a service ingress policy. Entries are created by user. Entries are deleted by user.
DOT hqosSapIngressDot1pValue1.3.6.1.4.1.738.1.7.1.2.4.1.1Dot1PPrioritynot-accessibleDot1p value to match in the packet. This value is also used as an index so that for any dot1p value there is only one possible disposition queue and priority.
ROW hqosSapIngressDot1pRowStatus1.3.6.1.4.1.738.1.7.1.2.4.1.2RowStatusread-createRow Status for this service ingress policy's dot1p entry.
TFC hqosSapIngressDot1pFC1.3.6.1.4.1.738.1.7.1.2.4.1.3TFCNameOrEmptyread-writeThe forwarding class into which the matching traffic should be classified.
TCO hqosSapIngressDot1pConformance1.3.6.1.4.1.738.1.7.1.2.4.1.4TConformanceLevelread-createPrevious conformance level: green or yellow
TIM hqosSapIngressDot1pLastChanged1.3.6.1.4.1.738.1.7.1.2.4.1.5TimeStampnot-accessibleTimestamp of last change to this row in hqosSapIngressDot1pTable.
hqosSapIngressFCTable1.3.6.1.4.1.738.1.7.1.2.5not-accessibleThis table maintains the mapping of a particular forwarding class traffic into the specified queue.
hqosSapIngressFCEntry1.3.6.1.4.1.738.1.7.1.2.5.1not-accessibleInformation about a particular service ingress policy's forwarding class mappings to queues. Entries are created and deleted by user.
TFC hqosSapIngressFCNumber1.3.6.1.4.1.738.1.7.1.2.5.1.1TFCNameOrEmptynot-accessibleForwarding class number.
INT hqosSapIngressFCQueueType1.3.6.1.4.1.738.1.7.1.2.5.1.2INTEGERnot-accessibleThe type of the queue to be assigned to the FC.
ROW hqosSapIngressFCRowStatus1.3.6.1.4.1.738.1.7.1.2.5.1.3RowStatusread-createRow Status for this queue.
TIN hqosSapIngressFCQueue1.3.6.1.4.1.738.1.7.1.2.5.1.4TIngressQueueIdread-writeThe specific queue to be used for packets in this forwarding class.
TNA hqosSapIngressFCQueueParent1.3.6.1.4.1.738.1.7.1.2.5.1.5TNamedItemOrEmptyread-writeThe parent of the specific queue for this FC
TIM hqosSapIngressFCLastChanged1.3.6.1.4.1.738.1.7.1.2.5.1.6TimeStampread-onlyTimestamp of last change to this row in hqosSapIngressFCTable.
hqosSapEgressObjects1.3.6.1.4.1.738.1.7.1.3
hqosSapEgressTable1.3.6.1.4.1.738.1.7.1.3.1not-accessibleInformation about all service egress policies.
hqosSapEgressEntry1.3.6.1.4.1.738.1.7.1.3.1.1not-accessibleInformation about a particular service egress policy. Entries are created by user. Entries are deleted by user. The default service egress policy (1) cannot be changed or destroyed.
TSA hqosSapEgressIndex1.3.6.1.4.1.738.1.7.1.3.1.1.1TSapEgressPolicyIdnot-accessibleThe service egress policy ID is used as index for the table.
ROW hqosSapEgressRowStatus1.3.6.1.4.1.738.1.7.1.3.1.1.2RowStatusread-createRow Status of this policy's entry.
TIT hqosSapEgressDescription1.3.6.1.4.1.738.1.7.1.3.1.1.5TItemDescriptionread-writeUser-supplied description of this service egress policy.
TIM hqosSapEgressLastChanged1.3.6.1.4.1.738.1.7.1.3.1.1.6TimeStampnot-accessibleTimestamp of last change to this row in hqosSapEgressTable.
hqosSapEgressQueueTable1.3.6.1.4.1.738.1.7.1.3.2not-accessibleInformation about service egress policies' queues.
hqosSapEgressQueueEntry1.3.6.1.4.1.738.1.7.1.3.2.1not-accessibleInformation about a particular service egress queue. Entries are created by user. Entries are deleted by user.
TEG hqosSapEgressQueueIndex1.3.6.1.4.1.738.1.7.1.3.2.1.1TEgressQueueIdnot-accessibleThe number of a queue.Zero is not allowed.
TNA hqosSapEgressQueueParent1.3.6.1.4.1.738.1.7.1.3.2.1.2TNamedItemOrEmptynot-accessibleThe scheduler to which this queue would be feeding to.
ROW hqosSapEgressQueueRowStatus1.3.6.1.4.1.738.1.7.1.3.2.1.3RowStatusread-createRow Status of the entry.
TLE hqosSapEgressQueueLevel1.3.6.1.4.1.738.1.7.1.3.2.1.4TLevelread-writeThis specifies the level of priority while feeding to the parent.
INT hqosSapEgressQueueServWfq1.3.6.1.4.1.738.1.7.1.3.2.1.5INTEGERread-writeThe WFQ profile that needs to be used by the scheduler to which this queue would be feeding to.
INT hqosSapEgressQueueType1.3.6.1.4.1.738.1.7.1.3.2.1.6INTEGERread-writeThis object specifies the traffic type of the queue.
T/F hqosSapEgressQueueHiPriority1.3.6.1.4.1.738.1.7.1.3.2.1.7TruthValueread-writeIs this a high-priority queueo
TSL hqosSapEgressQueueWred1.3.6.1.4.1.738.1.7.1.3.2.1.8TSlopePolicyread-writeID of WRED profile applied to this queue.
TIM hqosSapEgressQueueLastChanged1.3.6.1.4.1.738.1.7.1.3.2.1.9TimeStampnot-accessibleTimestamp of last change to this row in hqosSapEgressQueueTable.
hqosSapEgressFCTable1.3.6.1.4.1.738.1.7.1.3.3not-accessibleInformation about a particular service egress policy's forwarding class mappings to queues. Entries are created and deleted by user.
hqosSapEgressFCEntry1.3.6.1.4.1.738.1.7.1.3.3.1not-accessibleInformation about a particular service egress policy's forwarding class mappings to queues and dot1p values. Entries are created by user. Entries are deleted by user.
TFC hqosSapEgressFCNumber1.3.6.1.4.1.738.1.7.1.3.3.1.1TFCNameOrEmptynot-accessibleForwarding class number.
INT hqosSapEgressFCEntryType1.3.6.1.4.1.738.1.7.1.3.3.1.2INTEGERnot-accessibleThe type of the configuration entry for this FC.
ROW hqosSapEgressFCRowStatus1.3.6.1.4.1.738.1.7.1.3.3.1.3RowStatusread-createRow Status for this queue.
TEG hqosSapEgressFCQueue1.3.6.1.4.1.738.1.7.1.3.3.1.4TEgressQueueIdread-writeThe queue to use for packets with this forwarding class. A valid queue-id must be specified before setting the row status to active.
TNA hqosSapEgressFCQueueParent1.3.6.1.4.1.738.1.7.1.3.3.1.5TNamedItemOrEmptyread-writeThe name of the parent scheduler for the specific queue.
DOT hqosSapEgressFCDot1PValue1.3.6.1.4.1.738.1.7.1.3.3.1.6Dot1PPriorityread-writeThe 802.1p value to use for packet remarking.Currently not supported.
TDS hqosSapEgressFCDSCPValue1.3.6.1.4.1.738.1.7.1.3.3.1.7TDSCPValueread-writeThe DSCP value to use for packets remarking. Currently not supported.
TIM hqosSapEgressFCLastChanged1.3.6.1.4.1.738.1.7.1.3.3.1.8TimeStampnot-accessibleTimestamp of last change to this row in hqosSapEgressFCTable.
hqosNetworkObjects1.3.6.1.4.1.738.1.7.1.4
hqosNetworkPolicyTable1.3.6.1.4.1.738.1.7.1.4.1not-accessibleHQOS network policy table. Keeps comman information of the network policy
hqosNetworkPolicyEntry1.3.6.1.4.1.738.1.7.1.4.1.1not-accessibleInformation about a particular Network Policy. Network policy DefPol(1) is the default entry. Default Entry is created by the agent, other entries are created by user. Default Entry cannot be modified/deleted. The other entries are deleted by user. There is no StorageType object, entries have a presumed StorageType of nonVolatile. The default Egress FC entries are created as an action of setting the rowstatus.
TNE hqosNetworkPolicyIndex1.3.6.1.4.1.738.1.7.1.4.1.1.1TNetworkPolicyIdnot-accessibleNetwork policy index
ROW hqosNetworkPolicyRowStatus1.3.6.1.4.1.738.1.7.1.4.1.1.2RowStatusread-createRow status of the network policy HQoS network policy is created with createAndWait(5).
TIT hqosNetworkPolicyDescription1.3.6.1.4.1.738.1.7.1.4.1.1.3TItemDescriptionread-writeUser-defined description of the network policy
TFC hqosNetworkPolicyIngressDefaultActionFC1.3.6.1.4.1.738.1.7.1.4.1.1.4TFCNameOrEmptyread-writeNetwork policy default action FC. Currently not used. Reserved for future use.
TCO hqosNetworkPolicyIngressConformance1.3.6.1.4.1.738.1.7.1.4.1.1.5TConformanceLevelread-writeDefines network conformance level green or yellow. Currently not used. Reserved for future use.
T/F hqosNetworkPolicyEgressRemark1.3.6.1.4.1.738.1.7.1.4.1.1.6TruthValueread-onlyVerifies if remarking is set on network egress. Remarking is enabled by default
TIM hqosNetworkPolicyLastChanged1.3.6.1.4.1.738.1.7.1.4.1.1.7TimeStampnot-accessibleTimestamp of last change to this row in hqosNetworkPolicyTable.
hqosNetworkIngressLSPEXPTable1.3.6.1.4.1.738.1.7.1.4.2not-accessibleInformation about network ingress policies' mappings.
hqosNetworkIngressLSPEXPEntry1.3.6.1.4.1.738.1.7.1.4.2.1not-accessibleInformation about LSP EXP mapping for a network policy. Some default entries are created by the agent for the default network policy DefPol(1). These cannot be deleted or modified. Other entries are created/deleted by user.
TLS hqosNetworkIngressLSPEXP1.3.6.1.4.1.738.1.7.1.4.2.1.1TLspExpValuenot-accessibleLSP EXP bit value.
ROW hqosNetworkIngressLSPEXPRowStatus1.3.6.1.4.1.738.1.7.1.4.2.1.2RowStatusread-createRow status of network ingress mapping
TFC hqosNetworkIngressLSPEXPFC1.3.6.1.4.1.738.1.7.1.4.2.1.3TFCNameOrEmptyread-writeMapping of LSP EXP to forwarding class.
TCO hqosNetworkIngressLSPEXPConformance1.3.6.1.4.1.738.1.7.1.4.2.1.4TConformanceLevelread-writeIndentifies conformance level green or yellow for a frame with a LSP EXP bit value.
TIM hqosNetworkIngressLSPEXPLastChanged1.3.6.1.4.1.738.1.7.1.4.2.1.5TimeStampnot-accessibleTimestamp of last change to this row in hqosNetworkIngressLSPEXPTable. Currently not supported
hqosNetworkEgressFCTable1.3.6.1.4.1.738.1.7.1.4.3not-accessibleInformation about all network policies' egress FC traffic disposition.
hqosNetworkEgressFCEntry1.3.6.1.4.1.738.1.7.1.4.3.1not-accessibleInformation about a particular network policy's egress per-forwarding-class traffic disposition. Entries are created/deleted as an action of creating/deleting a row in the hqosNetworkPolicyTable.
TFC hqosNetworkEgressFCNumber1.3.6.1.4.1.738.1.7.1.4.3.1.1TFCNameOrEmptynot-accessibleThe number of the forwarding class (FC).
ROW hqosNetworkEgressFCRowStatus1.3.6.1.4.1.738.1.7.1.4.3.1.2RowStatusread-createThe row status of this row. Only the value of createAndWait(5) is available for row creation
TLS hqosNetworkEgressFCLspExpValue1.3.6.1.4.1.738.1.7.1.4.3.1.3TLspExpValueread-writeNetwork egress remarking value for LSP EXP bits.
DOT hqosNetworkEgressFCDot1Priority1.3.6.1.4.1.738.1.7.1.4.3.1.4Dot1PPriorityread-writeNetwork egress remarking value for Dot1p. Currently not supported. Reserved for future use.
TIM hqosNetworkEgressFCLastChanged1.3.6.1.4.1.738.1.7.1.4.3.1.5TimeStampnot-accessibleTimestamp of last change to this row in hqosNetworkEgressFCTable.
TCO hqosNetworkEgressFCConformance1.3.6.1.4.1.738.1.7.1.4.3.1.6TConformanceLevelnot-accessibleConformance level: green or yellow.
hqosNetworkQueueObjects1.3.6.1.4.1.738.1.7.1.5
hqosNetworkQueuePolicyTable1.3.6.1.4.1.738.1.7.1.5.1not-accessibleInformation about network queue policy.
hqosNetworkQueuePolicyEntry1.3.6.1.4.1.738.1.7.1.5.1.1not-accessibleInformation about network egress queue configuration
TNA hqosNetworkQueuePolicy1.3.6.1.4.1.738.1.7.1.5.1.1.1TNamedItemnot-accessibleName of network egress queue policy. This is the index in the table. Should be no more than 6 characters long.
ROW hqosNetworkQueuePolicyRowStatus1.3.6.1.4.1.738.1.7.1.5.1.1.2RowStatusread-createThe row status. Used for creation of a row in the table.
TIT hqosNetworkQueuePolicyDescription1.3.6.1.4.1.738.1.7.1.5.1.1.3TItemDescriptionread-writeUser-defined description of the network policy.
TIM hqosNetworkQueuePolicyLastChanged1.3.6.1.4.1.738.1.7.1.5.1.1.8TimeStampnot-accessibleThe time when an object in the row was last changed. Currently not supported.
hqosNetworkQueueTable1.3.6.1.4.1.738.1.7.1.5.2not-accessibleInformation about network queues.
hqosNetworkQueueEntry1.3.6.1.4.1.738.1.7.1.5.2.1not-accessibleNetwork queue configuration
TQU hqosNetworkQueue1.3.6.1.4.1.738.1.7.1.5.2.1.1TQueueIdnot-accessibleNetwork queue identifier. The queue ID is used as an index of the table entry.
ROW hqosNetworkQueueRowStatus1.3.6.1.4.1.738.1.7.1.5.2.1.2RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TNA hqosNetworkQueueParent1.3.6.1.4.1.738.1.7.1.5.2.1.3TNamedItemOrEmptynot-accessibleNetwork queue parent is not configurable. Reserved for future use.
TLE hqosNetworkQueueLevel1.3.6.1.4.1.738.1.7.1.5.2.1.4TLevelread-writeThis specifies the level of priority while feeding to the parent. Priority levels are high(1) or low(2)
INT hqosNetworkQueueWfqProfile1.3.6.1.4.1.738.1.7.1.5.2.1.5INTEGERread-writeThe WFQ profile for this network queue
INT hqosNetworkQueueType1.3.6.1.4.1.738.1.7.1.5.2.1.6INTEGERread-writeThis object specifies the type of the network queue. The possible values are: - unknown(0) - unicast(1) - multicast(2) - broadcast(3)
T/F hqosNetworkQueueHiPriority1.3.6.1.4.1.738.1.7.1.5.2.1.7TruthValueread-onlyThe object specifies is this a high-priority queue. This object is obsolete, use object hqosNetworkQueueLevel instead
TSL hqosNetworkQueueWred1.3.6.1.4.1.738.1.7.1.5.2.1.8TSlopePolicyread-writeID of WRED profile applied to this queue.
TSH hqosNetworkQueueShaper1.3.6.1.4.1.738.1.7.1.5.2.1.9TShaperIdread-writeID of shaping profile applied to this queue. There is no default value
TIM hqosNetworkQueueLastChanged1.3.6.1.4.1.738.1.7.1.5.2.1.10TimeStampnot-accessibleTimestamp of last change to this row in hqosNetworkQueueTable. Not supported. Reserved for future use.
hqosNetworkQueueFCTable1.3.6.1.4.1.738.1.7.1.5.3not-accessibleInformation which network egress queue traffic with a FC assigned on ingress feeds to.
hqosNetworkQueueFCEntry1.3.6.1.4.1.738.1.7.1.5.3.1not-accessibleForwarding class to network queue configuratiom
TFC hqosNetworkQueueFCNumber1.3.6.1.4.1.738.1.7.1.5.3.1.1TFCNameOrEmptynot-accessibleThe number of the forwarding class as referenced in the tFCNameTable.
INT hqosNetworkQueueFCType1.3.6.1.4.1.738.1.7.1.5.3.1.2INTEGERnot-accessibleThe type of the queue to be assigned to the forwarding class. The possible values of this object are: - unknown(0) - unicast(1) - multicast(2) - broadcast(3) This object is part of the index.
ROW hqosNetworkQueueFCRowStatus1.3.6.1.4.1.738.1.7.1.5.3.1.3RowStatusread-createRow Status for this queue. The object serves to create entries in the table.
TQU hqosNetworkQueueFC1.3.6.1.4.1.738.1.7.1.5.3.1.4TQueueIdread-writeThe queue id to be mapped.
TIM hqosNetworkQueueFCLastChanged1.3.6.1.4.1.738.1.7.1.5.3.1.5TimeStampnot-accessibleThe time when an object in the row was last changed.
hqosSchedulerObjects1.3.6.1.4.1.738.1.7.1.6
hqosSchedulerPolicyTable1.3.6.1.4.1.738.1.7.1.6.1not-accessibleInformation about a service scheduler policy.
hqosSchedulerPolicyEntry1.3.6.1.4.1.738.1.7.1.6.1.1not-accessibleInformation about a particular service scheduler policy.
TNA hqosSchedulerPolicyName1.3.6.1.4.1.738.1.7.1.6.1.1.1TNamedItemnot-accessibleThis is the index of the table. Should be no more that 6 characters long.
ROW hqosSchedulerPolicyRowStatus1.3.6.1.4.1.738.1.7.1.6.1.1.2RowStatusread-createRow Status of the entry. The entry in the table that serves to create rows.
INT hqosSchedulerPolicyType1.3.6.1.4.1.738.1.7.1.6.1.1.3INTEGERnot-accessibleType of the scheduler - ingress or egress. The object can accept one of the three values: - unknown(0) - ingress(1) - egress (2) The value unknown is the default one, but causes the row to be in notReady(3) state. network (3) is not supported
TIT hqosSchedulerPolicyDescription1.3.6.1.4.1.738.1.7.1.6.1.1.4TItemDescriptionread-writeUser-description for the scheduler policy
TIM hqosSchedulerPolicyLastChanged1.3.6.1.4.1.738.1.7.1.6.1.1.5TimeStampnot-accessibleTimestamp of last change to this row in hqosSchedulerPolicyTable. Reserved for future use.
hqosVirtualSchedulerTable1.3.6.1.4.1.738.1.7.1.6.2not-accessibleInformation about schedulers belonging to scheduler policies
hqosVirtualSchedulerEntry1.3.6.1.4.1.738.1.7.1.6.2.1not-accessibleInformation about a particular Scheduler belonging to a Scheduler Policy.
TNA hqosVirtualSchedulerName1.3.6.1.4.1.738.1.7.1.6.2.1.1TNamedItemnot-accessibleName of the scheduler.
ROW hqosVirtualSchedulerRowStatus1.3.6.1.4.1.738.1.7.1.6.2.1.2RowStatusread-createRow Status of the entry. Part of the index together with the policy name and the tier. Should be up to 6 characters long.
TIT hqosVirtualSchedulerDescription1.3.6.1.4.1.738.1.7.1.6.2.1.3TItemDescriptionread-writeUser-defined description for the scheduler policy. Note this is currently not supported (returns empty string, writes not accepted). Reserved for future use.
TNA hqosVirtualSchedulerParent1.3.6.1.4.1.738.1.7.1.6.2.1.4TNamedItemOrEmptyread-writeThe scheduler to which this scheduler would be feeding to.
TLE hqosVirtualSchedulerLevel1.3.6.1.4.1.738.1.7.1.6.2.1.5TLevelnot-accessibleThis specifies the level of priority while feeding to the parent.
INT hqosVirtualSchedulerPriority1.3.6.1.4.1.738.1.7.1.6.2.1.6INTEGERread-writePriority of the scheduler.
INT hqosVirtualSchedulerWfqProfile1.3.6.1.4.1.738.1.7.1.6.2.1.7INTEGERread-writeThe WFQ profile number for this scheduler.
TSH hqosVirtualSchedulerShaper1.3.6.1.4.1.738.1.7.1.6.2.1.8TShaperIdread-writeID of shaping profile applied to scheduler. There is no default value
TIM hqosVirtualSchedulerLastChanged1.3.6.1.4.1.738.1.7.1.6.2.1.9TimeStampnot-accessibleTimestamp of last change to this row in hqosVirtualSchedulerTable.
tWredObjects1.3.6.1.4.1.738.1.7.1.7
tWredProfileTable1.3.6.1.4.1.738.1.7.1.7.1not-accessibleWRED Profile Table. Each entry in this table defines the WRED slopes for the high and the low priority traffic.
tWredProfileEntry1.3.6.1.4.1.738.1.7.1.7.1.1not-accessibleWRED Profile Entry.
TSL tWredProfile1.3.6.1.4.1.738.1.7.1.7.1.1.1TSlopePolicynot-accessibletWredProfile maintains the id of the WRED Profile.
ROW tWredRowStatus1.3.6.1.4.1.738.1.7.1.7.1.1.2RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TIT tWredDescription1.3.6.1.4.1.738.1.7.1.7.1.1.3TItemDescriptionread-writeUser-provided description of the profile.
U32 tWredGreenStartAverage1.3.6.1.4.1.738.1.7.1.7.1.1.4Unsigned32read-writeDrop start threshold for the green traffic in kilobytes.
U32 tWredGreenMaxAverage1.3.6.1.4.1.738.1.7.1.7.1.1.5Unsigned32read-writeAbsolute drop threshold for the green traffic in kilobytes.
U32 tWredGreenProbability1.3.6.1.4.1.738.1.7.1.7.1.1.6Unsigned32read-writeDrop probability slope for the green traffic.
U32 tWredYellowStartAverage1.3.6.1.4.1.738.1.7.1.7.1.1.7Unsigned32read-writeDrop start threshold for the Yellow traffic in kilobytes.
U32 tWredYellowMaxAverage1.3.6.1.4.1.738.1.7.1.7.1.1.8Unsigned32read-writeAbsolute drop threshold for the Yellow traffic in kilobytes.
U32 tWredYellowProbability1.3.6.1.4.1.738.1.7.1.7.1.1.9Unsigned32read-writeDrop probability slope for the Yellow traffic.
U32 tWredRedStartAverage1.3.6.1.4.1.738.1.7.1.7.1.1.10Unsigned32read-writeDrop start threshold for the Red traffic in kilobytes.
U32 tWredRedMaxAverage1.3.6.1.4.1.738.1.7.1.7.1.1.11Unsigned32read-writeAbsolute drop threshold for the Red traffic in kilobytes.
U32 tWredRedProbability1.3.6.1.4.1.738.1.7.1.7.1.1.12Unsigned32read-writeDrop probability slope for the Red traffic.
TIM tWredLastChanged1.3.6.1.4.1.738.1.7.1.7.1.1.13TimeStampnot-accessibleTimestamp of when this entry was last changed.
tCongestionAvoidanceProfileObjects1.3.6.1.4.1.738.1.7.1.8
qosTailDropProfileTable1.3.6.1.4.1.738.1.7.1.8.1not-accessibleTail-drop profile Table. Each entry in this table defines set of tail-drop parameters that may be enforced on a queue or a policy.
qosTailDropProfileEntry1.3.6.1.4.1.738.1.7.1.8.1.1not-accessibleTail-drop Profile Entry.
TTA qosTailDropProfile1.3.6.1.4.1.738.1.7.1.8.1.1.1TTailDropIdnot-accessibleqosTailDropProfile maintains the ID of the tail-drop profile
ROW qosTailDropRowStatus1.3.6.1.4.1.738.1.7.1.8.1.1.2RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TTR qosMaxTailDropYellowTreshold1.3.6.1.4.1.738.1.7.1.8.1.1.3TTresholdread-writeMaximum tail drop yellow treshold in %.Valid values are 25, 50, 75, 100%
TTR qosMaxTailDropRedTreshold1.3.6.1.4.1.738.1.7.1.8.1.1.4TTresholdread-writeMaximum tail drop red treshold in %.Valid values are 25, 50, 75, 100%
qosSredProfileTable1.3.6.1.4.1.738.1.7.1.8.2not-accessibleSRED profile configuration Table. Each entry in this table defines set of SRED parameters that may be enforced on a queue or a policy.
qosSredProfileEntry1.3.6.1.4.1.738.1.7.1.8.2.1not-accessibleSRED Profile Entry.
TSR qosSredProfile1.3.6.1.4.1.738.1.7.1.8.2.1.1TSredIdnot-accessibleqosSredProfile maintains the ID of the SRED profile
ROW qosSredRowStatus1.3.6.1.4.1.738.1.7.1.8.2.1.2RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TTR qosMaxSredYellowTreshold1.3.6.1.4.1.738.1.7.1.8.2.1.3TTresholdread-writeMaximum SRED yellow treshold in %.Valid values are 25, 50, 75, 100%
TTR qosMaxSredYellowProbaility1.3.6.1.4.1.738.1.7.1.8.2.1.4TTresholdread-writeMaximum SRED yellow probability in %.Valid values are 25, 50, 75, 100%
TTR qosMaxSredRedTreshold1.3.6.1.4.1.738.1.7.1.8.2.1.5TTresholdread-writeMaximum SRED Red treshold in %.Valid values are 25, 50, 75, 100%
TTR qosMaxSredRedProbability1.3.6.1.4.1.738.1.7.1.8.2.1.6TTresholdread-writeMaximum SRED Red probability in %.Valid values are 25, 50, 75, 100%
tShaperObjects1.3.6.1.4.1.738.1.7.1.9
tShaperProfileTable1.3.6.1.4.1.738.1.7.1.9.1not-accessibleShaper profile Table. Each entry in this table defines set of shaping parameters that may be enforced on scheduler, port or queue.
tShaperProfileEntry1.3.6.1.4.1.738.1.7.1.9.1.1not-accessibleShaper Profile Entry.
INT tShaperProfileType1.3.6.1.4.1.738.1.7.1.9.1.1.1INTEGERnot-accessibleThe type of the shaper. If used in QoS configuration(qos(1)) or in HQoS configuration (hqos(2))
TSH tShaperProfile1.3.6.1.4.1.738.1.7.1.9.1.1.2TShaperIdnot-accessibletShaperProfile maintains the ID of the shaping profile identifying the profile.
INT tShaperProfileDirection1.3.6.1.4.1.738.1.7.1.9.1.1.3INTEGERnot-accessibleThe direction of the shaper - service ingress, service egress, network egress or vlan egress.
INT tShaperProfileLevel1.3.6.1.4.1.738.1.7.1.9.1.1.4INTEGERnot-accessibleLevel of the shaper. For QoS shapers choose qosPolicy(5). For HQoS configuration l1Scheduler(3) or l2Scheduler(4)
ROW tShaperRowStatus1.3.6.1.4.1.738.1.7.1.9.1.1.5RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TIT tShaperDescription1.3.6.1.4.1.738.1.7.1.9.1.1.6TItemDescriptionread-writeUser-provided description of the shaper profile. Not supported.
TRA tShaperCIR1.3.6.1.4.1.738.1.7.1.9.1.1.7TRateValueread-writeCommited Information Rate in kbps.
TRA tShaperPIR1.3.6.1.4.1.738.1.7.1.9.1.1.8TRateValueread-writePeak information rate allowed in kbps.
INT tShaperCBS1.3.6.1.4.1.738.1.7.1.9.1.1.9INTEGERread-writeThe commited burst size allowed in kilobytes.
INT tShaperMBS1.3.6.1.4.1.738.1.7.1.9.1.1.10INTEGERread-writeThe max burst size allowed in kilobytes.
TIM tShaperLastChanged1.3.6.1.4.1.738.1.7.1.9.1.1.11TimeStampnot-accessibleTimestamp of when this entry was last changed. Not supported.
tWfqObjects1.3.6.1.4.1.738.1.7.1.10
tWfqServiceProfileTable1.3.6.1.4.1.738.1.7.1.10.1not-accessible
tWfqServiceProfileEntry1.3.6.1.4.1.738.1.7.1.10.1.1not-accessibleInformation about the service WFQ profiles available.
INT tWfqServiceProfileNumber1.3.6.1.4.1.738.1.7.1.10.1.1.1INTEGERnot-accessibleThe ID of the WFQ service profile. Profile 0 can not be modified or deleted.
INT tWfqServiceProfileDirection1.3.6.1.4.1.738.1.7.1.10.1.1.2INTEGERnot-accessibleThe direction of the WFQ service profile - ingress or egress.
ROW tWfqServiceProfileRowStatus1.3.6.1.4.1.738.1.7.1.10.1.1.3RowStatusread-createThe row status of the WFQ service profile.
INT tWfqServiceProfileWeight1.3.6.1.4.1.738.1.7.1.10.1.1.4INTEGERread-writeThe relative weight for the packets where the WFQ service profile is applied.
tWfqNetworkProfileTable1.3.6.1.4.1.738.1.7.1.10.2not-accessible
tWfqNetworkProfileEntry1.3.6.1.4.1.738.1.7.1.10.2.1not-accessibleInformation about a the service WFQ profiles available.
INT tWfqNetworkProfileNumber1.3.6.1.4.1.738.1.7.1.10.2.1.1INTEGERnot-accessibleThe ID of the WFQ network profile. Profile 0 can not be modified or deleted.
ROW tWfqNetworkProfileRowStatus1.3.6.1.4.1.738.1.7.1.10.2.1.2RowStatusread-createThe row status of the WFQ network profile.
INT tWfqNetworkProfileWeight1.3.6.1.4.1.738.1.7.1.10.2.1.3INTEGERread-writeThe relative weight for the packets where the WFQ network profile is applied.
INT tWfqNetworkProfileCIRWeight1.3.6.1.4.1.738.1.7.1.10.2.1.4INTEGERread-writeThe relative CIR weight for the packets where the WFQ network profile is applied.
tWfqSchedulerProfileTable1.3.6.1.4.1.738.1.7.1.10.3not-accessible
tWfqSchedulerProfileEntry1.3.6.1.4.1.738.1.7.1.10.3.1not-accessibleInformation about a the scheduler WFQ profiles available.
INT tWfqSchedulerProfileNumber1.3.6.1.4.1.738.1.7.1.10.3.1.1INTEGERnot-accessibleThe ID of the WFQ scheduler profile. Profile 0 can not be modified or deleted.
INT tWfqSchedulerProfileDirection1.3.6.1.4.1.738.1.7.1.10.3.1.2INTEGERnot-accessibleThe direction of the WFQ scheduler profile - ingress or egress.
ROW tWfqSchedulerProfileRowStatus1.3.6.1.4.1.738.1.7.1.10.3.1.3RowStatusread-createThe row status of the WFQ scheduler profile.
INT tWfqSchedulerProfileWeight1.3.6.1.4.1.738.1.7.1.10.3.1.4INTEGERread-writeThe relative weight for the packets where the WFQ scheduler profile is applied.
INT tWfqSchedulerProfileCIRWeight1.3.6.1.4.1.738.1.7.1.10.3.1.5INTEGERread-writeThe relative CIR weight for the packets where the WFQ scheduler profile is applied.
qosSchedulingProfileObjects1.3.6.1.4.1.738.1.7.1.11
qosSchedulingProfileTable1.3.6.1.4.1.738.1.7.1.11.1not-accessibleInformation about scheduling profiles
qosSchedulingProfileEntry1.3.6.1.4.1.738.1.7.1.11.1.1not-accessibleInformation about a the scheduling profiles available.
INT qosSchedulingProfile1.3.6.1.4.1.738.1.7.1.11.1.1.1INTEGERnot-accessibleThe ID of the scheduling profile.
INT qosSchedulingProfileDirection1.3.6.1.4.1.738.1.7.1.11.1.1.2INTEGERnot-accessibleThe direction of the WFQ scheduler profile - ingress or egress. Reserved for future use
INT qosSchedulingType1.3.6.1.4.1.738.1.7.1.11.1.1.3INTEGERnot-accessibleThe the of scheduling profile. One of the following values can be chosen unknown(0), sp(1), wrr (2), hybrid-1 (3), hybrid-2 (4), hybrid-3 (5), hybrid-4 (6), hybrid-5 (7), hybrid-6 (8), drr (9), mdrr-1 (10), mdrr-2 (11), mdrr-3 (12), mdrr-4 (13), mdrr-5 (14), mdrr-6 (15)
ROW qosSchedulingRowStatus1.3.6.1.4.1.738.1.7.1.11.1.1.4RowStatusread-createThe row status of the scheduling profile.
INT qosSchedulingQ1Weight1.3.6.1.4.1.738.1.7.1.11.1.1.5INTEGERread-writeThe relative weight for the packets where the scheduling profile is applied for queue 1.
INT qosSchedulingQ2Weight1.3.6.1.4.1.738.1.7.1.11.1.1.6INTEGERread-writeThe relative weight for the packets where the scheduling profile is applied for queue 2.
INT qosSchedulingQ3Weight1.3.6.1.4.1.738.1.7.1.11.1.1.7INTEGERread-writeThe relative weight for the packets where the scheduling profile is applied for queue 3.
INT qosSchedulingQ4Weight1.3.6.1.4.1.738.1.7.1.11.1.1.8INTEGERread-writeThe relative weight for the packets where the scheduling profile is applied for queue 4.
INT qosSchedulingQ5Weight1.3.6.1.4.1.738.1.7.1.11.1.1.9INTEGERread-writeThe relative weight for the packets where the scheduling profile is applied for queue 5.
INT qosSchedulingQ6Weight1.3.6.1.4.1.738.1.7.1.11.1.1.10INTEGERread-writeThe relative weight for the packets where the scheduling profile is applied for queue 6.
INT qosSchedulingQ7Weight1.3.6.1.4.1.738.1.7.1.11.1.1.11INTEGERread-writeThe relative weight for the packets where the scheduling profile is applied for queue 7.
INT qosSchedulingQ8Weight1.3.6.1.4.1.738.1.7.1.11.1.1.12INTEGERread-writeThe relative weight for the packets where the scheduling profile is applied for queue 8.
qosServicePolicyObjects1.3.6.1.4.1.738.1.7.1.12
qosServicePolicyTable1.3.6.1.4.1.738.1.7.1.12.1not-accessibleQos service policy table. Keeps comman information for the QoS service policy
qosServicePolicyEntry1.3.6.1.4.1.738.1.7.1.12.1.1not-accessibleInformation about a particular QoS service Policy.
TNA qosServicePolicy1.3.6.1.4.1.738.1.7.1.12.1.1.1TNamedItemnot-accessibleQoS service policy index. String up to 6 characters
ROW qosServicePolicyRowStatus1.3.6.1.4.1.738.1.7.1.12.1.1.2RowStatusread-createRow status of the QoS network policy. QoS service policy is created with createAndWait(5).
TIT qosServicePolicyDescription1.3.6.1.4.1.738.1.7.1.12.1.1.3TItemDescriptionread-writeUser-defined description of the QoS service policy
qosServiceIngressPolicyTable1.3.6.1.4.1.738.1.7.1.12.2not-accessibleInformation about all QoS service ingress policies' configuration.
qosServiceIngressPolicyEntry1.3.6.1.4.1.738.1.7.1.12.2.1not-accessibleInformation about a particular service policy's ingress per-forwarding-class traffic disposition. Entries are created/deleted as an action of creating/deleting a row in the qosServiceIngressTable.
TSH qosServPolicyShaperProfile1.3.6.1.4.1.738.1.7.1.12.2.1.1TShaperIdread-writeShaper profile ID. Valid shaper profile Id range is 9-57. To remove the shaper profile use ID 0
TSS qosServPolicySchedulingProfile1.3.6.1.4.1.738.1.7.1.12.2.1.2TSSchedulingProfileread-writeScheduling profile ID. Valid scheduling profile Id range is 1-8. To remove the scheduling profile use ID 0
TTA qosServPolicyTailDropProfile1.3.6.1.4.1.738.1.7.1.12.2.1.3TTailDropIdread-writeThe ID of a Tail drop profile configured. Valid tail-drop profile Id range is 1-5. To remove the scheduling profile use ID 0
qosServiceIngressQueueTable1.3.6.1.4.1.738.1.7.1.12.3not-accessibleInformation about all QoS service ingress policies' configuration.
qosServiceIngressQueueEntry1.3.6.1.4.1.738.1.7.1.12.3.1not-accessibleInformation about a particular service policy's ingress per-forwarding-class traffic disposition. Entries are created/deleted as an action of creating/deleting a row in the qosServiceIngressTable.
TQU qosServInQueueQueue1.3.6.1.4.1.738.1.7.1.12.3.1.1TQueueIdnot-accessibleService queue identifier. The queue ID is used as an index of the table entry.
ROW qosServInQueueRowStatus1.3.6.1.4.1.738.1.7.1.12.3.1.2RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TSH qosServInQueueShaperProfile1.3.6.1.4.1.738.1.7.1.12.3.1.3TShaperIdread-writeShaper profile ID. Valid shaper profile Id range is 9-57. To remove the shaper profile use ID 0
TTA qosServInQueueTailDropProfile1.3.6.1.4.1.738.1.7.1.12.3.1.4TTailDropIdread-writeThe ID of a Tail drop profile configured. Valid tail-drop profile Id range is 1-5. To remove the scheduling profile use ID 0
qosNetworkPolicyObjects1.3.6.1.4.1.738.1.7.1.13
qosNetworkPolicyTable1.3.6.1.4.1.738.1.7.1.13.1not-accessibleQos network policy table. Keeps comman information for the QoS network policy
qosNetworkPolicyEntry1.3.6.1.4.1.738.1.7.1.13.1.1not-accessibleInformation about a particular QoS network Policy. Default Entry is created by the agent, other entries are created by user.
TNA qosNetworkPolicy1.3.6.1.4.1.738.1.7.1.13.1.1.1TNamedItemnot-accessibleQoS network policy index. String up to 6 characters
ROW qosNetworkPolicyRowStatus1.3.6.1.4.1.738.1.7.1.13.1.1.2RowStatusread-createRow status of the QoS network policy. QoS Network policy is created with createAndWait(5).
TIT qosNetworkPolicyDescription1.3.6.1.4.1.738.1.7.1.13.1.1.3TItemDescriptionread-writeUser-defined description of the QoS network policy
qosNetworkIngressTable1.3.6.1.4.1.738.1.7.1.13.2not-accessibleInformation about QoS network ingress policy.
qosNetworkIngressEntry1.3.6.1.4.1.738.1.7.1.13.2.1not-accessibleInformation about a QoS network ingress policy. Some default entries are created by the agent . These cannot be deleted Other entries are created/deleted by user.
TFC qosNetworkIngressFC1.3.6.1.4.1.738.1.7.1.13.2.1.1TFCNameOrEmptyread-writeMapping of ingress traffic to forwarding class.
TCO qosNetworkIngressConformance1.3.6.1.4.1.738.1.7.1.13.2.1.2TConformanceLevelread-writeIndentifies conformance level green or yellow for a frames through a forwarding class.
T/F qosTrustDot1pMode1.3.6.1.4.1.738.1.7.1.13.2.1.3TruthValueread-writeEnables/disables Dot1p trust mode. 802.1p is taken from packet. Default mode is untrusted
T/F qosTrustDot1pModePreservePriority1.3.6.1.4.1.738.1.7.1.13.2.1.4TruthValueread-writeEnables/disables Dot1p trust mode and preserve priority. 802.1p is taken from packet and is preserved on egress. Default mode is untrusted
T/F qosTrustDscpMode1.3.6.1.4.1.738.1.7.1.13.2.1.5TruthValueread-writeEnables/disables DSCP trust mode. DSCP is taken from packet. Default mode is untrusted
qosNetworkEgressTable1.3.6.1.4.1.738.1.7.1.13.3not-accessibleInformation about all QoS network policies' egress FC traffic disposition.
qosNetworkEgressEntry1.3.6.1.4.1.738.1.7.1.13.3.1not-accessibleInformation about a particular network policy's egress per-forwarding-class traffic disposition. Entries are created/deleted as an action of creating/deleting a row in the qosNetworkEgressTable.
TSS qosNetPolicySchedulingProfile1.3.6.1.4.1.738.1.7.1.13.3.1.1TSSchedulingProfileread-writeThe ID of a scheduling profile configured. Valid scheduling profile Id range is 1-8. To remove the scheduling profile use ID 0
TSH qosNetPolicyShaperProfile1.3.6.1.4.1.738.1.7.1.13.3.1.2TShaperIdread-writeShaper profile ID. Valid shaper profile Id range is 1-8. To remove the shaper profile use ID 0
TTA qosNetPolicyTailDropProfile1.3.6.1.4.1.738.1.7.1.13.3.1.3TTailDropIdread-writeThe ID of a Tail drop profile configured. Valid tail-drop profile Id range is 1-8. To remove the scheduling profile use ID 0
TSR qosNetPolicySredProfile1.3.6.1.4.1.738.1.7.1.13.3.1.4TSredIdread-writeThe SRED profile ID. Valid SRED profile Id range is 1-8. To remove the SRED profile use ID 0
qosNetworkEgressQueueTable1.3.6.1.4.1.738.1.7.1.13.4not-accessibleInformation about QoS network queues.
qosNetworkEgressQueueEntry1.3.6.1.4.1.738.1.7.1.13.4.1not-accessibleQos network queue configuration
TQU qosNetworkQueue1.3.6.1.4.1.738.1.7.1.13.4.1.1TQueueIdnot-accessibleNetwork queue identifier. The queue ID is used as an index of the table entry.
ROW qosNetworkQueueRowStatus1.3.6.1.4.1.738.1.7.1.13.4.1.2RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TSH qosNetworkQueueShaperProfile1.3.6.1.4.1.738.1.7.1.13.4.1.3TShaperIdread-writeShaper profile on this queue
TTA qosNetworkQueueTailDropProfile1.3.6.1.4.1.738.1.7.1.13.4.1.4TTailDropIdread-writeTail-drop profile on this queue
TSR qosNetworkQueueSredProfile1.3.6.1.4.1.738.1.7.1.13.4.1.5TSredIdread-writeSred profile on this queue
qosGlobalObjects1.3.6.1.4.1.738.1.7.1.14
qosGlobalIngressMapTable1.3.6.1.4.1.738.1.7.1.14.1not-accessibleGlobal Qos Configuration table.
qosGlobalIngressMapEntry1.3.6.1.4.1.738.1.7.1.14.1.1not-accessibleGlobal Ingress QoS Configuration table
INT qosIngressMapType1.3.6.1.4.1.738.1.7.1.14.1.1.1INTEGERnot-accessibleThe type of the configuration entry for this mapping.
INT qosIngressMapValue1.3.6.1.4.1.738.1.7.1.14.1.1.2INTEGERnot-accessibleSpecify DSCP or Dot1p value to be mapped to a Formawding class
ROW qosIngressRowStatus1.3.6.1.4.1.738.1.7.1.14.1.1.3RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table. The entry is created by qosIngressMapType and qosIngressMapValue
TFC qosIngressFC1.3.6.1.4.1.738.1.7.1.14.1.1.4TFCNameOrEmptyread-writeForwarding class to which the traffic will flow
TCO qosIngressFCConformance1.3.6.1.4.1.738.1.7.1.14.1.1.5TConformanceLevelread-writeConformance level: green or yellow
qosGlobalEgressRemarkTable1.3.6.1.4.1.738.1.7.1.14.2not-accessibleGlobal Qos Egress Configuration table.
qosGlobalEgressRemarkEntry1.3.6.1.4.1.738.1.7.1.14.2.1not-accessibleGlobal Egress QoS Configuration table
TFC qosEgressFC1.3.6.1.4.1.738.1.7.1.14.2.1.1TFCNameOrEmptynot-accessibleChoose forwarding class to configure egress remarking
TCO qosEgressFCConformance1.3.6.1.4.1.738.1.7.1.14.2.1.2TConformanceLevelnot-accessiblePrevious conformance level: green or yellow
ROW qosEgressRowStatus1.3.6.1.4.1.738.1.7.1.14.2.1.3RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
INT qosEgressRemarkType1.3.6.1.4.1.738.1.7.1.14.2.1.4INTEGERread-writeChoose what fields in frame are going to be remarked(DSCP or Dot1p). Dscp type is not supported
INT qosEgressRemarkValue1.3.6.1.4.1.738.1.7.1.14.2.1.5INTEGERread-writeChoose new value of field specified in qosEgressRemarkType to be remarked.
qosServiceObjects1.3.6.1.4.1.738.1.7.1.15
qosServiceTable1.3.6.1.4.1.738.1.7.1.15.1not-accessibleThis table will be responsible for managing QoS service configuration
qosServiceEntry1.3.6.1.4.1.738.1.7.1.15.1.1not-accessibleThis table will be responsible for managing QoS configuration on a service.
I32 qosServiceIndex1.3.6.1.4.1.738.1.7.1.15.1.1.1Integer32not-accessibleThis is a unique index for an entry in the qosServiceTable.
ROW qosServiceRowStatus1.3.6.1.4.1.738.1.7.1.15.1.1.2RowStatusread-createThis object indicates the status of this row. The values supported during a set operation are createAndGo(4) active(1), notInService(2) and destroy(6). Creation or deletion of an entry in this table means enable or removal of QoS policy on a specific service entry.
TNA qosServicePolicyOnServ1.3.6.1.4.1.738.1.7.1.15.1.1.3TNamedItemread-createService QoS Policy Id to be applied on a service.
qosServiceSapTable1.3.6.1.4.1.738.1.7.1.15.2not-accessibleA table that contains QoS SAP information.
qosServiceSapEntry1.3.6.1.4.1.738.1.7.1.15.2.1not-accessibleThis table will be responsible for managing QoS configuration on a SAP.
INT qosServiceSapPortId1.3.6.1.4.1.738.1.7.1.15.2.1.1INTEGERread-onlyThe ID of the access port where this SAP is defined.
TQE qosServiceSapEncapValue1.3.6.1.4.1.738.1.7.1.15.2.1.2TQEncapValread-onlyThe value of the label used to identify this SAP on the access port specified by sapPortId.
ROW qosServiceSapRowStatus1.3.6.1.4.1.738.1.7.1.15.2.1.3RowStatusread-createThis object indicates the status of this row. The values supported during a set operation are createAndGo(4) active(1), notInService(2) and destroy(6). Creation or deletion of an entry in this table means enable or disable of QoS configuration on a specific SAP entry.
T/F qosServiceSapPolicyEnable1.3.6.1.4.1.738.1.7.1.15.2.1.4TruthValueread-onlyThe object enables or disables QoS configuration on a specific SAP entry for the service.
qosInterfaceObjects1.3.6.1.4.1.738.1.7.1.16
qosInterfaceTable1.3.6.1.4.1.738.1.7.1.16.1not-accessibleThis table will be responsible for managing QoS interface configuration
qosInterfaceEntry1.3.6.1.4.1.738.1.7.1.16.1.1not-accessibleThis table will be responsible for managing QoS configuration on an interface.
NUM qosInterfaceIndex1.3.6.1.4.1.738.1.7.1.16.1.1.1InterfaceIndexOrZeronot-accessibleThis is a unique index for an entry in the qosInterfaceTable.
ROW qosInterfaceRowStatus1.3.6.1.4.1.738.1.7.1.16.1.1.2RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
TNA qosInterfacePolicy1.3.6.1.4.1.738.1.7.1.16.1.1.3TNamedItemread-createNetwork QoS Policy Id to be applied on a port.
qosStatisticsObjects1.3.6.1.4.1.738.1.7.1.17
qosStatisticsTable1.3.6.1.4.1.738.1.7.1.17.1not-accessibleThis table displays QoS statistics information based on port and queue.
qosStatisticsEntry1.3.6.1.4.1.738.1.7.1.17.1.1not-accessibleThis table is responsible for displaying common QoS statistics on an interface and/or queue.
NUM qosStatInterfaceIndex1.3.6.1.4.1.738.1.7.1.17.1.1.1InterfaceIndexOrZeronot-accessibleThis is a unique index for an entry in the qosStatisticsTable.
TQU qosQueueIndex1.3.6.1.4.1.738.1.7.1.17.1.1.2TQueueIdnot-accessibleThis is a unique index for an entry in the qosStatisticsTable.
C32 qosReceivedBytes1.3.6.1.4.1.738.1.7.1.17.1.1.3Counter32read-onlyReceived bytes on the port/queue.
C32 qosDroppedBytes1.3.6.1.4.1.738.1.7.1.17.1.1.4Counter32read-onlyDropped bytes on the port/queue.
T/F qosClearStatistics1.3.6.1.4.1.738.1.7.1.17.1.1.5TruthValueread-createClear statistics.Set to true to clear the statistics
qosVlanPolicyObjects1.3.6.1.4.1.738.1.7.1.18
qosVlanPolicyTable1.3.6.1.4.1.738.1.7.1.18.1not-accessibleQos VLAN policy table. Keeps comman information for the QoS VLAN policy
qosVlanPolicyEntry1.3.6.1.4.1.738.1.7.1.18.1.1not-accessibleInformation about a particular QoS VLAN Policy.
TNA qosVlanPolicy1.3.6.1.4.1.738.1.7.1.18.1.1.1TNamedItemnot-accessibleQoS VLAN policy index. String up to 6 characters
TIT qosVlanPolicyDescription1.3.6.1.4.1.738.1.7.1.18.1.1.2TItemDescriptionread-writeUser-defined description of the QoS VLAN policy
ROW qosVlanPolicyRowStatus1.3.6.1.4.1.738.1.7.1.18.1.1.3RowStatusread-createRow status of the QoS network policy. QoS VLAN policy is created with createAndWait(5).
qosVlanIngressPolicyTable1.3.6.1.4.1.738.1.7.1.18.2not-accessibleInformation about all QoS VLAN ingress policies' configuration.
qosVlanIngressPolicyEntry1.3.6.1.4.1.738.1.7.1.18.2.1not-accessibleInformation about a particular VLAN policy's ingress per-forwarding-class traffic disposition. Entries are created/deleted as an action of creating/deleting a row in the qosVlanIngressTable.
TSH qosVlanPolicyShaperProfile1.3.6.1.4.1.738.1.7.1.18.2.1.1TShaperIdread-writeShaper profile ID. Valid shaper profile Id range is 9-57. To remove the shaper profile use ID 0
TSS qosVlanPolicySchedulingProfile1.3.6.1.4.1.738.1.7.1.18.2.1.2TSSchedulingProfileread-writeScheduling profile ID. Valid scheduling profile Id range is 1-8. To remove the scheduling profile use ID 0
TTA qosVlanPolicyTailDropProfile1.3.6.1.4.1.738.1.7.1.18.2.1.3TTailDropIdread-writeThe ID of a Tail drop profile configured. Valid tail-drop profile Id range is 1-5. To remove the scheduling profile use ID 0
qosVlanIngressQueueTable1.3.6.1.4.1.738.1.7.1.18.3not-accessibleInformation about all QoS VLAN ingress policies' configuration.
qosVlanIngressQueueEntry1.3.6.1.4.1.738.1.7.1.18.3.1not-accessibleInformation about a particular VLAN policy's ingress per-forwarding-class traffic disposition. Entries are created/deleted as an action of creating/deleting a row in the qosVlanIngressTable.
TQU qosVlanInQueueQueue1.3.6.1.4.1.738.1.7.1.18.3.1.1TQueueIdnot-accessibleService queue identifier. The queue ID is used as an index of the table entry.
TSH qosVlanInQueueShaperProfile1.3.6.1.4.1.738.1.7.1.18.3.1.2TShaperIdread-writeShaper profile ID. Valid shaper profile Id range is 9-57. To remove the shaper profile use ID 0
TTA qosVlanInQueueTailDropProfile1.3.6.1.4.1.738.1.7.1.18.3.1.3TTailDropIdread-writeThe ID of a Tail drop profile configured. Valid tail-drop profile Id range is 1-5. To remove the scheduling profile use ID 0
ROW qosVlanInQueueRowStatus1.3.6.1.4.1.738.1.7.1.18.3.1.4RowStatusread-createRow Status of the entry. This allows creation/deletion of rows in this table.
qosVlanObjects1.3.6.1.4.1.738.1.7.1.19
qosVlanTable1.3.6.1.4.1.738.1.7.1.19.1not-accessibleThis table will be responsible for managing QoS VLAN configuration
qosVlanEntry1.3.6.1.4.1.738.1.7.1.19.1.1not-accessibleThis table will be responsible for managing QoS configuration on a VLAN.
I32 qosVlanIndex1.3.6.1.4.1.738.1.7.1.19.1.1.1Integer32not-accessibleThis is a unique index for an entry in the qosVlanTable.
TNA qosVlanPolicyOnVlan1.3.6.1.4.1.738.1.7.1.19.1.1.2TNamedItemread-createVLAN QoS Policy Id to be applied on a VLAN.
ROW qosVlanRowStatus1.3.6.1.4.1.738.1.7.1.19.1.1.3RowStatusread-createThis object indicates the status of this row. The values supported during a set operation are createAndGo(4) active(1), notInService(2) and destroy(6). Creation or deletion of an entry in this table means enable or removal of QoS policy on a specific VLAN entry.
qosVlanIngressPortTable1.3.6.1.4.1.738.1.7.1.19.2not-accessibleA table that contains QoS VLAN Ingress Port information.
qosVlanIngressPortEntry1.3.6.1.4.1.738.1.7.1.19.2.1not-accessibleThis table will be responsible for managing QoS configuration on a SAP.
INT qosVlanIngressPortId1.3.6.1.4.1.738.1.7.1.19.2.1.1INTEGERread-onlyThe ID of the access port where thingress port for given VLAN.
T/F qosVlanPortPolicyEnable1.3.6.1.4.1.738.1.7.1.19.2.1.2TruthValueread-onlyThe object enables or disables QoS configuration on a specific VLAN port.
ROW qosVlanPortRowStatus1.3.6.1.4.1.738.1.7.1.19.2.1.3RowStatusread-createThis object indicates the status of this row. The values supported during a set operation are createAndGo(4) active(1), notInService(2) and destroy(6). Creation or deletion of an entry in this table means enable or disable of QoS configuration on a specific VLAN port.

FAQ

What QoS functions does PRVT-QOS-MIB manage on BATM Advanced Communication equipment?
It's the SNMP MIB for managing QoS policy configuration, covering classification, marking, policing, and queue scheduling — the building blocks of how traffic is prioritized and rate-limited on the device.

Why would an administrator consult PRVT-QOS-MIB when traffic prioritization isn't behaving as expected?
Since it governs the classification, marking, policing, and queue scheduling parameters that determine how traffic is treated, checking its configuration is the natural starting point for confirming whether a QoS policy is actually applied the way it was intended.

RFC description

Manages BATM Advanced Communication QoS policy configuration including classification, marking, policing, and queue scheduling.

Start monitoring BATM Advanced Communication carrier Ethernet / access-aggregation switch with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download PRVT-QOS-MIB