CISCO-PORT-QOS-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
9
Rows
9
Columns
65

cportQosRLConfigTable

table deprecated
.1.3.6.1.4.1.9.9.189.1.1.1 · 1 row entry · 4 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosRLConfigTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosRLConfigTable'
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.
cportQosRLConfigEntry row .1.3.6.1.4.1.9.9.189.1.1.1.1
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 co…
Column Syntax OID
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 r…
Enumeration
Enumerated Values:
1input
2output
.1.3.6.1.4.1.9.9.189.1.1.1.1.1
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
r…
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.9.9.189.1.1.1.1.2
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 re…
bits per secondInteger32r/w
Constraints:
range: 32000-2147483647
.1.3.6.1.4.1.9.9.189.1.1.1.1.3
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) t…
bytesInteger32r/w
Constraints:
range: 0-64000
.1.3.6.1.4.1.9.9.189.1.1.1.1.4

cportQosTSConfigTable

table deprecated
.1.3.6.1.4.1.9.9.189.1.2.1 · 1 row entry · 3 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosTSConfigTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosTSConfigTable'
A table of traffic-shaping action configuration
entries.
          
This object is deprecated and replaced by cbQosTSCfgTable in 
CISCO-CLASS-BASED-QOS-MIB.
cportQosTSConfigEntry row .1.3.6.1.4.1.9.9.189.1.2.1.1
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 depende…
Indexes
Column Syntax OID
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 obj…
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.9.9.189.1.2.1.1.1
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 …
bits per secondInteger32r/w
Constraints:
range: 32000-2147483647
.1.3.6.1.4.1.9.9.189.1.2.1.1.2
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 cpo…
bitsInteger32r/w
Constraints:
range: 0-512000
.1.3.6.1.4.1.9.9.189.1.2.1.1.3

cportQosStatsTable

table deprecated
.1.3.6.1.4.1.9.9.189.1.3.2 · 1 row entry · 18 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosStatsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosStatsTable'
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.
cportQosStatsEntry row .1.3.6.1.4.1.9.9.189.1.3.2.1
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 repl…
Column Syntax OID
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 i…
Enumeration
Enumerated Values:
1ingress
2egress
.1.3.6.1.4.1.9.9.189.1.3.2.1.1
cportQosIndexdeprecated
An arbitrary integer to identify this entry.
cportQosIndex value, which may have non-contiguous
range, is linked to cportQosIndexType:

-if cportQosIndexTypeNew equals 'none', cportQosIndex
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.189.1.3.2.1.2
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 CISC…
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.3
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…
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.4
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…
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.5
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-…
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.6
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 cou…
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.7
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 coun…
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.8
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
b…
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.9
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…
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.10
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 ma…
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.11
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 map…
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.12
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.
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.13
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.
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.14
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.
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.15
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.
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.16
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.
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.17
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.
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.2.1.18

cportQosInVlanStatsTable

