CISCO-SWITCH-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SWITCH-QOS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoSwitchQosMIB 1.3.6.1.4.1.9.9.580
This MIB module extends the CISCO-CLASS-BASED-QOS-MIB by defining configuration and statistics information specific to the quality of service (QoS) features of Layer2/3 switch functionality implemented in Cisco devices. It is applicable to a device which is fully within a single QoS domain, although one or more boundaries with other QoS domains can be immediately adjacent to this device. Configuration information available through this MIB includes: + Mappings between CoS, IP Precedence, MPLS-EXP value to DSCP value and vice versa for classification purpose. + Device level QoS configuration for DSCP rewrite, policing of ACL-redirected traffic, QoS port-queueing mode, statistics collection for policy that sets a trust state. + CoS, MPLS-EXP and DSCP mutation map name and mappings. These mutations can be configured so that they change the content of packets which cross QoS boundaries, either as they enter or leave this device. + Interface QoS configuration such as default CoS value, trust state, packet assignment to queue and threshold based on CoS or DSCP value, drop algorithm and corresponding parameters, queue scheduling parameter such as WRR (Weighted Round Robin) weights, queue size allocation weight. Statistics available through this MIB includes: + Per module Multi-Layer Switching QoS statistics. + Per interface QoS queueing statistics. The following terms are used throughout this MIB: DSCP (Differentiated Services Code Point) is the six most significant bits of the ToS field in a IP packet header. DSCP Mutation: when a packet is being forwarded across an IP network, the previous hop(s) and the following hop(s) of a device may reside in a different QoS domain. A QoS domain refers to the set of QoS rules and conventions adopted by an administrative entity. For instance, a set of DSCP values may have a different meaning in different domains. DSCP mutation allows a DSCP set to be mutated or transformed in order to maintain semantic compatibility between adjacent domains. The mutation is done via mapping tables which maps the old DSCP value from one domain to a new DSCP value in the other domain. DSCP Mutation is applied to egress traffic. IP precedence is the three 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. Trust state is a parameter configured at an interface to specify which QoS markings in packets arriving at that interface are acceptable as-is, rather than needing to be ignored/overwritten due to an 'untrusted' source or previous hop. BPDU (Bridge Protocol Data Unit) is used by bridges in a network to exchange information regarding their status. The Spanning Tree Protocol uses the BPDU information to elect the root switch and root port for the switched network. MPLS-EXP: MPLS experimental field in MPLS label. MTU: Maximum Transmission Unit.
         ciscoSwitchQosMIBNotifs 1.3.6.1.4.1.9.9.580.0
         ciscoSwitchQosMIBObjects 1.3.6.1.4.1.9.9.580.1
             csqGlobals 1.3.6.1.4.1.9.9.580.1.1
                 csqDscpRewriteEnable 1.3.6.1.4.1.9.9.580.1.1.1 truthvalue read-write
This object specifies whether DSCP rewrite is enabled at a device-level of granularity, i.e., 'true' = enabled and 'false' = disabled. If no other objects specify whether DSCP rewrite is enabled at any different level of granularity, then this object's value is not subject to any modifiers. However, some devices might support other object(s) which specify whether DSCP rewrite is enabled at different level(s) of granularity. For such devices, the value of this object takes precedence over the values of such other object(s) when the value of this object is 'false'; in contrast, when the value of this object is 'true', the values of such other objects take precedence over the value of this object. if 'true', all outgoing packets will have their DSCP value rewritten based on the result of classification, policing or DSCP mutation configured in the device. if 'false', all outgoing packets will have their DSCP values unchanged from they arrived.
                 csqPoliceRedirectedTrafficEnable 1.3.6.1.4.1.9.9.580.1.1.2 truthvalue read-write
This object specifies whether ACL-redirected traffic policing is enabled at a device-level of granularity, i.e., 'true' = enabled and 'false' = disabled. If no other objects specify whether ACL-redirected traffic is enabled at any different level of granularity, then this object's value is not subject to any modifiers. However, some devices might support other object(s) which specify whether ACL-redirected traffic policing is enabled at different level(s) of granularity. For such devices, the value of this object takes precedence over the values of such other object(s) when the value of this object is 'false'; in contrast, when the value of this object is 'true', the values of such other objects take precedence over the value of this object. if 'true', ACL-redirected traffic is subject to policing. if 'false', ACL-redirected traffic is not policed.
                 csqPortQueueingModeEnable 1.3.6.1.4.1.9.9.580.1.1.3 truthvalue read-write
This object specifies whether port-queueing mode is enabled at a device-level of granularity, i.e., 'true' = enabled and 'false' = disabled. If no other objects specify whether port-queueing mode is enabled at any different level of granularity, then this object's value is not subject to any modifiers. However, some devices might support other object(s) which specify whether port-queueing mode is enabled at different level(s) of granularity. For such devices, the value of this object takes precedence over the values of such other object(s) when the value of this object is 'false'; in contrast, when the value of this object is 'true', the values of such other objects take precedence over the value of this object. if 'true', port-queueing mode is enabled. In port-queueing mode, marking and policing is disabled. All queueing on receiving and transmitting is based on QoS tag in the incoming packet. For 802.1Q or ISL-encapsulated packets, queueing is based on the CoS value. Otherwise, queueing is based on the default interface CoS value denoted by csqIfDefaultCos object. if 'false', port-queueing mode is disabled.
                 csqMarkingStatisticsEnable 1.3.6.1.4.1.9.9.580.1.1.4 truthvalue read-write
This object specifies whether statistics collection for policy that sets a trust state is enabled at a device-level of granularity, i.e., 'true' = enabled and 'false' = disabled. If no other objects specify whether statistics collection for policy that sets a trust state is enabled at any different level of granularity, then this object's value is not subject to any modifiers. However, some devices might support other object(s) which specify whether statistics collection for policy that sets a trust state is enabled at different level(s) of granularity. For such devices, the value of this object takes precedence over the values of such other object(s) when the value of this object is 'false'; in contrast, when the value of this object is 'true', the values of such other objects take precedence over the value of this object. if 'true', statistics collection is enabled. if 'false', statistics collection is disabled.
                 csqTenGOnlyMode 1.3.6.1.4.1.9.9.580.1.1.5 truthvalue read-write
This object specifies whether only 10-Gigabit Ethernet uplink interfaces are used exclusively. 'true' indicates that only the 10-Gigabit Ethernet uplink interfaces are used. The other uplink interfaces which are not of 10-Gigabit capacity will be in administratively down state. 'false' indicates otherwise.
                 csqServicePoolCellSize 1.3.6.1.4.1.9.9.580.1.1.6 unsigned32 read-only
This object indicates the number of bytes for a service pool cell.
             csqMappings 1.3.6.1.4.1.9.9.580.1.2
                 csqCosToDscpTable 1.3.6.1.4.1.9.9.580.1.2.1 no-access
This table contains the mapping of CoS values to DSCP values. This mapping table consist of eight CoS values (0 through 7) and their corresponding DSCP values. The mapping given by this table is used for all packets received on an interface if and only if that interface has a trust state, as given by the value of csqIfTrustState for the interface, of 'trustCoS'.
                     csqCosToDscpEntry 1.3.6.1.4.1.9.9.580.1.2.1.1 no-access
Each row contains the mapping from a CoS value to a DSCP value.
                         csqCosToDscpCos 1.3.6.1.4.1.9.9.580.1.2.1.1.1 qoslayer2cos no-access
The CoS value being mapped to the DSCP value.
                         csqCosToDscpDscp 1.3.6.1.4.1.9.9.580.1.2.1.1.2 dscp read-write
The DSCP value which the CoS value maps to.
                 csqIpPrecToDscpTable 1.3.6.1.4.1.9.9.580.1.2.2 no-access
This table contains the mapping of IP Precedence to DSCP. This mapping table consist of eight IpPrecedence values (0 through 7) and their corresponding DSCP values. The mapping given by this table is used for all packets received on an interface if and only if that interface has a trust state, as given by the value of csqIfTrustState for the interface, of 'trustIpPrec'.
                     csqIpPrecToDscpEntry 1.3.6.1.4.1.9.9.580.1.2.2.1 no-access
Each row contains the mapping from an IP Precedence value to a DSCP value.
                         csqIpPrecToDscpIpPrec 1.3.6.1.4.1.9.9.580.1.2.2.1.1 qosipprecedence no-access
The IP Precedence value being mapped to the DSCP value.
                         csqIpPrecToDscpDscp 1.3.6.1.4.1.9.9.580.1.2.2.1.2 dscp read-write
