MIBs Depot

CISCO-PORT-QOS-MIB

Registered at
1.3.6.1.4.1.9.9.189
Last updated
2015-09-25 00:00
Organization
Cisco Systems, Inc.
Revisions
2015-09-25 00:00, 2008-09-10 00:00, 2008-03-05 00:00, 2008-01-09 00:00, 2006-02-17 00:00, 2005-02-23 00:00, 2004-05-20 00:00, 2004-01-30 00:00, 2002-03-20 00:00, 2001-05-15 00:00, 2000-12-20 00:00
Namespace
cisco
Source file
CISCO-PORT-QOS-MIB
Digest
sha256:4de75493369c48a242462114c5bf2ead819a623cf5e7ca24e2537ad6614344e4

Description

Cisco PORT QOS MIB - Overview This MIB module is for the management of Cisco's per port rate-limiting and traffic shaping on L3 switch/Router Platform(s). Per-port rate-limiting is a traffic control method. A set of rate limits are applied to the traffic traversing an interface. Each rate limit has a configurable action that is taken when rate limiting criteria is met. Per-port traffic shaping is a traffic control method. The user can restrict the amount of traffic coming out of a physical port. Excess traffic is buffered within the router/switch to the extent possible. A class represents a class of traffic. It is defined via the specification of the packet matching criteria that identifies packets that are to belong to the class. Class-default: In addition to user defined classes, a pre-existing class named 'class-default' exists to represent all packets that do not match any of the user defined classes. This class-default exists so that policies can be defined for this group of packets that do not match any user defined classes. Actions are individual policies (e.g.: policing) that can be applied to a traffic class. A policy represents a set of actions that are to be applied to a set of traffic classes. The policy is associated with a target (like a port) and the direction of traffic on that target to which the policy is to be applied. A hierarchical policy is one in which an entire policy is directly assigned to a class of traffic. Thus, a hierarchical policy is a nested policy that contains a set of the pair of a child-policy and the traffic-class to which it is applied. DSCP (Differentiated Services Code Point) is the six most significant bits of the ToS field in a IP packet header. CoS (Class of Service) is the three bits in the layer 2 header that indicates user priority value assigned to this packet. This MIB module also provides per port QoS statistics.

Contact

Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134-1706 USA Tel: +1 800 553-NETS E-mail: cs-port-qos@cisco.com

Imports