table deprecated
.1.3.6.1.4.1.9.9.189.1.3.4 · 1 row entry · 6 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosInVlanStatsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosInVlanStatsTable'
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.
cportQosInVlanStatsEntry row .1.3.6.1.4.1.9.9.189.1.3.4.1
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.
Column Syntax OID
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.
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.4.1.1
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.
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.4.1.2
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.
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.4.1.3
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.
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.4.1.4
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.
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.4.1.5
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.
octetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.4.1.6
.1.3.6.1.4.1.9.9.189.1.3.5 · 1 row entry · 4 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosEgressQueueStatsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosEgressQueueStatsTable'
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.
cportQosEgressQueueStatsEntry row .1.3.6.1.4.1.9.9.189.1.3.5.1
A conceptual row in cportQosEgressQueueStatsTable.
`
This object is deprecated for the same reason as
mentioned in description of cportQosEgressQueueStatsTable.
Column Syntax OID
cportQosQueueIddeprecated
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…
Unsigned32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.9.9.189.1.3.5.1.1
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…
Unsigned32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.9.9.189.1.3.5.1.2
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.
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.5.1.3
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.
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.5.1.4
.1.3.6.1.4.1.9.9.189.1.3.6 · 1 row entry · 6 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosClassEgressStatsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosClassEgressStatsTable'
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.
cportQosClassEgressStatsEntry row .1.3.6.1.4.1.9.9.189.1.3.6.1
A conceptual row in cportQosClassEgressStatsTable.

This object is deprecated for the same reason as
mentioned in cportQosClassEgressStatsTable.
Column Syntax OID
cportQosClassIddeprecated
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…
Unsigned32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.9.9.189.1.3.6.1.1
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 qu…
Number of buffersUnsigned32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.9.9.189.1.3.6.1.2
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.
SNMP-FRAMEWORK-MIBSnmpAdminString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.189.1.3.6.1.3
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 eq…
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.6.1.4
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.
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.6.1.5
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 subsy…
SNMPv2-TCTimeStamp
Based On: SNMPv2-SMITimeTicks
Description:
The value of the sysUpTime object at which a specific
occurrence happened. The specific occurrence must be

defined in the description of any object defined using this
type.

If sysUpTime is reset t…
.1.3.6.1.4.1.9.9.189.1.3.6.1.6
.1.3.6.1.4.1.9.9.189.1.3.7 · 1 row entry · 14 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosClassIngressStatsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosClassIngressStatsTable'
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.
cportQosClassIngressStatsEntry row .1.3.6.1.4.1.9.9.189.1.3.7.1
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
s…
Column Syntax OID
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.
Unsigned32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.9.9.189.1.3.7.1.1
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…
Unsigned32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.9.9.189.1.3.7.1.2
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-…
SNMP-FRAMEWORK-MIBSnmpAdminString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.189.1.3.7.1.3
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 cportQosClassEgressS…
SNMP-FRAMEWORK-MIBSnmpAdminString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.189.1.3.7.1.4
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…
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.7.1.5
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 …
OctetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.7.1.6
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 obj…
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.7.1.7
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 obje…
OctetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.7.1.8
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 ob…
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.7.1.9
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 obj…
OctetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.7.1.10
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 ob…
bits per secondSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.189.1.3.7.1.11
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 d…
bits per secondSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.189.1.3.7.1.12
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 …
bits per secondSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.189.1.3.7.1.13
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 subsy…
SNMPv2-TCTimeStamp
Based On: SNMPv2-SMITimeTicks
Description:
The value of the sysUpTime object at which a specific
occurrence happened. The specific occurrence must be

defined in the description of any object defined using this
type.

If sysUpTime is reset t…
.1.3.6.1.4.1.9.9.189.1.3.7.1.14

cportQosDscpStatsTable

table deprecated
.1.3.6.1.4.1.9.9.189.1.3.8 · 1 row entry · 5 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosDscpStatsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosDscpStatsTable'
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.
cportQosDscpStatsEntry row .1.3.6.1.4.1.9.9.189.1.3.8.1
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 obta…
Column Syntax OID
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 …
CISCO-QOS-PIB-MIBDscp
Type Constraints:
range: 0..63
.1.3.6.1.4.1.9.9.189.1.3.8.1.1
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 alterna…
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.8.1.2
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 alternat…
OctetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.8.1.3
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 alternat…
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.8.1.4
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 alternati…
OctetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.8.1.5

cportQosCosStatsTable

table deprecated
.1.3.6.1.4.1.9.9.189.1.3.9 · 1 row entry · 5 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cportQosCosStatsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PORT-QOS-MIB::cportQosCosStatsTable'
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.
cportQosCosStatsEntry row .1.3.6.1.4.1.9.9.189.1.3.9.1
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 obtain…
Column Syntax OID
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 i…
CISCO-QOS-PIB-MIBQosLayer2Cos
Type Constraints:
range: 0..7
.1.3.6.1.4.1.9.9.189.1.3.9.1.1
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 alternati…
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.9.1.2
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 alternativ…
OctetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.9.1.3
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 alternativ…
PacketsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.9.1.4
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…
OctetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.189.1.3.9.1.5