The DSCP value which the IP Precedence value maps to.
                 csqExpToDscpTable 1.3.6.1.4.1.9.9.580.1.2.3 no-access
This table contains the mapping of MPLS-EXP values to DSCP values. This mapping table consist of eight MPLS-EXP values (0 through 7) and their corresponding DSCP values.
                     csqExpToDscpEntry 1.3.6.1.4.1.9.9.580.1.2.3.1 no-access
Each row contains the mapping from a EXP value to a DSCP value.
                         csqExpToDscpExp 1.3.6.1.4.1.9.9.580.1.2.3.1.1 qosmplsexpvalue no-access
The EXP value being mapped to the DSCP value.
                         csqExpToDscpDscp 1.3.6.1.4.1.9.9.580.1.2.3.1.2 dscp read-write
The DSCP value which the EXP value maps to.
                 csqDscpMappingTable 1.3.6.1.4.1.9.9.580.1.2.4 no-access
This table always has 64 entries, one for each DSCP value. The table contains four mappings from the DSCP value assigned to a packet. One mapping is to the egress CoS to be stored in the layer-2 frame headers for output on 802.1Q or ISL interfaces. Another mapping is to the EXP value to be stored in MPLS label. The other two mappings are to the remarked (or 'marked down') DSCP values which are used when a policer requires that a packet's DSCP value to be modified. Of these two mappings, one is for a normal burst, and the other is for maximum burst.
                     csqDscpMappingEntry 1.3.6.1.4.1.9.9.580.1.2.4.1 no-access
Each row contains the mapping from DSCP value to CoS value, MPLS-EXP value and policed DSCP.
                         csqDscpMappingDscp 1.3.6.1.4.1.9.9.580.1.2.4.1.1 dscp no-access
The DSCP value being mapped to the CoS, EXP and policed DSCP value.
                         csqDscpMappingCos 1.3.6.1.4.1.9.9.580.1.2.4.1.2 qoslayer2cos read-write
The CoS value which the DSCP values maps to.
                         csqDscpMappingExp 1.3.6.1.4.1.9.9.580.1.2.4.1.3 qosmplsexpvalue read-write
The MPLS-EXP value which the DSCP values maps to.
                         csqDscpMappingNormalBurstDscp 1.3.6.1.4.1.9.9.580.1.2.4.1.4 dscp read-write
The normal burst policed DSCP value which the DSCP values maps to.
                         csqDscpMappingMaxBurstDscp 1.3.6.1.4.1.9.9.580.1.2.4.1.5 dscp read-write
The maximum burst policed DSCP value which the DSCP values maps to.
             csqMutations 1.3.6.1.4.1.9.9.580.1.3
                 csqMaxCosMutationMap 1.3.6.1.4.1.9.9.580.1.3.1 unsigned32 read-only
The maximum number of CoS mutation map that can be supported in the device.
                 csqCosMutationTable 1.3.6.1.4.1.9.9.580.1.3.2 no-access
This table indicates CoS mutation maps in the device.
                     csqCosMutationEntry 1.3.6.1.4.1.9.9.580.1.3.2.1 no-access
Each row contains the status of this instance. A row instance can be created or removed by setting the appropriate value of its RowStatus object. Once the number of entries in this table reaches the maximum number of CoS mutation map supported in the device denoted by csqMaxCosMutationMap object, user must delete an existing entry in this table in order to create a new entry.
                         csqCosMutationMapName 1.3.6.1.4.1.9.9.580.1.3.2.1.1 qosmutationmapname no-access
The name of the CoS mutation map.
                         csqCosMutationRowStatus 1.3.6.1.4.1.9.9.580.1.3.2.1.2 rowstatus read-only
This object is used to manage the creation and deletion of rows in this table.
                 csqCosMutationMappingTable 1.3.6.1.4.1.9.9.580.1.3.3 no-access
This table provides management information for CoS mutation mapping. CoS mutation is applied to ingress traffic. This mutation occurs before the CoS to DSCP mapping for applicable traffic as specified in csqCosToDscpTable.
                     csqCosMutationMappingEntry 1.3.6.1.4.1.9.9.580.1.3.3.1 no-access
Each row contains the mapping from a CoS value to another CoS value. When the entry for csqCosMutationMapName in the csqCosMutationTable is created, corresponding entries in this table are initialized with a default mapping which is the identity function. When the entry for csqCosMutationMapName in the csqCosMutationTable is removed, corresponding entries in this table will also be deleted.
                         csqCosMutationFromCos 1.3.6.1.4.1.9.9.580.1.3.3.1.1 qoslayer2cos no-access
The input CoS value being mapped to the output CoS value in this mutation map.
                         csqCosMutationToCos 1.3.6.1.4.1.9.9.580.1.3.3.1.2 qoslayer2cos read-write
The output CoS value which the input CoS value maps to.
                 csqMaxDscpMutationMap 1.3.6.1.4.1.9.9.580.1.3.4 unsigned32 read-only
The maximum number of DSCP mutation map that can be supported in the device.
                 csqDscpMutationTable 1.3.6.1.4.1.9.9.580.1.3.5 no-access
This table indicates DSCP mutation maps in the device.
                     csqDscpMutationEntry 1.3.6.1.4.1.9.9.580.1.3.5.1 no-access
Each row contains the status of this instance. A row instance can be created or removed by setting the appropriate value of its RowStatus object. Once the number of entries in this table reaches the maximum number of DSCP mutation map supported in the device denoted by csqMaxDscpMutationMap object, user must delete an existing entry in this table in order to create a new entry.
                         csqDscpMutationMapName 1.3.6.1.4.1.9.9.580.1.3.5.1.1 qosmutationmapname no-access
The name of the DSCP mutation map.
                         csqDscpMutationRowStatus 1.3.6.1.4.1.9.9.580.1.3.5.1.2 rowstatus read-only
This object is used to manage the creation and deletion of rows in this table.
                 csqDscpMutationMappingTable 1.3.6.1.4.1.9.9.580.1.3.6 no-access
This table provides management information for DSCP mutation mapping. DSCP mutation is applied to egress traffic. This mutation occurs after the mappings specified in csqDscpMappingTable.
                     csqDscpMutationMappingEntry 1.3.6.1.4.1.9.9.580.1.3.6.1 no-access
Each row contains the mapping from an input DSCP value to an output DSCP value. When the entry for csqDscpMutationMapName in the csqDscpMutationTable is created, corresponding entries in this table are initialized with a default mapping which is the identity function. When the entry for csqDscpMutationMapName in the csqDscpMutationTable is removed, corresponding entries in this table will also be deleted.
                         csqDscpMutationFromDscp 1.3.6.1.4.1.9.9.580.1.3.6.1.1 dscp no-access
The input DSCP value being mapped to the output DSCP value in this mutation map.
                         csqDscpMutationToDscp 1.3.6.1.4.1.9.9.580.1.3.6.1.2 dscp read-write
The output DSCP value which the input DSCP value maps to.
                 csqMaxExpMutationMap 1.3.6.1.4.1.9.9.580.1.3.7 unsigned32 read-only
The maximum number of EXP mutation can be supported in the device.
                 csqExpMutationTable 1.3.6.1.4.1.9.9.580.1.3.8 no-access
This table indicates EXP mutation maps in the device.
                     csqExpMutationEntry 1.3.6.1.4.1.9.9.580.1.3.8.1 no-access
Each row contains the status of this instance. A row instance can be created or removed by setting the appropriate value of its RowStatus object. Once the number of entries in this table reaches the maximum number of EXP mutation map supported in the device denoted by csqMaxExpMutationMap object, user must delete an existing entry in this table in order to create a new entry.
                         csqExpMutationMapName 1.3.6.1.4.1.9.9.580.1.3.8.1.1 qosmutationmapname no-access
The name of the EXP mutation map.
                         csqExpMutationRowStatus 1.3.6.1.4.1.9.9.580.1.3.8.1.2 rowstatus read-only
This object is used to manage the creation and deletion of rows in this table.
                 csqExpMutationMappingTable 1.3.6.1.4.1.9.9.580.1.3.9 no-access
This table provides management information for EXP mutation mapping. EXP mutation is applied to egress traffic. This mutation occurs after the mapping specified in csqExpToDscpTable.
                     csqExpMutationMappingEntry 1.3.6.1.4.1.9.9.580.1.3.9.1 no-access