FromSymbols
CISCO-QOS-PIB-MIBDscp, QosLayer2Cos
CISCO-SMIciscoMgmt
CISCO-VTP-MIBvtpVlanIndex
IF-MIBifIndex
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-PORT-QOS-MIB
CISCO-QOS-PIB-MIB
CISCO-SMI
CISCO-TC
CISCO-VTP-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
RMON-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoPortQosMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.189.1
cportQosRLConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.189.1.1
cportQosRLConfigTable
OBJECT-TYPE
A table of rate limit configuration entries. Rate Limiting is a method of traffic control. It allows a set of rate limits to be configured and applied to packets flowing into/out of an interface to regulate network traffic. This object is deprecated and replaced by cbQosPoliceCfgTable in CISCO-CLASS-BASED-QOS-MIB. Rate limit is functionally same as police action in current QoS implementation on various platforms.
1.3.6.1.4.1.9.9.189.1.1.1not-accessibledeprecated
cportQosRLConfigEntry
OBJECT-TYPE
A collection of rate-limit configuration objects for a particular interface. Entries in the cportQosRLConfigTable are created and deleted by non-SNMP methods. Creation of these entries is dependent upon configuration of a physical interface. Further, the physical interfaces which are configured for port-qos, can only have these entries. The ifIndex in the INDEX clause identifies the interface number for a physical interface. This object is deprecated and replaced by cbQosPoliceCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.1.1.1not-accessibledeprecated
cportQosRLConfigDirection
OBJECT-TYPE
The direction in which the rate-limit is applied to packet: input statistics of the input packets. output statistics of the output packets. This object is deprecated and replaced by cbQosPolicyDirection in CISCO-CLASS-BASED-QOS-MIB. This object is deprecated for the same reason mentioned in description of cportQosRLConfigTable.
1.3.6.1.4.1.9.9.189.1.1.1.1.1INTEGER {input(1), output(2)}not-accessibledeprecated
cportQosRLConfigEnable
OBJECT-TYPE
This indicates the rate-limit is enabled or disabled. A value of true(1) indicates the rate-limit is enabled and a value of false(2) indicates it's disabled. Writing a value of true(1) to this object also requires writing a valid value to the cportQosRLConfigRate at the same time. Writing to cportQosRLConfigBurstSize is optional. This object is deprecated, but there is no direct mapping to any object. To obtain information about police being configured or not on a given interface, cbQosPoliceCfgEntry can be queried. To query, cbQosPoliceCfgEntry following steps can be followed: Step 1: Use ifIndex and cbQosPolicyDirection to index into cbQosInterfacePolicyTable to obtain cbQosIFPolicyIndex, which same as cbQosPolicyIndex. Step 2: Walk through all entries for given cbQosPolicyIndex in cbQosObjectsTable. If there is entry with cbQosObjectsType as 'police', then the corresponding cbQosConfigIndex corresponds to the index for cbQosPoliceCfgEntry. If such entry exists, then policer is enabled (i.e. true) on that ifIndex in cbQosPolicyDirection, else it is not (i.e. false).
1.3.6.1.4.1.9.9.189.1.1.1.1.2TruthValueread-writedeprecated
cportQosRLConfigRate
OBJECT-TYPE
This is the sustained rate permitted by the rate limit. Writing to this object also requires writing a value of true(1) to cportQosRLConfigEnable at the same time. This object is deprecated and replaced by cbQosPoliceCfgRate in CISCO-CLASS-BASED-QOS-MIB. cbQosPoliceCfgRate is in cbQosPoliceCfgEntry, which can be queried using ifIndex and cbQosPolicyDirection in the same fashion as mentioned in cportQosRLConfigEnable.
1.3.6.1.4.1.9.9.189.1.1.1.1.3Integer32 (32000..2147483647)read-writedeprecated
cportQosRLConfigBurstSize
OBJECT-TYPE
The burst size. The amount of traffic, in bytes, in excess of the sustained rate which will be instantaneously permitted by the rate limit. Writing to this object also requires writing a value of true(1) to cportQosRLConfigEnable and a valid value to the cportQosRLConfigRate at the same time. This object is deprecated and replaced by cbQosPoliceCfgBurstSize in CISCO-CLASS-BASED-QOS-MIB. cbQosPoliceCfgBurstSize is in cbQosPoliceCfgEntry, which can be queried using ifIndex and cbQosPolicyDirection in the same fashion as mentioned in cportQosRLConfigEnable.
1.3.6.1.4.1.9.9.189.1.1.1.1.4Integer32 (0..64000)read-writedeprecated
cportQosTSConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.189.1.2
cportQosTSConfigTable
OBJECT-TYPE
A table of traffic-shaping action configuration entries. This object is deprecated and replaced by cbQosTSCfgTable in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.2.1not-accessibledeprecated
cportQosTSConfigEntry
OBJECT-TYPE
A collection of traffic shaping action configuration objects for a particular interface. Entries in the cportQosTSConfigTable are created and deleted by non-SNMP methods. Creation of these entries is dependent upon configuration of a physical interface. Further, the physical interfaces which are configured for port-qos, can only have these entries. The ifIndex in the INDEX clause identifies the interface number for a physical interface. This object is deprecated and replaced by cbQosTSCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.2.1.1not-accessibledeprecated
cportQosTSConfigEnable
OBJECT-TYPE
This indicates the traffic shaping is enabled or disabled. A value of true(1) indicates the traffic shaping is enabled and a value of false(2) indicates it's disabled. Writing a value of true(1) to this object also requires writing a valid value to the cportQosTSConfigRate at the same time. Writing to cportQosTSConfigBurstSize is optional. This object is deprecated and there is no direct replacement. To obtain information about police being configured or not on a given interface, cbQosTSCfgEntry can be queried. To query cbQosTSCfgEntry for a given interface, following steps can be followed: Step 1: Use ifIndex and cbQosPolicyDirection index into to cbQosInterfacePolicyTable and obtain cbQosIFPolicyIndex which same as cbQosPolicyIndex. Step 2: Use cbQosPolicyIndex to index into cbQosObjectsTable and get all entries for this policy index. Among these entries search for entry with cbQosObjectsType as 'trafficShaping'. If such entry exists, then TS is enabled (i.e. true) , else it is not(i.e. false). This query can be run for both values of cbQosPolicyDirection, 'input' and 'output' to obtain information for a given ifIndex.
1.3.6.1.4.1.9.9.189.1.2.1.1.1TruthValueread-writedeprecated
cportQosTSConfigRate
OBJECT-TYPE
This is the sustained rate permitted by the traffic shaping. Writing to this object also requires writing a value of true(1) to cportQosTSConfigEnable at the same time. This object is deprecated and replaced by cbQosTSCfgRate in CISCO-CLASS-BASED-QOS-MIB. cbQosTSCfgRate is in CbQosTSCfgEntry, which can be queried by using ifIndex and cbQosPolicyDirection in same fashion as mentioned in cportQosTSConfigEnable.
1.3.6.1.4.1.9.9.189.1.2.1.1.2Integer32 (32000..2147483647)read-writedeprecated
cportQosTSConfigBurstSize
OBJECT-TYPE
The amount of traffic, in bits, in excess of the sustained traffic shaping rate that will be instantaneously permitted by this feature. Writing to this object also requires writing a value of true(1) to cportQosTSConfigEnable and a valid value to the cportQosTSConfigRate at the same time. This object is deprecated and replaced by cbQosTSCfgBurstSize in CISCO-CLASS-BASED-QOS-MIB. cbQosTSCfgBurstSize is in CbQosTSCfgEntry, which can be queried using ifIndex and cbQosPolicyDirection in same fashion as mentioned in cportQosTSConfigEnable.
1.3.6.1.4.1.9.9.189.1.2.1.1.3Integer32 (0..512000)read-writedeprecated
cportQosStatistics
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.189.1.3
cportQosIndexType
OBJECT-TYPE
This object specifies the sorting mechanism used to collect and store the statistical QoS information. This object value is device dependent and it could be optionally configured via command-line. This object has been deprecated in order to make the selection of sorting mechanism selectable from the MIB. The replacement object is cportQosIndexTypeNew.
1.3.6.1.4.1.9.9.189.1.3.1INTEGER {none(1), dscp(2), ipPrecedence(3), cos(4)}read-onlydeprecated
cportQosStatsTable
OBJECT-TYPE
This table specifies QoS port related Statistical information. This object is deprecated and replaced by various action specific table in CISCO-CLASS-BASED-QOS-MIB. To view port specific policy execution stats on interface, policy on that interface can be looked up and then action specific can be obtained from that policy info. Following steps illustrates this. Step 1: Use ifIndex and cbQosPolicyDirection to lookup cbQosInterfacePolicyEntry and obtain cbQosIFPolicyIndex which is same as cbQosPolicyIndex. Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and obtain all entries corresponding to this policy instance of cbQosPolicyIndex. Step 3: With the obtained entries, filter the ones with desired action in cbQosObjectsType. For example, to get all policing action stats, filter on cbQosObjectsType = 'police'. Step 4: Collect all cbQosObjectsIndex for all such filtered entries. Step 5: Index cbQosPolicyIndex and cbQosObjectsIndex into corresponding action specific stats table to obtain corresponding stats. For example, for policer action, cbQosPoliceStatsEntry can be indexed.
1.3.6.1.4.1.9.9.189.1.3.2not-accessibledeprecated
cportQosStatsEntry
OBJECT-TYPE
Each entry in this table describes the QoS port statistical information which are : pre/post policy pkts/octets counts, drop pkts/octets, classified pkts/octets. This object is deprecated and replaced by various action specific stats in CISCO-CLASS-BASED-QOS-MIB as described in cportQosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.2.1not-accessibledeprecated
cportQosDirection
OBJECT-TYPE
The direction of the reported statistics: -'ingress' statistics for the input direction. -'egress' statistics for the output direction. This object is deprecated and replaced by cbQosPolicyDirection in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.2.1.1INTEGER {ingress(1), egress(2)}not-accessibledeprecated
cportQosIndex
OBJECT-TYPE
An arbitrary integer to identify this entry. cportQosIndex value, which may have non-contiguous range, is linked to cportQosIndexType: -if cportQosIndexTypeNew equals 'none', cportQosIndex is constant with the value of 1 and all statistics are classified per port -if cportQosIndexTypeNew equals 'DSCP', cportQosIndex range is from 1 to 65 and all statistics are classified per port and DSCP value. The range of DSCP values reported is shifted up one meaning a cportQosIndex of 1 translates to a packet DSCP value of 0. Value of 65 is an arbitrary number used to report aggregate counts of packets which were not displayed in the 1 to 64 range. This usually happens when the range value of cportQosIndex is non-contiguous -if cportQosIndexTypeNew equals 'ipPrecedence', cportQosIndex range is from 1 to 8 and all statistics are classified per port and IP precedence value. The range of IP precedence values reported is shifted up one meaning a cportQosIndex of 1 translates to an IP precedence value of 0 -if cportQosIndexTypeNew equals 'cos', cportQosIndex range is from 1 to 8 and all statistics are classified per interface and L2 COS value. The range of COS values reported is shifted up one meaning a cportQosIndex of 1 translates to a COS value of 0 -if cportQosIndexTypeNew equals 'police', cportQosIndex range is from 1 to 65 and all statistics are classified per interface and police index. The police indexes are arbitrary numbers that do not correlate to policers names or identifiers. This object is deprecated and has no direct replacement. As indicated in description of cportQosStatsEntry, since stats table in CISCO-CLASS-BASED-QOS-MIB are action specific, this object is not required to classify the stats per action.
1.3.6.1.4.1.9.9.189.1.3.2.1.2Unsigned32not-accessibledeprecated
cportQosPrePolicyPkts
OBJECT-TYPE
The count of packets prior to executing any QoS policies. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
1.3.6.1.4.1.9.9.189.1.3.2.1.3Counter64read-onlydeprecated
cportQosPrePolicyOctets
OBJECT-TYPE
The count of octets prior to executing any QoS policies. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
1.3.6.1.4.1.9.9.189.1.3.2.1.4Counter64read-onlydeprecated
cportQosPostPolicyPkts
OBJECT-TYPE
The count of packets after executing QoS policies. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
1.3.6.1.4.1.9.9.189.1.3.2.1.5Counter64read-onlydeprecated
cportQosPostPolicyOctets
OBJECT-TYPE
The count of octets after executing QoS policies. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
1.3.6.1.4.1.9.9.189.1.3.2.1.6Counter64read-onlydeprecated
cportQosDropPkts
OBJECT-TYPE
The count of dropped packets as the result of queuing and scheduling related QoS features that can produce drops. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
1.3.6.1.4.1.9.9.189.1.3.2.1.7Counter64read-onlydeprecated
cportQosDropOctets
OBJECT-TYPE
The count of dropped octets as the result of queuing and scheduling related QoS features that can produce drops. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
1.3.6.1.4.1.9.9.189.1.3.2.1.8Counter64read-onlydeprecated
cportQosClassifiedOctets
OBJECT-TYPE
The count of classified octets during QoS. This object is deprecated and replaced by various stats table objects in CISCO-CLASS-BASED-QOS-MIB. cbQosCMPrePolicyByte64 in CbQosCMStatsEntry be used in place this object. Entry specific to a given ifIndex and cbQosPolicyDirection can be obtained in same fashion as described in description of cportQosStatsTable, with exception of step 5. In step 5, index cbQosPolicyIndex and cbQosObjectsIndex into CbQosCMStatsEntry to obtain cbQosCMPrePolicyByte64 in that entry.
1.3.6.1.4.1.9.9.189.1.3.2.1.9Counter64read-onlydeprecated
cportQosClassifiedPkts
OBJECT-TYPE
The count of classified packets during QoS. This object is deprecated and replaced by various stats table objects in CISCO-CLASS-BASED-QOS-MIB. cbQosCMPrePolicyPkt64 in CbQosCMStatsEntry be used in place this object. Entry specific to a given ifIndex and cbQosPolicyDirection can be obtained in same fashion as described in description of cportQosStatsTable, with exception of step 5. In step 5, index cbQosPolicyIndex and cbQosObjectsIndex into CbQosCMStatsEntry to obtain cbQosCMPrePolicyPkt64 in that entry.
1.3.6.1.4.1.9.9.189.1.3.2.1.10Counter64read-onlydeprecated
cportQosNoChangePkts
OBJECT-TYPE
The count of packets maintain unchange after executing QoS policies. This object is deprecated and replaced by various stats table object in CISCO-CLASS-BASED-QOS-MIB. There is no direct mapping of this object as it depends on action for which stats being asked for. For example, to obtain No change packet for policer action, cbQosPoliceConformedPkt64 from CbQosPoliceStatsEntry can be used. Steps to index into CbQosPoliceStatsEntry using ifIndex and cbQosPolicyDirection is described in the description of cportQosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.2.1.11Counter64read-onlydeprecated
cportQosNoChangeOctets
OBJECT-TYPE
The count of octets maintain unchange after executing QoS policies. This object is deprecated and replaced by various stats table object in CISCO-CLASS-BASED-QOS-MIB. There is no direct mapping of this object as it depends on action for which stats being asked for. For example, to obtain No change packet for policer action, cbQosPoliceConformedPkt64 from CbQosPoliceStatsEntry can be used. Steps to index into CbQosPoliceStatsEntry using ifIndex and cbQosPolicyDirection is described in the description of cportQosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.2.1.12Counter64read-onlydeprecated
cportQosInProfPolicyPkts
OBJECT-TYPE
The count of packets that are within the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceConformedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.2.1.13Counter64read-onlydeprecated
cportQosOutOfProfPolicyPkts
OBJECT-TYPE
The count of packets that exceed the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceExceededPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.2.1.14Counter64read-onlydeprecated
cportQosInProfPolicyOctets
OBJECT-TYPE
The count of octets that are within the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceConformedByte64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.2.1.15Counter64read-onlydeprecated
cportQosOutOfProfPolicyOctets
OBJECT-TYPE
The count of octets that exceed the policer profile limit configured for this policy. This objected is deprecated and replaced by cbQosPoliceExceededByte64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.2.1.16Counter64read-onlydeprecated
cportQosViolateProfPolicyPkts
OBJECT-TYPE
The count of packets that violate the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceViolatedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.2.1.17Counter64read-onlydeprecated
cportQosViolateProfPolicyOctets
OBJECT-TYPE
The count of octets that violate the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceViolatedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.2.1.18Counter64read-onlydeprecated
cportQosIndexTypeNew
OBJECT-TYPE
This object specifies the sorting mechanism used to collect and store the statistical QoS information. This object value is device dependent. This object is deprecated since cbQosIndex is deprecated.
1.3.6.1.4.1.9.9.189.1.3.3INTEGER {none(1), dscp(2), ipPrecedence(3), cos(4), police(5)}read-writedeprecated
cportQosInVlanStatsTable
OBJECT-TYPE
This table specifies QoS port related ingress statistical information. The type of information is controlled by the cportQosIndexTypeNew object. This table is deprecated. Stats for service policy attached to vlan on a trunk or multi-vlan access port can be accessed in same fashion as described in description of in cportQosStatsTable. In Step 1 of description, when cbQosPolicyIndex is obtained from lookup of cbQosInterfacePolicyEntry using ifIndex, this is indexed into CbQosServicePolicyEntry to obtain the cbQosVlanIndex for this policy instance. If this matches, then cbQosPolicyIndex can be used to lookup the stats in same fashion as mentioned in step 2-5 mentioned in the description of cportQosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.4not-accessibledeprecated
cportQosInVlanStatsEntry
OBJECT-TYPE
It exists an entry in this table for each port on which QoS is configured per port and per VLAN. This object is deprecated for the same reason mentioned in description of cportQosInVlanStatsTable.
1.3.6.1.4.1.9.9.189.1.3.4.1not-accessibledeprecated
cportQosVlanInProfPolicyPkts
OBJECT-TYPE
The count of packets that are within the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceConformedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.4.1.1Counter64read-onlydeprecated
cportQosVlanOutOfProfPolicyPkts
OBJECT-TYPE
The count of packets that exceeds the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceExceededPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.4.1.2Counter64read-onlydeprecated
cportQosVlanInProfPolicyOctets
OBJECT-TYPE
The count of octets that are within the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceConformedByte64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.4.1.3Counter64read-onlydeprecated
cportQosVlanOutOfProfPolicyOctets
OBJECT-TYPE
The count of octets that exceed the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceExceededByte64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.4.1.4Counter64read-onlydeprecated
cportQosVlanViolateProfPolicyPkts
OBJECT-TYPE
The count of packets that violate the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceViolatedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.4.1.5Counter64read-onlydeprecated
cportQosVlanViolateProfPolicyOctets
OBJECT-TYPE
The count of octets that violate the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceViolatedByte64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.4.1.6Counter64read-onlydeprecated
cportQosEgressQueueStatsTable
OBJECT-TYPE
This table specifies QoS related statistical information for egress queues on each port. The agent will add an entry in this table for each queue, threshold and port. This object is deprecated. Port specific queueing info can be obtained from cbQosQueueingCfgTable and cbQosQueueingStatsTable if port contains policy with queueing action. The process to obtain this info is similar to what is described in cportQosStatsTable: Step 1: Use ifIndex and cbQosPolicyDirection to lookup cbQosInterfacePolicyEntry and obtain cbQosIFPolicyIndex which is same as cbQosPolicyIndex. Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and obtain all entries corresponding to this policy instance of cbQosPolicyIndex. Step 3: With the obtained entries, filter the ones with action as 'queueing' in cbQosObjectsType. Step 4: Collect all cbQosObjectsIndex and cbQosConfigIndex for all such filtered entries. Step 5: To get queueing stats : Index cbQosPolicyIndex and cbQosObjectsIndex into cbQosQueueingStatsTable To get queueing config : Index cbQosConfigIndex into cbQosQueueingCfgTable.
1.3.6.1.4.1.9.9.189.1.3.5not-accessibledeprecated
cportQosEgressQueueStatsEntry
OBJECT-TYPE
A conceptual row in cportQosEgressQueueStatsTable. ` This object is deprecated for the same reason as mentioned in description of cportQosEgressQueueStatsTable.
1.3.6.1.4.1.9.9.189.1.3.5.1not-accessibledeprecated
cportQosQueueId
OBJECT-TYPE
This object identifies the queue ID of this port for which QoS statistics are collected. For example, if a port has 4 queues, this index value can be 1,2,3,4. This object is deprecated and has no direct replacement object. Queue id is no longer needed to get queueing action config as described in description of cportQosEgressQueueStatsTable.
1.3.6.1.4.1.9.9.189.1.3.5.1.1Unsigned32 (1..2147483647)not-accessibledeprecated
cportQosQueueThreshold
OBJECT-TYPE
This object identifies the threshold number of the queue threshold associated with this queue. A queue can have more than one threshold. For example, if a queue has 3 thresholds, this index could be 1,2,3. This object is deprecated and has no direct replacement.
1.3.6.1.4.1.9.9.189.1.3.5.1.2Unsigned32 (1..2147483647)not-accessibledeprecated
cportQosQueueEnqueuePkts
OBJECT-TYPE
This object indicates the number of egress packets that have been enqueued for this queue and threshold. This object is deprecated and replaced by cbQosQueueingCurrentQDepth in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.5.1.3Counter64read-onlydeprecated
cportQosQueueDropPkts
OBJECT-TYPE
This object indicates the number of egress packets that have been dropped for this queue and threshold. This object is deprecated and replaced by cbQosQueueingDiscardPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.5.1.4Counter64read-onlydeprecated
cportQosClassEgressStatsTable
OBJECT-TYPE
This table specifies egress QoS related statistical information for classes associated with an egress QoS policy. Each queue on a port is uniquely mapped to a class in an egress QoS policy. This table provides the statistical information for each class-queue on each port. The agent will add an entry in this table for each queue and threshold on a port associated with a class. This object is deprecated by corresponding class based table in CISCO-CLASS-BASED-QOS-MIB-MIB. Same information can be obtained from cbQosCMStatsTable and cbQosCMCfgTable. To access a port specific class configuration and stats, following steps can be followed: Step 1: Use ifIndex and cbQosPolicyDirection='output' to lookup cbQosInterfacePolicyEntry and obtain cbQosIFPolicyIndex which is same as cbQosPolicyIndex. Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and obtain all entries corresponding to this policy instance of cbQosPolicyIndex. Step 3: With the obtained entries, filter the ones with object type as 'classmap' in cbQosObjectsType. Step 4: Collect all cbQosObjectsIndex and cbQosConfigIndex for all such filtered entries. Step 5: To get queueing stats : Index cbQosPolicyIndex and cbQosObjectsIndex into cbQosCMStatsTable To get queueing config : Index cbQosConfigIndex into cbQosCMCfgTable.
1.3.6.1.4.1.9.9.189.1.3.6not-accessibledeprecated
cportQosClassEgressStatsEntry
OBJECT-TYPE
A conceptual row in cportQosClassEgressStatsTable. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable.
1.3.6.1.4.1.9.9.189.1.3.6.1not-accessibledeprecated
cportQosClassId
OBJECT-TYPE
This object identifies the class-ID of the class in an egress policy for which QoS statistics are being collected. Each queue on a port is uniquely mapped to a class in an egress policy. Each class in a policy is uniquely identified by a class-ID. A value of 0 indicates the default queue/class-default. This object is deprecated and no direct mapping is available. All classes must be referred to by name, cbQosCMName, in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.6.1.1Unsigned32 (0..2147483647)not-accessibledeprecated
cportQosClassThreshold
OBJECT-TYPE
This object identifies the tail-drop queue thresholds value on a class-queue on a port. These values can either be the default value or each could be an explicitly configured value. For example, if a queue has 3 thresholds, 16, 64 and 256, this index value for each threshold would be 16, 64, 256 respectively. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. There is no mapping for this object.
1.3.6.1.4.1.9.9.189.1.3.6.1.2Unsigned32 (1..2147483647)not-accessibledeprecated
cportQosClassName
OBJECT-TYPE
This object indicates the class name that is associated with the class-ID indicated by the cportQosClassId object. This object is deprecated and replaced by cbQosCMName in CISCO-CLASS-BASED-QOS-MIB. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable.
1.3.6.1.4.1.9.9.189.1.3.6.1.3SnmpAdminStringread-onlydeprecated
cportQosClassEnqueuePkts
OBJECT-TYPE
This object indicates the number of egress packets that have been enqueued for this queue and threshold. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. The equivalent info can be obtained from cbQosCMPrePolicyPkt64- cbQosCMDropPkt64. Access of cbQosCMPrePolicyPkt64- cbQosCMDropPkt64, can de done as described in description of cportQosClassEgressStatsTable.
1.3.6.1.4.1.9.9.189.1.3.6.1.4Counter64read-onlydeprecated
cportQosClassDropPkts
OBJECT-TYPE
This object indicates the number of egress packets that have been dropped for this queue and threshold. This object is deprecated and replaced by cbQosCMDropPkt64 in CISCO-CLASS-BASED-QOS-MIB. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable.
1.3.6.1.4.1.9.9.189.1.3.6.1.5Counter64read-onlydeprecated
cportQosClassDiscontinuityTime
OBJECT-TYPE
The value of sysUpTime on the most recent occasion at which any of this entry's counter experienced a discontinuity. If discontinuities have not occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. Generic platform independent counters in CISCO-CLASS-BASED-QOS-MIB should be used instead of platform dependent objects in this MIB. There is no direct mapping available for object.
1.3.6.1.4.1.9.9.189.1.3.6.1.6TimeStampread-onlydeprecated
cportQosClassIngressStatsTable
OBJECT-TYPE
This table specifies QoS related statistical information per port for ingress traffic belonging to QoS classes configured with an action that support statistics (for example: a policer). This object is deprecated by corresponding class based table in CISCO-CLASS-BASED-QOS-MIB-MIB. Same information can be obtained from cbQosPoliceStatsTable and cbQosCMCfgTable. To access a port specific class configuration and stats, following steps can be followed: Step 1: Use ifIndex and cbQosPolicyDirection='input' to lookup cbQosInterfacePolicyEntry and obtain cbQosIFPolicyIndex which is same as cbQosPolicyIndex. Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and obtain all entries corresponding to this policy instance of cbQosPolicyIndex. Step 3: With the obtained entries, filter following: - For entries having 'classmap' in cbQosObjectsType, collect cbQosConfigIndex. - For entries having 'police' in cbQosObjectsType, collect cbQosObjectsIndex. Here the selected entries should be the ones which maps to cbQosParentObjectsIndex of the desired class. Step 4: Collect all cbQosObjectsIndex and cbQosConfigIndex for all such filtered entries. Step 5: To get policing stats : Index cbQosPolicyIndex and cbQosObjectsIndex into cbQosPoliceStatsTable To get class config : Index cbQosConfigIndex into cbQosCMCfgTable.
1.3.6.1.4.1.9.9.189.1.3.7not-accessibledeprecated
cportQosClassIngressStatsEntry
OBJECT-TYPE
A conceptual row in cportQosClassIngressStatsTable. An entry is added per port for ingress traffic belonging to QoS classes, indicated by cportQosClassIdLevel1 and cportQosClassIdLevel2, configured with an action that supports statistics. This object is deprecated for the same reason as mentioned in cportQosClassIngressStatsTable.
1.3.6.1.4.1.9.9.189.1.3.7.1not-accessibledeprecated
cportQosClassIdLevel1
OBJECT-TYPE
This object identifies the class-ID of a class at the first (highest) level of a hierarchical policy. A value of 0 indicates class default. For a non-hierarchical policy, the value of this object is always 0. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. There is no mapping for this object. All classes must be referred by class name object cbQosCMName of cbQosCMCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.1Unsigned32 (0..2147483647)not-accessibledeprecated
cportQosClassIdLevel2
OBJECT-TYPE
This object identifies the class-ID of a class at the second level of a hierarchical policy, or at the first (only) level in a non-hierarchical policy. For a two level policy, this object identifies the class-ID at the second level of the policy. For a non-hierarchical/ single level policy this object identifies the class-ID of a class at the first (only) level of the policy. A value of 0 indicates class default. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. There is no mapping for this object. All classes must be referred by class name object cbQosCMName of cbQosCMCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.2Unsigned32 (0..2147483647)not-accessibledeprecated
cportQosClassNameLevel1
OBJECT-TYPE
This object indicates the class name that is associated with the class-ID indicated by the cportQosClassIdLevel1 object. This object is deprecated and replaced by cbQosCMName in CbQosCMCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.3SnmpAdminStringread-onlydeprecated
cportQosClassNameLevel2
OBJECT-TYPE
This object indicates the class name that is associated with the class-ID indicated by the cportQosClassIdLevel2 object. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosCMName of cbQosCMCfgEntry which uniquely identifies a class. To lookup level 2 of hierarchical policy, cbQosConfigIndex chosen should belong to row having appropriate cbQosParentObjectsIndex.
1.3.6.1.4.1.9.9.189.1.3.7.1.4SnmpAdminStringread-onlydeprecated
cportQosPoliceConformPkts
OBJECT-TYPE
This object indicates the number of ingress packets that conforms to the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceConformedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.5Counter64read-onlydeprecated
cportQosPoliceConformOctets
OBJECT-TYPE
This object indicates the number of ingress octets that conforms to the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceConformedByte64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.6Counter64read-onlydeprecated
cportQosPoliceExceedPkts
OBJECT-TYPE
This object indicates the number of ingress packets that exceeds the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceExceededPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.7Counter64read-onlydeprecated
cportQosPoliceExceedOctets
OBJECT-TYPE
This object indicates the number of ingress octets that exceeds the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceExceededPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.8Counter64read-onlydeprecated
cportQosPoliceViolatePkts
OBJECT-TYPE
This object indicates the number of ingress packets that violates the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceViolatedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.9Counter64read-onlydeprecated
cportQosPoliceViolateOctets
OBJECT-TYPE
This object indicates the number of ingress octets that violates the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceViolatedByte64 in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.10Counter64read-onlydeprecated
cportQosPoliceConformRate
OBJECT-TYPE
This object indicates the rate of ingress packets that conforms to the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceConformedBitRate in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.11Gauge32read-onlydeprecated
cportQosPoliceExceedRate
OBJECT-TYPE
This object indicates the rate of ingress packets that exceeds the policing for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceExceedBitRate in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.12Gauge32read-onlydeprecated
cportQosPoliceViolateRate
OBJECT-TYPE
This object indicates the rate of ingress packets that violates the policing for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceViolateBitRate in CISCO-CLASS-BASED-QOS-MIB.
1.3.6.1.4.1.9.9.189.1.3.7.1.13Gauge32read-onlydeprecated
cportQosPoliceDiscontinuityTime
OBJECT-TYPE
The value of sysUpTime on the most recent occasion at which any of this entry's counter experienced a discontinuity. If discontinuities have not occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. There is no direct object mapped for this object.
1.3.6.1.4.1.9.9.189.1.3.7.1.14TimeStampread-onlydeprecated
cportQosDscpStatsTable
OBJECT-TYPE
This table indicates QoS related statistical DSCP information. The statistics are collected per physical port and DSCP value. This object is deprecated. Customers should move to using generic policy based counters provided by CISCO-CLASS-BASED-QOS-MIB-MIB instead of using platform specific objects. One way to obtain port specific dscp counters would be to configure a policy with class having match on desired dscp value and no action under it. Then counters in cbQosCMStatsTable can be used to infer the packet counts in ingress and egress direction.
1.3.6.1.4.1.9.9.189.1.3.8not-accessibledeprecated
cportQosDscpStatsEntry
OBJECT-TYPE
A conceptual row in cportQosDscpStatsTable. There is an entry in this table for each port and each DSCP value. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
1.3.6.1.4.1.9.9.189.1.3.8.1not-accessibledeprecated
cportQosDscpValue
OBJECT-TYPE
This object identifies the DSCP value for incoming or outgoing packets. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
1.3.6.1.4.1.9.9.189.1.3.8.1.1Dscpnot-accessibledeprecated
cportQosDscpIngressPkts
OBJECT-TYPE
This object indicates the number of ingress packets whose DSCP value matched the value of the cportQosDscpValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
1.3.6.1.4.1.9.9.189.1.3.8.1.2Counter64read-onlydeprecated
cportQosDscpIngressOctets
OBJECT-TYPE
This object indicates the number of ingress octets whose DSCP value matched the value of the cportQosDscpValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
1.3.6.1.4.1.9.9.189.1.3.8.1.3Counter64read-onlydeprecated
cportQosDscpEgressPkts
OBJECT-TYPE
This object indicates the number of egress packets whose DSCP value matched the value of the cportQosDscpValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
1.3.6.1.4.1.9.9.189.1.3.8.1.4Counter64read-onlydeprecated
cportQosDscpEgressOctets
OBJECT-TYPE
This object indicates the number of egress octets whose DSCP value matched the value of the cportQosDscpValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
1.3.6.1.4.1.9.9.189.1.3.8.1.5Counter64read-onlydeprecated
cportQosCosStatsTable
OBJECT-TYPE
This table indicates QoS related statistical COS information. The statistics are collected per physical port and COS value. This object is deprecated. Customers should move to using generic independent counters provided by CISCO-CLASS-BASED-QOS-MIB-MIB instead of using platform specific objects. One way to obtain port specific dscp counters would be to configure a policy with class having match on desired cos value and no action under it. Then counters in cbQosCMStatsTable can be used to infer the packet counts in ingress and egress direction.
1.3.6.1.4.1.9.9.189.1.3.9not-accessibledeprecated
cportQosCosStatsEntry
OBJECT-TYPE
A conceptual row in cportQosCosStatsTable. There is an entry in this table for each port and each COS value. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.9.1not-accessibledeprecated
cportQosCosValue
OBJECT-TYPE
This object identifies the COS value for each received or sent packet. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.9.1.1QosLayer2Cosnot-accessibledeprecated
cportQosCosIngressPkts
OBJECT-TYPE
This object indicates the number of ingress packets whose COS value matched the value of the cportQosCosValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.9.1.2Counter64read-onlydeprecated
cportQosCosIngressOctets
OBJECT-TYPE
This object indicates the number of ingress octets whose COS value matched the value of the cportQosCosValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.9.1.3Counter64read-onlydeprecated
cportQosCosEgressPkts
OBJECT-TYPE
This object indicates the number of egress packets whose COS value matched the value of the cportQosCosValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.9.1.4Counter64read-onlydeprecated
cportQosCosEgressOctets
OBJECT-TYPE
This object indicates the number of egress octets whose COS value matched the value of the cportQosCosValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
1.3.6.1.4.1.9.9.189.1.3.9.1.5Counter64read-onlydeprecated
ciscoPortQosMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.189.2
ciscoPortQosMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.189.3
ciscoPortQosMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.189.3.1
ciscoPortQosMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.189.3.2

Conformance

NameOIDStatus
ciscoPortQosMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement Port QoS functions on a Cisco router.
1.3.6.1.4.1.9.9.189.3.1.1deprecated
ciscoPortQosMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for entities which implement Port QoS functions on a Cisco router.
1.3.6.1.4.1.9.9.189.3.1.2deprecated
ciscoPortQosMIBComplianceRev2
MODULE-COMPLIANCE
The compliance statement for entities which implement Port QoS functions on a Cisco router.
1.3.6.1.4.1.9.9.189.3.1.3deprecated
ciscoPortQosMIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement for entities which implement Port QoS functions on a Cisco router.
1.3.6.1.4.1.9.9.189.3.1.4deprecated
ciscoPortQosMIBComplianceRev4
MODULE-COMPLIANCE
The compliance statement for entities which implement Port QoS functions on a Cisco router.
1.3.6.1.4.1.9.9.189.3.1.5deprecated
ciscoPortQosMIBComplianceRev5
MODULE-COMPLIANCE
The compliance statement for entities which implement Port QoS functions on a Cisco router.
1.3.6.1.4.1.9.9.189.3.1.6deprecated
ciscoPortQosMIBComplianceRev6
MODULE-COMPLIANCE
The compliance statement for entities which implement Port QoS functions on a Cisco router.
1.3.6.1.4.1.9.9.189.3.1.7deprecated
ciscoPortQosMIBGroup
OBJECT-GROUP
A collection of objects providing Port QoS features. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.1deprecated
ciscoPortQosStatsMIBGroup
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. Replaced by: ciscoPortQosStatsMIBGroupRev1. This object is deprecated since all the objects in this MIB file is being deprecated
1.3.6.1.4.1.9.9.189.3.2.2deprecated
ciscoPortQosStatsMIBGroupRev1
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.3deprecated
ciscoPortQosStatsMIBGroupRev2
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.4deprecated
ciscoPortQosStatsMIBGroupRev2Supp1
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.5deprecated
ciscoPortQosStatsMIBGroupRev2Supp2
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.6deprecated
ciscoPortQosStatsMIBGroupRev2Supp3
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.7deprecated
ciscoPortQosStatsMIBGroupRev2Supp4
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.8deprecated
ciscoPortQosStatsMIBGroupRev2Supp5
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.9deprecated
ciscoPortQosStatsMIBGroupRev2Supp6
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.10deprecated
ciscoPortQosStatsMIBGroupRev2Supp7
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.11deprecated
ciscoPortQosStatsMIBGroupRev2Supp8
OBJECT-GROUP
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
1.3.6.1.4.1.9.9.189.3.2.12deprecated