cportQosClassIngressStatsTable
CISCO-PORT-QOS-MIB ·
.1.3.6.1.4.1.9.9.189.1.3.7
Object
table deprecated
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.
Context
- MIB
- CISCO-PORT-QOS-MIB
- OID
.1.3.6.1.4.1.9.9.189.1.3.7- Type
- table
- Status
- deprecated
- Parent
- cportQosStatistics
- Children
- 1
Net-SNMP examples
How SNMP and these commands workUse a bulk walk to inspect objects and instances beneath this OID.
Walk the subtree
/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'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-PORT-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-PORT-QOS-MIB::cportQosClassIngressStatsTable'
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.