Each row contains the mapping from input EXP to output EXP value. When the entry for csqExpMutationMapName in the csqExpMutationTable is created, corresponding entries in this table are initialized with a default mapping which is the identity function. When the entry for csqExpMutationMapName in the csqExpMutationTable is removed, corresponding entries in this table will also be deleted.
                         csqExpMutationFromExp 1.3.6.1.4.1.9.9.580.1.3.9.1.1 qosmplsexpvalue no-access
The input EXP value being mapped to the output EXP value in this mutation map.
                         csqExpMutationToExp 1.3.6.1.4.1.9.9.580.1.3.9.1.2 qosmplsexpvalue read-write
The output EXP value which the input EXP value maps to.
                 csqIfMutationConfigTable 1.3.6.1.4.1.9.9.580.1.3.10 no-access
A table containing the mutation configuration for mutation capable interface in the device. If a mutation capable interface does not have a row in this table, there is no mutation performed at such interface.
                       csqIfMutationConfigEntry 1.3.6.1.4.1.9.9.580.1.3.10.1 no-access
A row instance contains the name of CoS, DSCP and EXP mutation map and RowStatus object.
                           csqIfCosMutationMap 1.3.6.1.4.1.9.9.580.1.3.10.1.1 qosmutationmapnameorempty read-only
This object specifies the name of CoS mutation map applied at this interface. If CoS mutation is not performed at the interface, then the value of this object is the zero-length string; otherwise, the value of this object must be the name of a row in the csqCosMutationTable. If a row in the csqCosMutationTable is deleted, all instances of this object which referenced the deleted row get changed to the zero-length string.
                           csqIfDscpMutationMap 1.3.6.1.4.1.9.9.580.1.3.10.1.2 qosmutationmapnameorempty read-only
This object specifies the name of DSCP mutation map applied at this interface. If DSCP mutation is not performed at the interface, then the value of this object is the zero-length string; otherwise, the value of this object must be the name of a row in the csqDscpMutationTable. If a row in the csqDscpMutationTable is deleted, all instances of this object which referenced the deleted row get changed to the zero-length string.
                           csqIfExpMutationMap 1.3.6.1.4.1.9.9.580.1.3.10.1.3 qosmutationmapnameorempty read-only
This object specifies the name of EXP mutation map applied at this interface. If EXP mutation is not performed at the interface, then the value of this object is the zero-length string; otherwise, the value of this object must be the name of a row in the csqExpMutationTable. If a row in the csqExpMutationTable is deleted, all instances of this object which referenced the deleted row get changed to the zero-length string.
                           csqIfMutationRowStatus 1.3.6.1.4.1.9.9.580.1.3.10.1.4 rowstatus read-only
This object is used to manage the creation, and deletion of rows in the table.
             csqInterface 1.3.6.1.4.1.9.9.580.1.4
                 csqIfConfigTable 1.3.6.1.4.1.9.9.580.1.4.1 no-access
This table provides QoS configuration for QoS manageable interface in the device.
                     csqIfConfigEntry 1.3.6.1.4.1.9.9.580.1.4.1.1 no-access
A row instance contains the default CoS value and trust state of a Qos manageable interface.
                         csqIfDefaultCos 1.3.6.1.4.1.9.9.580.1.4.1.1.1 qoslayer2cos read-write
This object specifies the default CoS value configured at this physical interface. This default value will be assigned to packet which does not have a CoS value in its layer-2 header when the packet arrives at this interface or if the value of csqIfTrustState object for this physical interface is 'untrusted'.
                         csqIfTrustState 1.3.6.1.4.1.9.9.580.1.4.1.1.2 integer read-write
This object is used to set the trust state of an interface. (whether the packets arriving at an interface are trusted to carry the correct data for classification.) If the object is untrusted(1), then the DSCP assigned to the packet is the layer2 CoS value denoted by csqIfDefaultCos object mapped to a DSCP by the CoS-to-DSCP mapping defined in object csqCosToDscpDscp. If this object is trustCoS(2), then the DSCP assigned to the packet is the layer2 CoS of the packet mapped to a DSCP by the CoS-to-DSCP mapping defined in object csqCosToDscpDscp. When this object is trustIpPrec(3), a DSCP is assigned to an IP packet according to the IP-Precedence-to-DSCP mapping defined by the values contained in csqIpPrecToDscpTable. For non-IP packets, trustIpPrec(3) has identical behavior as trustCoS(2). When this object is trustDscp(4), the DSCP contained in an IP packet is trusted as being the correct value to assign to it. For non-IP packets, trustDscp(4) has identical behavior as trustCoS(2). Enumeration: 'trustDscp': 4, 'untrusted': 1, 'trustIpPrec': 3, 'trustCoS': 2.
                         csqIfQueueModeCpb 1.3.6.1.4.1.9.9.580.1.4.1.1.3 bits read-only
This object indicates the queue mode capability at this interface. 'cos' indicates that the interface is capable of queueing a packet based on the CoS value of the packet. 'dscp' indicates that the interface is capable of queueing a packet based on the DSCP value of the packet. Bits: 'cos': 0, 'dscp': 1.
                         csqIfConfigQueueMode 1.3.6.1.4.1.9.9.580.1.4.1.1.4 integer read-write
Specifies the queueing mode at this interface. 'cos' indicates that the interface is queueing a packet based on the CoS value of the packet. This value can only be set if the 'cos' bit of csqIfQueueModeCpb is set. 'dscp' indicates that the interface is queueing a packet based on the DSCP value of the packet. This value can only be set if the 'dscp' bit of csqIfQueueModeCpb is set. Enumeration: 'cos': 1, 'dscp': 2.
                         csqIfIngressPolicyMap 1.3.6.1.4.1.9.9.580.1.4.1.1.5 snmpadminstring read-write
Specifies the name of an existing policy-map attached to this interface in ingress direction. If there is no such policy-map attached, the value of this object is zero-length string.
                         csqIfEgressPolicyMap 1.3.6.1.4.1.9.9.580.1.4.1.1.6 snmpadminstring read-write
Specifies the name of an existing policy-map attached to this interface in egress direction. If there is no such policy-map attached, the value of this object is zero-length string.
                         csqIfIngressQueueingEnable 1.3.6.1.4.1.9.9.580.1.4.1.1.7 truthvalue read-only
This object indicates if ingress queueing is enabled at this interface. 'true' indicates ingress queueing is enabled. 'false' indicates ingress queueing is disabled.
                         csqIfEgressQueueingEnable 1.3.6.1.4.1.9.9.580.1.4.1.1.8 truthvalue read-only
This object indicates if egress queueing is enabled at this interface. 'true' indicates egress queueing is enabled. 'false' indicates egress queueing is disabled.
                         csqIfQueueingTrustState 1.3.6.1.4.1.9.9.580.1.4.1.1.9 integer read-only
This object indicates the queueing trust state of an interface. If the object is untrusted(1), then the DSCP assigned to the packet is the layer2 CoS value denoted by csqIfDefaultCos object mapped to a DSCP by the CoS-to-DSCP mapping defined in object csqCosToDscpDscp. If this object is trustCoS(2), then the DSCP assigned to the packet is the layer2 CoS of the packet mapped to a DSCP by the CoS-to-DSCP mapping defined in object csqCosToDscpDscp. When this object is trustIpPrec(3), a DSCP is assigned to an IP packet according to the IP-Precedence-to-DSCP mapping defined by the values contained in csqIpPrecToDscpTable. For non-IP packets, trustIpPrec(3) has identical behavior as trustCoS(2). When this object is trustDscp(4), the DSCP contained in an IP packet is trusted as being the correct value to assign to it. For non-IP packets, trustDscp(4) has identical behavior as trustCoS(2). Enumeration: 'trustDscp': 4, 'untrusted': 1, 'trustIpPrec': 3, 'trustCoS': 2.
                 csqIfCosToQueueTable 1.3.6.1.4.1.9.9.580.1.4.2 no-access
This table provides the information for and configuration of assigning packets to queues and thresholds based on their CoS value.
                     csqIfCosToQueueEntry 1.3.6.1.4.1.9.9.580.1.4.2.1 no-access
The assignment of packets at an interface to a pair of queue and threshold based on their CoS value and traffic direction.
                         csqIfCosToQueueDirection 1.3.6.1.4.1.9.9.580.1.4.2.1.1 ifdirection no-access
The traffic direction of a packet.
                         csqIfCosToQueueCos 1.3.6.1.4.1.9.9.580.1.4.2.1.2 qoslayer2cos no-access
The CoS value of the packet which the queue and threshold assignment is based on.
                         csqIfCosToQueueQueueNumber 1.3.6.1.4.1.9.9.580.1.4.2.1.3 qosqueuenumber read-write
