AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Cisco » CISCO-PORT-QOS-MIB » Objects

CISCO-PORT-QOS-MIB.mib object view, vendor Cisco

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file CISCO-PORT-QOS-MIB and use it to monitor vendor specific OID's.

CISCO-PORT-QOS-MIB file content

Object view of CISCO-PORT-QOS-MIB:

Scalar Object
cportQosRLConfigEntry .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 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.
cportQosTSConfigEntry .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 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.
cportQosIndexType .1.3.6.1.4.1.9.9.189.1.3.1
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.
cportQosStatsEntry .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.
Tabular Object
cportQosRLConfigDirection .1.3.6.1.4.1.9.9.189.1.1.1.1.1
The direction in which the rate-limit is applied to packet: input statistics of the input packets. output statistics of the output packets.
cportQosRLConfigEnable .1.3.6.1.4.1.9.9.189.1.1.1.1.2
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.
cportQosRLConfigRate .1.3.6.1.4.1.9.9.189.1.1.1.1.3
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.
cportQosRLConfigBurstSize .1.3.6.1.4.1.9.9.189.1.1.1.1.4
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.
cportQosTSConfigEnable .1.3.6.1.4.1.9.9.189.1.2.1.1.1
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.
cportQosTSConfigRate .1.3.6.1.4.1.9.9.189.1.2.1.1.2
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.
cportQosTSConfigBurstSize .1.3.6.1.4.1.9.9.189.1.2.1.1.3
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.
cportQosDirection .1.3.6.1.4.1.9.9.189.1.3.2.1.1
The direction of the reported statistics: -'ingress' statistics for the input direction. -'egress' statistics for the output direction.
cportQosIndex .1.3.6.1.4.1.9.9.189.1.3.2.1.2
An arbitrary integer to identify this entry. cportQosIndex value, which may have non-contiguous range, is linked to cportQosIndexType: -if cportQosIndexType equals 'none', cportQosIndex is constant with the value of 1 and all statistics are classified per port -if cportQosIndexType 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 cportQosIndexType 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 cportQosIndexType 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
cportQosPrePolicyPkts .1.3.6.1.4.1.9.9.189.1.3.2.1.3
The count of packets prior to executing any QoS policies.
cportQosPrePolicyOctets .1.3.6.1.4.1.9.9.189.1.3.2.1.4
The count of octets prior to executing any QoS policies.
cportQosPostPolicyPkts .1.3.6.1.4.1.9.9.189.1.3.2.1.5
The count of packets after executing QoS policies.
cportQosPostPolicyOctets .1.3.6.1.4.1.9.9.189.1.3.2.1.6
The count of octets after executing QoS policies.
cportQosDropPkts .1.3.6.1.4.1.9.9.189.1.3.2.1.7
The count of dropped packets as the result of all QoS features that can produce drops.
cportQosDropOctets .1.3.6.1.4.1.9.9.189.1.3.2.1.8
The count of dropped octets as the result of all QoS features that can produce drops.
cportQosClassifiedOctets .1.3.6.1.4.1.9.9.189.1.3.2.1.9
The count of classified octets during QoS.
cportQosClassifiedPkts .1.3.6.1.4.1.9.9.189.1.3.2.1.10
The count of classified packets during QoS.
cportQosNoChangePkts .1.3.6.1.4.1.9.9.189.1.3.2.1.11
The count of packets maintain unchange after executing QoS policies.
cportQosNoChangeOctets .1.3.6.1.4.1.9.9.189.1.3.2.1.12
The count of octets maintain unchange after executing QoS policies.
Table
cportQosRLConfigTable .1.3.6.1.4.1.9.9.189.1.1.1
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.
cportQosTSConfigTable .1.3.6.1.4.1.9.9.189.1.2.1
A table of traffic-shaping action configuration entries.
cportQosStatsTable .1.3.6.1.4.1.9.9.189.1.3.2
This table specifies QoS port related Statistical information.
Object Identifier
ciscoPortQosMIB .1.3.6.1.4.1.9.9.189
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. This MIB module also provides per port QoS statistics.
ciscoPortQosMIBObjects .1.3.6.1.4.1.9.9.189.1
cportQosRLConfig .1.3.6.1.4.1.9.9.189.1.1
cportQosTSConfig .1.3.6.1.4.1.9.9.189.1.2
cportQosStatistics .1.3.6.1.4.1.9.9.189.1.3
ciscoPortQosMIBNotifications .1.3.6.1.4.1.9.9.189.2
ciscoPortQosMIBConformance .1.3.6.1.4.1.9.9.189.3
ciscoPortQosMIBCompliances .1.3.6.1.4.1.9.9.189.3.1
ciscoPortQosMIBGroups .1.3.6.1.4.1.9.9.189.3.2
Group
ciscoPortQosMIBGroup .1.3.6.1.4.1.9.9.189.3.2.1
A collection of objects providing Port QoS features.
ciscoPortQosStatsMIBGroup .1.3.6.1.4.1.9.9.189.3.2.2
A collection of objects providing per Port QoS statistics. Replaced by: ciscoPortQosStatsMIBGroupRev1
ciscoPortQosStatsMIBGroupRev1 .1.3.6.1.4.1.9.9.189.3.2.3
A collection of objects providing per Port QoS statistics.