The queue number where packet whose CoS value denoted by csqIfCosToQueueCos will be assigned to.
                         csqIfCosToQueueThresholdNumber 1.3.6.1.4.1.9.9.580.1.4.2.1.4 qosthresholdnumber read-write
The threshold number where packet whose CoS value denoted by csqIfCosToQueueCos will be assigned to.
                 csqIfDscpToQueueTable 1.3.6.1.4.1.9.9.580.1.4.3 no-access
This table provides the information for and configuration of assigning packets to queues and thresholds based on their DSCP value and traffic direction.
                     csqIfDscpToQueueEntry 1.3.6.1.4.1.9.9.580.1.4.3.1 no-access
The assignment of packets at an interface to a pair of queue and threshold based on their DSCP value and packets traffic direction.
                         csqIfDscpToQueueDirection 1.3.6.1.4.1.9.9.580.1.4.3.1.1 ifdirection no-access
The traffic direction of a packet.
                         csqIfDscpToQueueDscp 1.3.6.1.4.1.9.9.580.1.4.3.1.2 dscp no-access
The DSCP value of the packet which the queue and threshold assignment is based on.
                         csqIfDscpToQueueQueueNumber 1.3.6.1.4.1.9.9.580.1.4.3.1.3 qosqueuenumber read-write
The queue number where packet whose DSCP value denoted by csqIfDscpToQueueDscp will be assigned to.
                         csqIfDscpToQueueThresholdNumber 1.3.6.1.4.1.9.9.580.1.4.3.1.4 qosthresholdnumber read-write
The threshold number where packet whose DSCP value denoted by csqIfDscpToQueueDscp will be assigned to.
                 csqIfDropConfigTable 1.3.6.1.4.1.9.9.580.1.4.4 no-access
This table maintains threshold parameters for the specified queue number and threshold number of an interface.
                     csqIfDropConfigEntry 1.3.6.1.4.1.9.9.580.1.4.4.1 no-access
For each threshold of a queue, there are parameters to set on the threshold. This entry contains the parameters.
                         csqIfDropConfigDirection 1.3.6.1.4.1.9.9.580.1.4.4.1.1 ifdirection no-access
Indicates the queue direction.
                         csqIfDropConfigQueueIndex 1.3.6.1.4.1.9.9.580.1.4.4.1.2 qosqueuenumber no-access
Indicates queue number.
                         csqIfDropConfigThresholdIndex 1.3.6.1.4.1.9.9.580.1.4.4.1.3 qosthresholdnumber no-access
Indicates threshold number.
                         csqIfDropConfigDropAlgorithm 1.3.6.1.4.1.9.9.580.1.4.4.1.4 integer read-write
Specifies the drop algorithm running at this queue and threshold. 'tailDrop' indicates that this queue and threshold drops packet using tail-drop algorithm. This value is configurable only if 'tailDrop' bit in the value of qosIfCapabilities object for the same ifIndex and traffic direction is set. 'wred' indicates that WRED algorithm is used. This value is configurable only if 'wred' bit in the value of qosIfCapabilities object for the same ifIndex and traffic direction is set. Enumeration: 'wred': 2, 'tailDrop': 1.
                         csqIfDropConfigDropThreshold 1.3.6.1.4.1.9.9.580.1.4.4.1.5 percent read-write
This object specifies the drop threshold parameter for a pair of queue and threshold of an interface when the drop algorithm is tail drop. Once the packets in the buffer is more than the value of this object, the incoming packets of the buffer are dropped. The value is a percentage of the full buffer. This object is configurable only if 'tailDrop' bit in the value of qosIfCapabilities for the same ifIndex and traffic direction is set. If value of csqIfDropConfigAlgorithm is not 'tailDrop', this object value has no effect. If value of csqIfDropConfigQueueBuffer is not 'percent', this object value has no effect.
                         csqIfDropConfigMinWredThreshold 1.3.6.1.4.1.9.9.580.1.4.4.1.6 percent read-write
This object specifies the min WRED threshold parameter of a threshold number for the specific interface when WRED drop algorithm is used. WRED (Weighted Random Early Detect) is a mechanism which drops packets fairly during congestion so that adaptive applications can react to congestion. This object specifies a percentage of the buffer size. This object is configurable only if 'wred' bit in the value of qosIfCapabilities object for the same ifIndex and traffic direction is set. If value of csqIfDropConfigAlgorithm is not 'wred', this object value has no effect.
                         csqIfDropConfigMaxWredThreshold 1.3.6.1.4.1.9.9.580.1.4.4.1.7 percent read-write
This object specifies the max WRED threshold parameter of a threshold number for the specific interface when WRED drop algorithm is used. This object is configurable only if 'wred' bit in the value of qosIfCapabilities object for the same ifIndex and traffic direction is set. If value of csqIfDropConfigAlgorithm is not 'wred', this object value has no effect.
                         csqIfDropConfigQueueBuffer 1.3.6.1.4.1.9.9.580.1.4.4.1.8 integer read-write
This object specifies how the queue buffer behaves when the drop algorithm is tail drop. 'shared' indicates that the queue buffer is shared among all queues at the interface. 'dedicated' indicates that each queue will be assigned a dedicated portion of the queue buffer. 'percent' indicates that a percentage of the queue buffer can be configured for each queue. The percentage value can be configured via csqIfDropConfigDropThreshold object. This object is configurable only if 'tailDrop' bit in the value of qosIfCapabilities for the same ifIndex and traffic direction is set. If value of csqIfDropConfigAlgorithm is not 'tailDrop', this object value has no effect. Enumeration: 'shared': 1, 'dedicated': 2, 'percent': 3.
                 csqIfQueueTable 1.3.6.1.4.1.9.9.580.1.4.5 no-access
A table containing configuration parameter for each queue on a QOS managable interface.
                     csqIfQueueEntry 1.3.6.1.4.1.9.9.580.1.4.5.1 no-access
A set of WRR weight and queue size allocation weight for ingress or egress of a specific queue.
                         csqIfQueueDirection 1.3.6.1.4.1.9.9.580.1.4.5.1.1 ifdirection no-access
Indicates the queue direction.
                         csqIfQueueNumber 1.3.6.1.4.1.9.9.580.1.4.5.1.2 qosqueuenumber no-access
Indicates queue number.
                         csqIfQueueWrrWeight 1.3.6.1.4.1.9.9.580.1.4.5.1.3 unsigned32 read-write
Specifies the WRR weight. This object is configurable only if the value of csqIfQueueScheduling is 'wrr'. When the value of csqIfQueueScheduling is not 'wrr', the value of this object has no effect.
                         csqIfQueueSizeWeight 1.3.6.1.4.1.9.9.580.1.4.5.1.4 unsigned32 read-write
Specifies the queue size weight.
                         csqIfQueueStatsGranularity 1.3.6.1.4.1.9.9.580.1.4.5.1.5 integer read-only
Indicates whether QoS statistics is maintained per queue or per queue per threshold. 'perQueue' indicates that QoS statistics is maintained per queue. 'perQueueThresh' indicates that QoS statistics is maintained per queue per threshold. Enumeration: 'perQueue': 1, 'perQueueThresh': 2.
                         csqIfQueueClassMapName 1.3.6.1.4.1.9.9.580.1.4.5.1.6 snmpadminstring read-write
Specifies the name of an existing class-map attached at this interface for a queue in the specified direction. If there is no such class-map attached, the value of this object is zero-length string.
                         csqIfQueueScheduling 1.3.6.1.4.1.9.9.580.1.4.5.1.7 integer read-write
Specifies the queue scheduling method. 'wrr' indicates that the queue scheduling method is Weight Round Robin. 'srr' indicates that the queue scheduling method is Shaped Round Robin. Enumeration: 'srr': 2, 'wrr': 1.
                         csqIfQueueSrrWeight 1.3.6.1.4.1.9.9.580.1.4.5.1.8 unsigned32 read-write
Specifies the SRR weight. This object is configurable only if the value of csqIfQueueScheduling is 'srr'. When the value of csqIfQueueScheduling is not 'srr', the value of this object has no effect.
                 csqIfModeConfigTable 1.3.6.1.4.1.9.9.580.1.4.6 no-access
A table used to configure the QoS mode for layer-2 interface.
                     csqIfModeConfigEntry 1.3.6.1.4.1.9.9.580.1.4.6.1 no-access
An entry containing QoS mode information of layer-2 interface.
                         csqIfVlanBasedQosModeEnable 1.3.6.1.4.1.9.9.580.1.4.6.1.1 truthvalue read-write
Specifies if VLAN-based mode is enabled or disabled at the specified interface. If 'true', policy map that is attached to this interface has no effect, and QoS is driven by the policy map that is attached to the corresponding VLAN interface that this interface belongs to. Otherwise, the value of this object is 'false'.
                 csqIfConsistencyCheckTable 1.3.6.1.4.1.9.9.580.1.4.7 no-access
A table used to configure the QoS-port attribute consistency check for Port Channel interface identified by ifIndex. QoS-port attribute consistency check consists of but not limited to checking for members of a Port Channel interface having the same queue type.
                     csqIfConsistencyCheckEntry 1.3.6.1.4.1.9.9.580.1.4.7.1 no-access
An entry containing QoS-port attribute consistency check information of Port Channel interface.
                         csqIfConsistencyCheckEnable 1.3.6.1.4.1.9.9.580.1.4.7.1.1 truthvalue read-write
Specifies if QoS-port attribute consitency check is enabled or disabled at the specified channel interface. If 'true', QoS-port attribute consistency check is enabled. If 'false', QoS-port attribute consistency check is disabled.
                 csqIfQosGroupInfoTable 1.3.6.1.4.1.9.9.580.1.4.8 no-access
This table provides QoS group information for QoS manageable interfaces in the device.
                     csqIfQosGroupInfoEntry 1.3.6.1.4.1.9.9.580.1.4.8.1 no-access
A row instance contains Qos group information, which are per interface (ifIndex), per traffic direction, per QoS group.
                         csqIfQosGroupInfoDirection 1.3.6.1.4.1.9.9.580.1.4.8.1.1 ifdirection no-access
This object indicates traffic direction.
                         csqIfQosGroupInfoGroupNumber 1.3.6.1.4.1.9.9.580.1.4.8.1.2 unsigned32 no-access
This object indicates a specific QoS group.
                         csqIfQosGroupInfoQueueSize 1.3.6.1.4.1.9.9.580.1.4.8.1.3 unsigned32 read-only
This object indicates the ingress queue size. Value 0 indicates it's not applicable for this direction.
                         csqIfQosGroupInfoHwMTU 1.3.6.1.4.1.9.9.580.1.4.8.1.4 unsigned32 read-only
This object indicates the hardware MTU. Value 0 indicates it's not applicable for this direction.
                         csqIfQosGroupInfoMTU 1.3.6.1.4.1.9.9.580.1.4.8.1.5 unsigned32 read-only
This object indicates the MTU applied via QoS policy. Value 0 indicates it's not applicable for this direction.
                         csqIfQosGroupInfoDropType 1.3.6.1.4.1.9.9.580.1.4.8.1.6 integer read-only
This object indicates the drop type. Enumeration: 'notApplicable': 3, 'drop': 1, 'noDrop': 2.
                         csqIfQosGroupInfoResumeThresh 1.3.6.1.4.1.9.9.580.1.4.8.1.7 unsigned32 read-only
This object indicates the buffer limit (In Bytes) at which the port resumes the peer. Value 0 indicates it's not applicable for this direction.
                         csqIfQosGroupInfoPauseThresh 1.3.6.1.4.1.9.9.580.1.4.8.1.8 unsigned32 read-only
This object indicates the buffer limit (In Bytes) at which the port pauses the peer. Value 0 indicates it's not applicable for this direction.
                         csqIfQosGroupInfoScheduling 1.3.6.1.4.1.9.9.580.1.4.8.1.9 integer read-only
This object indicates the scheduling type applied via QoS policy. Enumeration: 'priority': 2, 'notApplicable': 4, 'wrr': 1, 'dwrr': 3.
                         csqIfQosGroupInfoBandwidth 1.3.6.1.4.1.9.9.580.1.4.8.1.10 unsigned32 read-only
This object indicates the bandwidth. Value 0 indicates it's not applicable for this direction.
                         csqIfQosGroupInfoBandwidthUnits 1.3.6.1.4.1.9.9.580.1.4.8.1.11 integer read-only
This object indicates the unit of csqIfQosGroupInfoBandwidth. Enumeration: 'notApplicable': 3, 'percentage': 2, 'kbps': 1.
                         csqIfQosGroupInfoShapeMinThresh 1.3.6.1.4.1.9.9.580.1.4.8.1.12 unsigned32 read-only
This object indicates the shape minimum threshold. Value 0 indicates it's not applicable for this direction.
                         csqIfQosGroupInfoShapeMaxThresh 1.3.6.1.4.1.9.9.580.1.4.8.1.13 unsigned32 read-only
This object indicates the shape maximum threshold. Value 0 indicates it's not applicable for this direction.
                         csqIfQosGroupInfoShapeUnits 1.3.6.1.4.1.9.9.580.1.4.8.1.14 integer read-only
This object indicates the unit of csqIfQosGroupInfoShapeMinThresh and csqIfQosGroupInfoShapeMaxThresh. Enumeration: 'notApplicable': 3, 'percentage': 2, 'kbps': 1.
             csqStatistics 1.3.6.1.4.1.9.9.580.1.5
                 csqIfStatsTable 1.3.6.1.4.1.9.9.580.1.5.1 no-access
A table containing QoS statistics counters per QoS manageable interface.
                     csqIfStatsEntry 1.3.6.1.4.1.9.9.580.1.5.1.1 no-access
An entry contains statistics, such as a drop packet counter, which are per interface (ifIndex), per direction, per queue and per threshold.
                         csqIfStatsDirection 1.3.6.1.4.1.9.9.580.1.5.1.1.1 ifdirection no-access
Indicates traffic direction of an interface.
                         csqIfStatsQueueNumber 1.3.6.1.4.1.9.9.580.1.5.1.1.2 qosqueuenumber no-access
Indicates the queue number of the interface for which statistics are collected. For example : if the interface has a queue type of oneP2Q2t, this index value can be 1, 2, 3.
                         csqIfStatsThresholdNumber 1.3.6.1.4.1.9.9.580.1.5.1.1.3 qosthresholdnumber no-access
Indicates the threshold number of a queue on the interface for which statistics are collected. For example : if the interface has a queue type of oneP2Q2t, this index value can be 1, 2. If the value of the corresponding csqIfQueueStatsGranularity for the queue that this csqIfStatsThresholdNumber belongs to is 'perQueue', this csqIfStatsThresholdNumber index value is always 1.
                         csqIfStatsDropPkts 1.3.6.1.4.1.9.9.580.1.5.1.1.4 counter64 read-only
The number of packets that have been received then dropped from the interface because they exceeded the threshold value configured at this queue and threshold of this interface.
                 csqModuleStatsTable 1.3.6.1.4.1.9.9.580.1.5.2 no-access
A table decribes QoS statistics counters per module that is capable of providing this information. Such module is identified by the entPhysicalIndex in ENTITY-MIB.
                     csqModuleStatsEntry 1.3.6.1.4.1.9.9.580.1.5.2.1 no-access
An entry contains per-module (entPhysicalIndex) statistics such as the number of dropped packets due to policing, number of IP packets with their ToS and CoS value changed, number of non IP packets with their CoS value changed, and number of MPLS packets with their EXP value changed.
                         csqModuleDropByPolicingPackets 1.3.6.1.4.1.9.9.580.1.5.2.1.1 counter64 read-only
The number of packets that have been dropped due to policing.
                         csqModuleTosChangedIpPackets 1.3.6.1.4.1.9.9.580.1.5.2.1.2 counter64 read-only
The number of IP packets that have the ToS value changed due to policing.
                         csqModuleCosChangedIpPackets 1.3.6.1.4.1.9.9.580.1.5.2.1.3 counter64 read-only
The number of IP packets that have the CoS value changed due to policing.
                         csqModuleCosChangedNonIpPackets 1.3.6.1.4.1.9.9.580.1.5.2.1.4 counter64 read-only
The number of non IP packets that have the CoS value changed due to policing.
                         csqModuleExpChangedMplsPackets 1.3.6.1.4.1.9.9.580.1.5.2.1.5 counter64 read-only
The number of MPLS packets have the EXP value change due to policing.
                 csqModuleStatsExtTable 1.3.6.1.4.1.9.9.580.1.5.3 no-access
This table describes additional QoS statistics counters per module that is capable of providing this information. Such module is identified by the entPhysicalIndex in ENTITY-MIB.
                     csqModuleStatsExtEntry 1.3.6.1.4.1.9.9.580.1.5.3.1 no-access
Each entry contains additional per-module (entPhysicalIndex) QoS statistics.
                         csqModuleTunnelEncapPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.1 counter32 read-only
The total number of tunnel encapsulated packets.
                         csqModuleTunnelDecapPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.2 counter32 read-only
The total number of tunnel decapsulated packets.
                         csqModuleDropByPolicingInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.3 counter64 read-only
The total number of ingress octets which are dropped due to policing.
                         csqModuleDropByPolicingOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.4 counter64 read-only
The total number of egress octets which are dropped due to policing.
                         csqModuleFwdByPolicingInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.5 counter32 read-only
The total number of policed ingress packets which are forwarded.
                         csqModuleFwdByPolicingInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.6 counter64 read-only
The total number of policed ingress octets which are forwarded.
                         csqModuleFwdByPolicingOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.7 counter32 read-only
The total number of policed egress packets which are forwarded.
                         csqModuleFwdByPolicingOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.8 counter64 read-only
The total number of policed egress octets which are forwarded.
                         csqModuleHighExceedInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.9 counter32 read-only
The total number of ingress packets exceeding the high level policing rate.
                         csqModuleHighExceedInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.10 counter64 read-only
The total number of ingress octets exceeding the high level policing rate.
                         csqModuleHighExceedOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.11 counter32 read-only
The total number of egress packets exceeding the high level policing rate.
                         csqModuleHighExceedOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.12 counter64 read-only
The total number of egress octets exceeding the high level policing rate.
                         csqModuleLowExceedInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.13 counter32 read-only
The total number of ingress packets exceeding the low level policing rate.
                         csqModuleLowExceedInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.14 counter64 read-only
The total number of ingress octets exceeding the low level policing rate.
                         csqModuleLowExceedOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.15 counter32 read-only
The total number of egress packets exceeding the low level policing rate.
                         csqModuleLowExceedOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.16 counter64 read-only
The total number of egress octets exceeding the low level policing rate.
                         csqModuleDropByAggPolicerInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.17 counter32 read-only
The total number of ingress packets which are dropped by aggregate policers.
                         csqModuleDropByAggPolicerInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.18 counter64 read-only
The total number of ingress octets which are dropped by aggregate policer.
                         csqModuleDropByAggPolicerOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.19 counter32 read-only
The total number of egress packets which are dropped by aggregate policers.
                         csqModuleDropByAggPolicerOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.20 counter64 read-only
The total number of egress octets which are dropped by aggregate policers.
                         csqModuleFwdByAggPolicerInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.21 counter32 read-only
The total number of ingress packets which are forwarded by aggregate policers.
                         csqModuleFwdByAggPolicerInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.22 counter64 read-only
The total number of ingress octets which are forwarded by aggregate policers.
                         csqModuleFwdByAggPolicerOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.23 counter32 read-only
The total number of egress packets which are forwarded by aggregate policers.
                         csqModuleFwdByAggPolicerOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.24 counter64 read-only
The total number of egress octets which are forwarded by aggregate policers.
                         csqModuleAggHighExceedInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.25 counter32 read-only
The total number of ingress packets (policed by aggregate policers) exceeding the high level policing rate.
                         csqModuleAggHighExceedInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.26 counter64 read-only
The total number of ingress octets (policed by aggregate policers) exceeding the high level policing rate.
                         csqModuleAggHighExceedOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.27 counter32 read-only
The total number of egress packets (policed by aggregate policers) exceeding the high level policing rate.
                         csqModuleAggHighExceedOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.28 counter64 read-only
The total number of egress octets (policed by aggregate policers) exceeding the high level policing rate.
                         csqModuleAggLowExceedInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.29 counter32 read-only
The total number of ingress packets (policed by aggregate policers) exceeding the low level policing rate.
                         csqModuleAggLowExceedInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.30 counter64 read-only
The total number of ingress octets (policed by aggregate policers) exceeding the low level policing rate.
                         csqModuleAggLowExceedOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.31 counter32 read-only
The total number of egress packets (policed by aggregate policers) exceeding the low level policing rate.
                         csqModuleAggLowExceedOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.32 counter64 read-only
The total number of egress octets (policed by aggregate policers) exceeding the low level policing rate.
                         csqModuleDropByNetflowInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.33 counter32 read-only
The total number of ingress packets which are dropped by the netflow feature.
                         csqModuleDropByNetflowInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.34 counter64 read-only
The total number of ingress octets which are dropped by the netflow feature.
                         csqModuleDropByNetflowOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.35 counter32 read-only
The total number of egress packets which are dropped by the netflow feature.
                         csqModuleDropByNetflowOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.36 counter64 read-only
The total number of egress octets which are dropped by the netflow feature.
                         csqModuleFwdByNetflowInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.37 counter32 read-only
The total number of ingress packets which are forwarded by the netflow feature.
                         csqModuleFwdByNetflowInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.38 counter64 read-only
The total number of ingress octets which are forwarded by the netflow feature.
                         csqModuleFwdByNetflowOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.39 counter32 read-only
The total number of egress packets which are forwarded by the netflow feature.
                         csqModuleFwdByNetflowOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.40 counter64 read-only
The total number of egress octets which are forwarded by the netflow feature.
                         csqModuleNetflowExceedInPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.41 counter32 read-only
The total number of ingress packets exceeding the netflow policing rate.
                         csqModuleNetflowExceedInOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.42 counter64 read-only
The total number of ingress octets exceeding the netflow policing rate.
                         csqModuleNetflowExceedOutPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.43 counter32 read-only
The total number of egress packets exceeding the netflow policing rate.
                         csqModuleNetflowExceedOutOctets 1.3.6.1.4.1.9.9.580.1.5.3.1.44 counter64 read-only
The total number of egress octets exceeding the netflow policing rate.
                         csqModuleCosChangedPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.45 counter32 read-only
The number of packets (IP and non-IP) that have the CoS value changed due to policing.
                         csqModuleTrafficClassChangedPackets 1.3.6.1.4.1.9.9.580.1.5.3.1.46 counter32 read-only
The number of packets that have the Traffic Class changed due to policing
                 csqIfStatsExtTable 1.3.6.1.4.1.9.9.580.1.5.4 no-access
A table containing QoS statistics counters per QoS manageable interface.
                     csqIfStatsExtEntry 1.3.6.1.4.1.9.9.580.1.5.4.1 no-access
Each entry contains statistics, such as a drop BPDU packet counter, which are per interface (ifIndex), per direction.
                         csqIfBpduDropPkts 1.3.6.1.4.1.9.9.580.1.5.4.1.1 counter64 read-only
The total number of dropped BPDU packets.
                 csqIfQosGroupStatsTable 1.3.6.1.4.1.9.9.580.1.5.5 no-access
A table containing QoS statistics counters on QoS manageable interfaces.
                     csqIfQosGroupStatsEntry 1.3.6.1.4.1.9.9.580.1.5.5.1 no-access
An entry contains a specific statistics, which are per interface (ifIndex), per traffic direction, per QoS group.
                         csqIfQosGroupStatsDirection 1.3.6.1.4.1.9.9.580.1.5.5.1.1 ifdirection no-access
This object indicates traffic direction.
                         csqIfQosGroupStatsGroupNumber 1.3.6.1.4.1.9.9.580.1.5.5.1.2 unsigned32 no-access
This object indicates a specific QoS group on the interface.
                         csqIfQosGroupStatsType 1.3.6.1.4.1.9.9.580.1.5.5.1.3 qosstatstype no-access
This object indicates a specific statistics counter type.
                         csqIfQosGroupStatsValue 1.3.6.1.4.1.9.9.580.1.5.5.1.4 counter64 read-only
This object indicates the value of the specific statistics counter.
                 csqIfPriGrpInBufUsageTable 1.3.6.1.4.1.9.9.580.1.5.6 no-access
A table contains the utilization of the buffer allocated for a specific priority group on the ingress of the QoS manageable interfaces.
                     csqIfPriGrpInBufUsageEntry 1.3.6.1.4.1.9.9.580.1.5.6.1 no-access
An entry indicates the per interface per priority group buffer utilization on ingress direction. The unit of the value of each object is cell. A cell represents the number of bytes, which is indicated by scalar object csqServicePoolCellSize.
                         csqIfPriGrpInBufUsageGrpNo 1.3.6.1.4.1.9.9.580.1.5.6.1.1 unsigned32 no-access
This object indicates a specific priority group on the interface.
                         csqIfPriGrpInBufUsageMinCount 1.3.6.1.4.1.9.9.580.1.5.6.1.2 unsigned32 read-only
This object indicates the current usage of cells used out of the minimum reserved buffer.
                         csqIfPriGrpInBufUsageSharedCount 1.3.6.1.4.1.9.9.580.1.5.6.1.3 unsigned32 read-only
This object indicates the current usage of cells used out of the shared pool.
                         csqIfPriGrpInBufUsageHeadroomCount 1.3.6.1.4.1.9.9.580.1.5.6.1.4 unsigned32 read-only
This object indicates current usage of cells out of the reserved headroom buffer. Headroom buffer is reserved to account for PFC control frame round trip delays.
                         csqIfPriGrpInBufUsageGlobalHeadroomCount 1.3.6.1.4.1.9.9.580.1.5.6.1.5 unsigned32 read-only
This object indicates current usage of cells out of the global headroom buffer. Global headroom buffer is reserved and shared across all interfaces.
                         csqIfPriGrpInBufUsageSharedPeekCount 1.3.6.1.4.1.9.9.580.1.5.6.1.6 unsigned32 read-only
This object indicates peak usage of cells out of the shared pool.
                         csqIfPriGrpInBufUsageHeadroomPeekCount 1.3.6.1.4.1.9.9.580.1.5.6.1.7 unsigned32 read-only
This object indicates peak usage of cells out of the reserved headroom buffer.
                 csqSharedPoolUsageTable 1.3.6.1.4.1.9.9.580.1.5.7 no-access
A table contains the utilization of the shared service pool in the system.
                     csqSharedPoolUsageEntry 1.3.6.1.4.1.9.9.580.1.5.7.1 no-access
An entry indicates the utilization of an shared service pool on a particular physical device, which is identified by a specific module(indicated by entPhysicalIndex in ENTITY-MIB) and instance (indicated by csqSharedPoolUsageInstNo). The unit of the value of the objects is cell. A cell represents the number of bytes, which is indicated by scalar object csqServicePoolCellSize.
                         csqSharedPoolUsageInstNo 1.3.6.1.4.1.9.9.580.1.5.7.1.1 unsigned32 no-access
This object indicates an arbitrary number which uniquely identifies the instance number of a specific internal device.
                         csqSharedPoolUsagePoolNo 1.3.6.1.4.1.9.9.580.1.5.7.1.2 unsigned32 no-access
This object indicates the service pool number.
                         csqSharedPoolUsageUsed 1.3.6.1.4.1.9.9.580.1.5.7.1.3 unsigned32 read-only
This object indicates the number of used cells in a shared pool.
                         csqSharedPoolUsageRemain 1.3.6.1.4.1.9.9.580.1.5.7.1.4 unsigned32 read-only
This object indicates the remaining cells in a shared pool.
                         csqSharedPoolUsagePeak 1.3.6.1.4.1.9.9.580.1.5.7.1.5 unsigned32 read-only
This object indicates the peak used cells in a shared pool.
                         csqSharedPoolUsageTotal 1.3.6.1.4.1.9.9.580.1.5.7.1.6 unsigned32 read-only
This object indicates the total cells in a shared pool.
                         csqSharedPoolUsageUsedTx 1.3.6.1.4.1.9.9.580.1.5.7.1.7 unsigned32 read-only
This object indicates the number of used cells in a output shared pool.
                         csqSharedPoolUsageRemainTx 1.3.6.1.4.1.9.9.580.1.5.7.1.8 unsigned32 read-only
This object indicates the remaining cells in a output shared pool.
                         csqSharedPoolUsagePeakTx 1.3.6.1.4.1.9.9.580.1.5.7.1.9 unsigned32 read-only
This object indicates the peak used cells in a output shared pool.
                         csqSharedPoolUsageTotalTx 1.3.6.1.4.1.9.9.580.1.5.7.1.10 unsigned32 read-only
This object indicates the total cells in a output shared pool.
                         csqSharedPoolUsageNameTx 1.3.6.1.4.1.9.9.580.1.5.7.1.11 snmpadminstring read-only
Indicates the name of output shared pool.
                 csqHwSharedPoolUsageTable 1.3.6.1.4.1.9.9.580.1.5.8 no-access
A table contains the utilization of the shared service pool for internal devices of a specific physical entity that is capable of providing this information.
                     csqHwSharedPoolUsageEntry 1.3.6.1.4.1.9.9.580.1.5.8.1 no-access
An entry indicates the utilization of an shared service pool for an internal device on a particular physical device, which is identified by a specific module(indicated by entPhysicalIndex in ENTITY-MIB), device ID (indicated by csqHwSharedPoolDeviceId), traffic direction (indicated by csqHwSharedPoolStatsDirection), instance (indicated by csqHwSharedPoolUsageInstNo) and statistic type (indicated by csqHwSharedPoolStatsType). The unit of the value of the objects is cell. A cell represents the number of bytes, which is indicated by scalar object csqServicePoolCellSize.
                         csqHwSharedPoolDeviceId 1.3.6.1.4.1.9.9.580.1.5.8.1.1 integer no-access
This object indicates an arbitrary number which uniquely identifies a specific internal device. Enumeration: 'northStar': 1.
                         csqHwSharedPoolUsageInstNo 1.3.6.1.4.1.9.9.580.1.5.8.1.2 unsigned32 no-access
This object indicates an arbitrary number which uniquely identifies the instance number of a specific internal device.
                         csqHwSharedPoolStatsDirection 1.3.6.1.4.1.9.9.580.1.5.8.1.3 integer no-access
This object indicates the flow direction of a specific traffic statistics. Enumeration: 'inputStats_ingressHairpin': 2, 'outputStats_ingressHairpin': 5, 'outputStats_ingressStraight': 4, 'outputStats_egress': 6, 'inputStats_egress': 3, 'inputStats_ingressStraight': 1.
                         csqHwSharedPoolStatsType 1.3.6.1.4.1.9.9.580.1.5.8.1.4 integer no-access
This object indicates the specific traffic classification type for hardware shared pool. drop - droppable traffic class nodrop - no drop traffic class span - span traffic class sup - sup traffic class. Enumeration: 'span': 3, 'drop': 1, 'nodrop': 2, 'sup': 4.
                         csqHwSharedPoolUsageUsed 1.3.6.1.4.1.9.9.580.1.5.8.1.5 unsigned32 read-only
This object indicates the number of used cells in a hardware shared pool.
                         csqHwSharedPoolUsageRemain 1.3.6.1.4.1.9.9.580.1.5.8.1.6 unsigned32 read-only
This object indicates the remaining cells in a hardware shared pool.
                         csqHwSharedPoolUsageShared 1.3.6.1.4.1.9.9.580.1.5.8.1.7 unsigned32 read-only
This object indicates the shared used cells in a hardware shared pool.
                         csqHwSharedPoolUsageTotal 1.3.6.1.4.1.9.9.580.1.5.8.1.8 unsigned32 read-only
This object indicates the total cells in a hardware shared pool.
             csqPolicerUsage 1.3.6.1.4.1.9.9.580.1.6
                 csqPolicerUsageTable 1.3.6.1.4.1.9.9.580.1.6.1 no-access
This table contains the usage of policers in the device.
                     csqPolicerUsageEntry 1.3.6.1.4.1.9.9.580.1.6.1.1 no-access
Each row contains the policer usage information for every module, denoted by its entPhysicalIndex, which is capable of providing this information.
                         csqPolicerType 1.3.6.1.4.1.9.9.580.1.6.1.1.1 qospolicertype no-access
This object indicates the policer type.
                         csqPolicerUsed 1.3.6.1.4.1.9.9.580.1.6.1.1.2 unsigned32 read-only
The number of policers that are currently used.
                         csqPolicerTotal 1.3.6.1.4.1.9.9.580.1.6.1.1.3 unsigned32 read-only
The total number of policers.
             csqModule 1.3.6.1.4.1.9.9.580.1.7
                 csqModuleDscpRewriteEnableTable 1.3.6.1.4.1.9.9.580.1.7.1 no-access
The table containing information of DSCP Rewrite Enable for each module. Such module is identified by the entPhysicalIndex in ENTITY-MIB. The value of each entry needs to be viewed in association with the global value, csqDscpRewriteEnable.
                     csqModuleDscpRewriteEnableEntry 1.3.6.1.4.1.9.9.580.1.7.1.1 no-access
An entry contains the configuration of DSCP Rewrite Enable Status for a DSCP Rewrite managable module. such module is of type entPhysicalClass module(9) in ENTITY-MIB. Entries are created by the agent at the system power-up or module insertion. Entries are deleted by the agent upon module removal.
                         csqModuleDscpRewriteEnable 1.3.6.1.4.1.9.9.580.1.7.1.1.1 truthvalue read-write
This object specifies whether DSCP rewrite is enabled on a particular module when the value of csqDscpRewriteEnable is set to 'true'. The value of this object has no effect (DSCP rewrite will be disabled on this module) when the value of csqDscpRewriteEnable is set to 'false'.
         ciscoSwitchQosMIBConformance 1.3.6.1.4.1.9.9.580.2
             ciscoSwitchQosMIBCompliances 1.3.6.1.4.1.9.9.580.2.1
                 ciscoSwitchQosMIBCompliance 1.3.6.1.4.1.9.9.580.2.1.1
The compliance statement for the CISCO-SWITCH-QOS-MIB. This compliance is superceded by ciscoSwitchQosMIBComplianceRev2.
                 ciscoSwitchQosMIBComplianceRev2 1.3.6.1.4.1.9.9.580.2.1.2
The compliance statement for the CISCO-SWITCH-QOS-MIB. This compliance is superceded by ciscoSwitchQosMIBComplianceRev3.
                 ciscoSwitchQosMIBComplianceRev3 1.3.6.1.4.1.9.9.580.2.1.3
The compliance statement for the CISCO-SWITCH-QOS-MIB. This compliance is superceded by ciscoSwitchQosMIBComplianceRev4.
                 ciscoSwitchQosMIBComplianceRev4 1.3.6.1.4.1.9.9.580.2.1.4
The compliance statement for the CISCO-SWITCH-QOS-MIB. This compliance is deprecated and superceded by ciscoSwitchQosMIBComplianceRev5.
                 ciscoSwitchQosMIBComplianceRev5 1.3.6.1.4.1.9.9.580.2.1.5
The compliance statement for the CISCO-SWITCH-QOS-MIB.
                 ciscoSwitchQosMIBComplianceRev6 1.3.6.1.4.1.9.9.580.2.1.6
The compliance statement for the CISCO-SWITCH-QOS-MIB.
                 ciscoSwitchQosMIBComplianceRev7 1.3.6.1.4.1.9.9.580.2.1.7
The compliance statement for the CISCO-SWITCH-QOS-MIB.
                 ciscoSwitchQosMIBComplianceRev8 1.3.6.1.4.1.9.9.580.2.1.8
The compliance statement for the CISCO-SWITCH-QOS-MIB.
             ciscoSwitchQosMIBGroups 1.3.6.1.4.1.9.9.580.2.2
                 ciscoSwitchQosMappingGroup 1.3.6.1.4.1.9.9.580.2.2.1
A collection of objects which provides the QoS mapping information in the device.
                 ciscoSwitchQosMutationGroup 1.3.6.1.4.1.9.9.580.2.2.2
A collection of objects which provides the QoS mutation information in the device.
                 ciscoSwitchQosIfConfigGroup 1.3.6.1.4.1.9.9.580.2.2.3
A collection of object which provides QoS configuration at an interface.
                 ciscoSwitchQosIfCosToQueueGroup 1.3.6.1.4.1.9.9.580.2.2.4
A collection of objects which provides CoS assignment information at an interface.
                 ciscoSwitchQosIfDropConfigGroup 1.3.6.1.4.1.9.9.580.2.2.5
A collection of objects which provides drop threshold information at an interface.
                 ciscoSwitchQosIfQueueGroup 1.3.6.1.4.1.9.9.580.2.2.6
A collection of objects which provides queue information at an interface.
                 ciscoSwitchQosIfStatsGroup 1.3.6.1.4.1.9.9.580.2.2.7
A collection of object which provides drop packets information at an interface.
                 ciscoSwitchQosModuleStatsGroup 1.3.6.1.4.1.9.9.580.2.2.8
A collection of object which provides QoS statistics information at each QoS capable module.
                 ciscoSwitchQosIfDscpAssignGroup 1.3.6.1.4.1.9.9.580.2.2.9
A collection of objects which provides DSCP to queue assignment information at an interface.
                 ciscoSwitchQosDscpRewriteGroup 1.3.6.1.4.1.9.9.580.2.2.10
A collection of object which provides DSCP rewrite information.
                 ciscoSwitchQosRedirectPolicingGroup 1.3.6.1.4.1.9.9.580.2.2.11
A collection of object which provides information on policing of ACL-redirected traffic.
                 ciscoSwitchQosPortQueueingGroup 1.3.6.1.4.1.9.9.580.2.2.12
A collection of object which provides information on port-queuing mode.
                 ciscoSwitchQosMarkingStatsGroup 1.3.6.1.4.1.9.9.580.2.2.13
A collection of object which provides information on marking statistics configuration.
                 ciscoSwitchQosIfCCGroup 1.3.6.1.4.1.9.9.580.2.2.14
A collection of object which provides information on interface consistency check configuration.
                 ciscoSwitchQosIfModeConfigGroup 1.3.6.1.4.1.9.9.580.2.2.15
A collection of object which provides information on QoS mode configuration.
                 ciscoSwitchQosPolicerUsageGroup 1.3.6.1.4.1.9.9.580.2.2.16
A collection of objects which provides information on QoS policer usage.
                 ciscoSwitchQosModuleStatsExtGroup 1.3.6.1.4.1.9.9.580.2.2.17
A collection of object which provides additional QoS statistics information at each QoS capable module.
                 ciscoSwitchQosIfStatsExtGroup 1.3.6.1.4.1.9.9.580.2.2.18
A collection of objects which provides additional interface QoS statistics information.
                 ciscoSwitchQosModuleDscpRewriteGroup 1.3.6.1.4.1.9.9.580.2.2.19
A collection of object which provides DSCP rewrite information for each module.
                 ciscoSwitchQosModuleClassChangedGroup 1.3.6.1.4.1.9.9.580.2.2.20
A collection of object which provides CoS/Traffic Class changed packets count information for each module.
                 ciscoSwitchQosTenGOnlyModeGroup 1.3.6.1.4.1.9.9.580.2.2.21
A collection of object which provides 10Gigabit Ethernet only mode information.
                 ciscoSwitchQosIfQueueModeGroup 1.3.6.1.4.1.9.9.580.2.2.22
A collection of object which provides queue mode information for each QoS capable interface.
                 ciscoSwitchQosIfLanQueuingGroup 1.3.6.1.4.1.9.9.580.2.2.23
A collection of object which provides LAN queueing mapping information for each QoS capable interface.
                 ciscoSwitchQosIfQueueBufferGroup 1.3.6.1.4.1.9.9.580.2.2.24
A collection of object which provides tail drop queue buffer information for each QoS capable interface.
                 ciscoSwitchQosIfQueueSchedulingGroup 1.3.6.1.4.1.9.9.580.2.2.25
A collection of object which provides queue scheduling information for each QoS capable interface.
                 ciscoSwitchQosIfQueueingGroup 1.3.6.1.4.1.9.9.580.2.2.26
A collection of object which provides queueing information for each QoS capable interface.
                 ciscoSwitchQosIfQosGroupInfoGroup 1.3.6.1.4.1.9.9.580.2.2.27
A collection of object which provides information for each QoS group on an interface.
                 ciscoSwitchQosIfQosGroupStatsGroup 1.3.6.1.4.1.9.9.580.2.2.28
A collection of object which provides the statistics of each QoS group on an interface.
                 ciscoSwitchQosIfPriGrpInBufUsageGroup 1.3.6.1.4.1.9.9.580.2.2.29
A collection of object which provides the statistics of each priority group on the interface.
                 ciscoSwitchQosServicePoolUsageGroup 1.3.6.1.4.1.9.9.580.2.2.30
A collection of object which provides the statistics of each service pool.
                 ciscoSwitchQosServicePoolCellSizeGroup 1.3.6.1.4.1.9.9.580.2.2.31
A collection of object which indicates the number of bytes for a service pool cell.
                 ciscoSwitchQosIfQosGroupInfoShapeGroup 1.3.6.1.4.1.9.9.580.2.2.32
A collection of object which provides shape information for each QoS group on an interface.
                 ciscoSwitchQosHwServicePoolUsageGroup 1.3.6.1.4.1.9.9.580.2.2.33
A collection of object which provides the statistics of each hardware service pool.
                 ciscoSwitchQosServicePoolUsageTxGroup 1.3.6.1.4.1.9.9.580.2.2.34
A collection of object which provides the statistics of each output service pool.