CISCO-SWITCH-QOS-MIB
289 objects
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.
Imported Objects
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.580 | IdentityciscoSwitchQosMIB | 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… | ||
| 1.3.6.1.4.1.9.9.580.0 | NodeciscoSwitchQosMIBNotifs | |||
| 1.3.6.1.4.1.9.9.580.1 | NodeciscoSwitchQosMIBObjects | |||
| 1.3.6.1.4.1.9.9.580.1.1 | NodecsqGlobals | |||
| 1.3.6.1.4.1.9.9.580.1.1.1 | ScalarcsqDscpRewriteEnable | read-write | current | 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 spec… |
| 1.3.6.1.4.1.9.9.580.1.1.2 | ScalarcsqPoliceRedirectedTrafficEnable | read-write | current | 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… |
| 1.3.6.1.4.1.9.9.580.1.1.3 | ScalarcsqPortQueueingModeEnable | read-write | current | 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 object… |
| 1.3.6.1.4.1.9.9.580.1.1.4 | ScalarcsqMarkingStatisticsEnable | read-write | current | 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 … |
| 1.3.6.1.4.1.9.9.580.1.1.5 | ScalarcsqTenGOnlyMode | read-write | current | This object specifies whether only 10-Gigabit Ethernet uplink interfaces are used exclusively. 'true' indicates that only the 10-Gigabit Ethernet uplink interf… |
| 1.3.6.1.4.1.9.9.580.1.1.6 | ScalarcsqServicePoolCellSize | read-only | current | This object indicates the number of bytes for a service pool cell. |
| 1.3.6.1.4.1.9.9.580.1.2 | NodecsqMappings | |||
| 1.3.6.1.4.1.9.9.580.1.2.1 | TablecsqCosToDscpTable | not-accessible | current | 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.… |
| 1.3.6.1.4.1.9.9.580.1.2.1.1 | RowcsqCosToDscpEntry | not-accessible | current | Each row contains the mapping from a CoS value to a DSCP value. |
| 1.3.6.1.4.1.9.9.580.1.2.1.1.1 | ColumncsqCosToDscpCos | not-accessible | current | The CoS value being mapped to the DSCP value. |
| 1.3.6.1.4.1.9.9.580.1.2.1.1.2 | ColumncsqCosToDscpDscp | read-write | current | The DSCP value which the CoS value maps to. |
| 1.3.6.1.4.1.9.9.580.1.2.2 | TablecsqIpPrecToDscpTable | not-accessible | current | 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 va… |
| 1.3.6.1.4.1.9.9.580.1.2.2.1 | RowcsqIpPrecToDscpEntry | not-accessible | current | Each row contains the mapping from an IP Precedence value to a DSCP value. |
| 1.3.6.1.4.1.9.9.580.1.2.2.1.1 | ColumncsqIpPrecToDscpIpPrec | not-accessible | current | The IP Precedence value being mapped to the DSCP value. |
| 1.3.6.1.4.1.9.9.580.1.2.2.1.2 | ColumncsqIpPrecToDscpDscp | read-write | current | The DSCP value which the IP Precedence value maps to. |
| 1.3.6.1.4.1.9.9.580.1.2.3 | TablecsqExpToDscpTable | not-accessible | current | 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 DS… |
| 1.3.6.1.4.1.9.9.580.1.2.3.1 | RowcsqExpToDscpEntry | not-accessible | current | Each row contains the mapping from a EXP value to a DSCP value. |
| 1.3.6.1.4.1.9.9.580.1.2.3.1.1 | ColumncsqExpToDscpExp | not-accessible | current | The EXP value being mapped to the DSCP value. |
| 1.3.6.1.4.1.9.9.580.1.2.3.1.2 | ColumncsqExpToDscpDscp | read-write | current | The DSCP value which the EXP value maps to. |
| 1.3.6.1.4.1.9.9.580.1.2.4 | TablecsqDscpMappingTable | not-accessible | current | 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 egr… |
| 1.3.6.1.4.1.9.9.580.1.2.4.1 | RowcsqDscpMappingEntry | not-accessible | current | Each row contains the mapping from DSCP value to CoS value, MPLS-EXP value and policed DSCP. |
| 1.3.6.1.4.1.9.9.580.1.2.4.1.1 | ColumncsqDscpMappingDscp | not-accessible | current | The DSCP value being mapped to the CoS, EXP and policed DSCP value. |
| 1.3.6.1.4.1.9.9.580.1.2.4.1.2 | ColumncsqDscpMappingCos | read-write | current | The CoS value which the DSCP values maps to. |
| 1.3.6.1.4.1.9.9.580.1.2.4.1.3 | ColumncsqDscpMappingExp | read-write | current | The MPLS-EXP value which the DSCP values maps to. |
| 1.3.6.1.4.1.9.9.580.1.2.4.1.4 | ColumncsqDscpMappingNormalBurstDscp | read-write | current | The normal burst policed DSCP value which the DSCP values maps to. |
| 1.3.6.1.4.1.9.9.580.1.2.4.1.5 | ColumncsqDscpMappingMaxBurstDscp | read-write | current | The maximum burst policed DSCP value which the DSCP values maps to. |
| 1.3.6.1.4.1.9.9.580.1.3 | NodecsqMutations | |||
| 1.3.6.1.4.1.9.9.580.1.3.1 | ScalarcsqMaxCosMutationMap | read-only | current | The maximum number of CoS mutation map that can be supported in the device. |
| 1.3.6.1.4.1.9.9.580.1.3.2 | TablecsqCosMutationTable | not-accessible | current | This table indicates CoS mutation maps in the device. |
| 1.3.6.1.4.1.9.9.580.1.3.2.1 | RowcsqCosMutationEntry | not-accessible | current | 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 numb… |
| 1.3.6.1.4.1.9.9.580.1.3.2.1.1 | ColumncsqCosMutationMapName | not-accessible | current | The name of the CoS mutation map. |
| 1.3.6.1.4.1.9.9.580.1.3.2.1.2 | ColumncsqCosMutationRowStatus | read-create | current | This object is used to manage the creation and deletion of rows in this table. |
| 1.3.6.1.4.1.9.9.580.1.3.3 | TablecsqCosMutationMappingTable | not-accessible | current | This table provides management information for CoS mutation mapping. CoS mutation is applied to ingress traffic. This mutation occurs before the CoS to DSCP ma… |
| 1.3.6.1.4.1.9.9.580.1.3.3.1 | RowcsqCosMutationMappingEntry | not-accessible | current | Each row contains the mapping from a CoS value to another CoS value. When the entry for csqCosMutationMapName in the csqCosMutationTable is created, correspond… |
| 1.3.6.1.4.1.9.9.580.1.3.3.1.1 | ColumncsqCosMutationFromCos | not-accessible | current | The input CoS value being mapped to the output CoS value in this mutation map. |
| 1.3.6.1.4.1.9.9.580.1.3.3.1.2 | ColumncsqCosMutationToCos | read-write | current | The output CoS value which the input CoS value maps to. |
| 1.3.6.1.4.1.9.9.580.1.3.4 | ScalarcsqMaxDscpMutationMap | read-only | current | The maximum number of DSCP mutation map that can be supported in the device. |
| 1.3.6.1.4.1.9.9.580.1.3.5 | TablecsqDscpMutationTable | not-accessible | current | This table indicates DSCP mutation maps in the device. |
| 1.3.6.1.4.1.9.9.580.1.3.5.1 | RowcsqDscpMutationEntry | not-accessible | current | 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 numb… |
| 1.3.6.1.4.1.9.9.580.1.3.5.1.1 | ColumncsqDscpMutationMapName | not-accessible | current | The name of the DSCP mutation map. |
| 1.3.6.1.4.1.9.9.580.1.3.5.1.2 | ColumncsqDscpMutationRowStatus | read-create | current | This object is used to manage the creation and deletion of rows in this table. |
| 1.3.6.1.4.1.9.9.580.1.3.6 | TablecsqDscpMutationMappingTable | not-accessible | current | This table provides management information for DSCP mutation mapping. DSCP mutation is applied to egress traffic. This mutation occurs after the mappings speci… |
| 1.3.6.1.4.1.9.9.580.1.3.6.1 | RowcsqDscpMutationMappingEntry | not-accessible | current | Each row contains the mapping from an input DSCP value to an output DSCP value. When the entry for csqDscpMutationMapName in the csqDscpMutationTable is create… |
| 1.3.6.1.4.1.9.9.580.1.3.6.1.1 | ColumncsqDscpMutationFromDscp | not-accessible | current | The input DSCP value being mapped to the output DSCP value in this mutation map. |
| 1.3.6.1.4.1.9.9.580.1.3.6.1.2 | ColumncsqDscpMutationToDscp | read-write | current | The output DSCP value which the input DSCP value maps to. |
| 1.3.6.1.4.1.9.9.580.1.3.7 | ScalarcsqMaxExpMutationMap | read-only | current | The maximum number of EXP mutation can be supported in the device. |
| 1.3.6.1.4.1.9.9.580.1.3.8 | TablecsqExpMutationTable | not-accessible | current | This table indicates EXP mutation maps in the device. |
| 1.3.6.1.4.1.9.9.580.1.3.8.1 | RowcsqExpMutationEntry | not-accessible | current | 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 numb… |
| 1.3.6.1.4.1.9.9.580.1.3.8.1.1 | ColumncsqExpMutationMapName | not-accessible | current | The name of the EXP mutation map. |
| 1.3.6.1.4.1.9.9.580.1.3.8.1.2 | ColumncsqExpMutationRowStatus | read-create | current | This object is used to manage the creation and deletion of rows in this table. |
| 1.3.6.1.4.1.9.9.580.1.3.9 | TablecsqExpMutationMappingTable | not-accessible | current | This table provides management information for EXP mutation mapping. EXP mutation is applied to egress traffic. This mutation occurs after the mapping specifie… |
| 1.3.6.1.4.1.9.9.580.1.3.9.1 | RowcsqExpMutationMappingEntry | not-accessible | current | Each row contains the mapping from input EXP to output EXP value. When the entry for csqExpMutationMapName in the csqExpMutationTable is created, corresponding… |
| 1.3.6.1.4.1.9.9.580.1.3.9.1.1 | ColumncsqExpMutationFromExp | not-accessible | current | The input EXP value being mapped to the output EXP value in this mutation map. |
| 1.3.6.1.4.1.9.9.580.1.3.9.1.2 | ColumncsqExpMutationToExp | read-write | current | The output EXP value which the input EXP value maps to. |
| 1.3.6.1.4.1.9.9.580.1.3.10 | TablecsqIfMutationConfigTable | not-accessible | current | 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, … |
| 1.3.6.1.4.1.9.9.580.1.3.10.1 | RowcsqIfMutationConfigEntry | not-accessible | current | A row instance contains the name of CoS, DSCP and EXP mutation map and RowStatus object. |
| 1.3.6.1.4.1.9.9.580.1.3.10.1.1 | ColumncsqIfCosMutationMap | read-create | current | 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 … |
| 1.3.6.1.4.1.9.9.580.1.3.10.1.2 | ColumncsqIfDscpMutationMap | read-create | current | 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 objec… |
| 1.3.6.1.4.1.9.9.580.1.3.10.1.3 | ColumncsqIfExpMutationMap | read-create | current | 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 … |
| 1.3.6.1.4.1.9.9.580.1.3.10.1.4 | ColumncsqIfMutationRowStatus | read-create | current | This object is used to manage the creation, and deletion of rows in the table. |
| 1.3.6.1.4.1.9.9.580.1.4 | NodecsqInterface | |||
| 1.3.6.1.4.1.9.9.580.1.4.1 | TablecsqIfConfigTable | not-accessible | current | This table provides QoS configuration for QoS manageable interface in the device. |
| 1.3.6.1.4.1.9.9.580.1.4.1.1 | RowcsqIfConfigEntry | not-accessible | current | A row instance contains the default CoS value and trust state of a Qos manageable interface. |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.1 | ColumncsqIfDefaultCos | read-write | current | 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 valu… |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.2 | ColumncsqIfTrustState | read-write | current | 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 classificat… |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.3 | ColumncsqIfQueueModeCpb | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.4 | ColumncsqIfConfigQueueMode | read-write | current | 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 onl… |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.5 | ColumncsqIfIngressPolicyMap | read-write | current | 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… |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.6 | ColumncsqIfEgressPolicyMap | read-write | current | 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 … |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.7 | ColumncsqIfIngressQueueingEnable | read-only | current | This object indicates if ingress queueing is enabled at this interface. 'true' indicates ingress queueing is enabled. 'false' indicates ingress queueing is dis… |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.8 | ColumncsqIfEgressQueueingEnable | read-only | current | This object indicates if egress queueing is enabled at this interface. 'true' indicates egress queueing is enabled. 'false' indicates egress queueing is disabl… |
| 1.3.6.1.4.1.9.9.580.1.4.1.1.9 | ColumncsqIfQueueingTrustState | read-only | current | 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 den… |
| 1.3.6.1.4.1.9.9.580.1.4.2 | TablecsqIfCosToQueueTable | not-accessible | current | This table provides the information for and configuration of assigning packets to queues and thresholds based on their CoS value. |
| 1.3.6.1.4.1.9.9.580.1.4.2.1 | RowcsqIfCosToQueueEntry | not-accessible | current | The assignment of packets at an interface to a pair of queue and threshold based on their CoS value and traffic direction. |
| 1.3.6.1.4.1.9.9.580.1.4.2.1.1 | ColumncsqIfCosToQueueDirection | not-accessible | current | The traffic direction of a packet. |
| 1.3.6.1.4.1.9.9.580.1.4.2.1.2 | ColumncsqIfCosToQueueCos | not-accessible | current | The CoS value of the packet which the queue and threshold assignment is based on. |
| 1.3.6.1.4.1.9.9.580.1.4.2.1.3 | ColumncsqIfCosToQueueQueueNumber | read-write | current | The queue number where packet whose CoS value denoted by csqIfCosToQueueCos will be assigned to. |
| 1.3.6.1.4.1.9.9.580.1.4.2.1.4 | ColumncsqIfCosToQueueThresholdNumber | read-write | current | The threshold number where packet whose CoS value denoted by csqIfCosToQueueCos will be assigned to. |
| 1.3.6.1.4.1.9.9.580.1.4.3 | TablecsqIfDscpToQueueTable | not-accessible | current | This table provides the information for and configuration of assigning packets to queues and thresholds based on their DSCP value and traffic direction. |
| 1.3.6.1.4.1.9.9.580.1.4.3.1 | RowcsqIfDscpToQueueEntry | not-accessible | current | The assignment of packets at an interface to a pair of queue and threshold based on their DSCP value and packets traffic direction. |
| 1.3.6.1.4.1.9.9.580.1.4.3.1.1 | ColumncsqIfDscpToQueueDirection | not-accessible | current | The traffic direction of a packet. |
| 1.3.6.1.4.1.9.9.580.1.4.3.1.2 | ColumncsqIfDscpToQueueDscp | not-accessible | current | The DSCP value of the packet which the queue and threshold assignment is based on. |
| 1.3.6.1.4.1.9.9.580.1.4.3.1.3 | ColumncsqIfDscpToQueueQueueNumber | read-write | current | The queue number where packet whose DSCP value denoted by csqIfDscpToQueueDscp will be assigned to. |
| 1.3.6.1.4.1.9.9.580.1.4.3.1.4 | ColumncsqIfDscpToQueueThresholdNumber | read-write | current | The threshold number where packet whose DSCP value denoted by csqIfDscpToQueueDscp will be assigned to. |
| 1.3.6.1.4.1.9.9.580.1.4.4 | TablecsqIfDropConfigTable | not-accessible | current | This table maintains threshold parameters for the specified queue number and threshold number of an interface. |
| 1.3.6.1.4.1.9.9.580.1.4.4.1 | RowcsqIfDropConfigEntry | not-accessible | current | For each threshold of a queue, there are parameters to set on the threshold. This entry contains the parameters. |
| 1.3.6.1.4.1.9.9.580.1.4.4.1.1 | ColumncsqIfDropConfigDirection | not-accessible | current | Indicates the queue direction. |
| 1.3.6.1.4.1.9.9.580.1.4.4.1.2 | ColumncsqIfDropConfigQueueIndex | not-accessible | current | Indicates queue number. |
| 1.3.6.1.4.1.9.9.580.1.4.4.1.3 | ColumncsqIfDropConfigThresholdIndex | not-accessible | current | Indicates threshold number. |
| 1.3.6.1.4.1.9.9.580.1.4.4.1.4 | ColumncsqIfDropConfigDropAlgorithm | read-write | current | Specifies the drop algorithm running at this queue and threshold. 'tailDrop' indicates that this queue and threshold drops packet using tail-drop algorithm. Th… |
| 1.3.6.1.4.1.9.9.580.1.4.4.1.5 | ColumncsqIfDropConfigDropThreshold | read-write | current | 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 … |
| 1.3.6.1.4.1.9.9.580.1.4.4.1.6 | ColumncsqIfDropConfigMinWredThreshold | read-write | current | 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… |
| 1.3.6.1.4.1.9.9.580.1.4.4.1.7 | ColumncsqIfDropConfigMaxWredThreshold | read-write | current | 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 config… |
| 1.3.6.1.4.1.9.9.580.1.4.4.1.8 | ColumncsqIfDropConfigQueueBuffer | read-write | current | 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… |
| 1.3.6.1.4.1.9.9.580.1.4.5 | TablecsqIfQueueTable | not-accessible | current | A table containing configuration parameter for each queue on a QOS managable interface. |
| 1.3.6.1.4.1.9.9.580.1.4.5.1 | RowcsqIfQueueEntry | not-accessible | current | A set of WRR weight and queue size allocation weight for ingress or egress of a specific queue. |
| 1.3.6.1.4.1.9.9.580.1.4.5.1.1 | ColumncsqIfQueueDirection | not-accessible | current | Indicates the queue direction. |
| 1.3.6.1.4.1.9.9.580.1.4.5.1.2 | ColumncsqIfQueueNumber | not-accessible | current | Indicates queue number. |
| 1.3.6.1.4.1.9.9.580.1.4.5.1.3 | ColumncsqIfQueueWrrWeight | read-write | current | Specifies the WRR weight. This object is configurable only if the value of csqIfQueueScheduling is 'wrr'. When the value of csqIfQueueScheduling is not 'wrr', … |
| 1.3.6.1.4.1.9.9.580.1.4.5.1.4 | ColumncsqIfQueueSizeWeight | read-write | current | Specifies the queue size weight. |
| 1.3.6.1.4.1.9.9.580.1.4.5.1.5 | ColumncsqIfQueueStatsGranularity | read-only | current | Indicates whether QoS statistics is maintained per queue or per queue per threshold. 'perQueue' indicates that QoS statistics is maintained per queue. 'perQueu… |
| 1.3.6.1.4.1.9.9.580.1.4.5.1.6 | ColumncsqIfQueueClassMapName | read-write | current | 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 valu… |
| 1.3.6.1.4.1.9.9.580.1.4.5.1.7 | ColumncsqIfQueueScheduling | read-write | current | Specifies the queue scheduling method. 'wrr' indicates that the queue scheduling method is Weight Round Robin. 'srr' indicates that the queue scheduling method… |
| 1.3.6.1.4.1.9.9.580.1.4.5.1.8 | ColumncsqIfQueueSrrWeight | read-write | current | Specifies the SRR weight. This object is configurable only if the value of csqIfQueueScheduling is 'srr'. When the value of csqIfQueueScheduling is not 'srr', … |
| 1.3.6.1.4.1.9.9.580.1.4.6 | TablecsqIfModeConfigTable | not-accessible | current | A table used to configure the QoS mode for layer-2 interface. |
| 1.3.6.1.4.1.9.9.580.1.4.6.1 | RowcsqIfModeConfigEntry | not-accessible | current | An entry containing QoS mode information of layer-2 interface. |
| 1.3.6.1.4.1.9.9.580.1.4.6.1.1 | ColumncsqIfVlanBasedQosModeEnable | read-write | current | 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… |
| 1.3.6.1.4.1.9.9.580.1.4.7 | TablecsqIfConsistencyCheckTable | not-accessible | current | A table used to configure the QoS-port attribute consistency check for Port Channel interface identified by ifIndex. QoS-port attribute consistency check consi… |
| 1.3.6.1.4.1.9.9.580.1.4.7.1 | RowcsqIfConsistencyCheckEntry | not-accessible | current | An entry containing QoS-port attribute consistency check information of Port Channel interface. |
| 1.3.6.1.4.1.9.9.580.1.4.7.1.1 | ColumncsqIfConsistencyCheckEnable | read-write | current | Specifies if QoS-port attribute consitency check is enabled or disabled at the specified channel interface. If 'true', QoS-port attribute consistency check is … |
| 1.3.6.1.4.1.9.9.580.1.4.8 | TablecsqIfQosGroupInfoTable | not-accessible | current | This table provides QoS group information for QoS manageable interfaces in the device. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1 | RowcsqIfQosGroupInfoEntry | not-accessible | current | A row instance contains Qos group information, which are per interface (ifIndex), per traffic direction, per QoS group. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.1 | ColumncsqIfQosGroupInfoDirection | not-accessible | current | This object indicates traffic direction. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.2 | ColumncsqIfQosGroupInfoGroupNumber | not-accessible | current | This object indicates a specific QoS group. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.3 | ColumncsqIfQosGroupInfoQueueSize | read-only | current | This object indicates the ingress queue size. Value 0 indicates it's not applicable for this direction. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.4 | ColumncsqIfQosGroupInfoHwMTU | read-only | current | This object indicates the hardware MTU. Value 0 indicates it's not applicable for this direction. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.5 | ColumncsqIfQosGroupInfoMTU | read-only | current | This object indicates the MTU applied via QoS policy. Value 0 indicates it's not applicable for this direction. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.6 | ColumncsqIfQosGroupInfoDropType | read-only | current | This object indicates the drop type. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.7 | ColumncsqIfQosGroupInfoResumeThresh | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.8 | ColumncsqIfQosGroupInfoPauseThresh | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.9 | ColumncsqIfQosGroupInfoScheduling | read-only | current | This object indicates the scheduling type applied via QoS policy. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.10 | ColumncsqIfQosGroupInfoBandwidth | read-only | current | This object indicates the bandwidth. Value 0 indicates it's not applicable for this direction. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.11 | ColumncsqIfQosGroupInfoBandwidthUnits | read-only | current | This object indicates the unit of csqIfQosGroupInfoBandwidth. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.12 | ColumncsqIfQosGroupInfoShapeMinThresh | read-only | current | This object indicates the shape minimum threshold. Value 0 indicates it's not applicable for this direction. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.13 | ColumncsqIfQosGroupInfoShapeMaxThresh | read-only | current | This object indicates the shape maximum threshold. Value 0 indicates it's not applicable for this direction. |
| 1.3.6.1.4.1.9.9.580.1.4.8.1.14 | ColumncsqIfQosGroupInfoShapeUnits | read-only | current | This object indicates the unit of csqIfQosGroupInfoShapeMinThresh and csqIfQosGroupInfoShapeMaxThresh. |
| 1.3.6.1.4.1.9.9.580.1.5 | NodecsqStatistics | |||
| 1.3.6.1.4.1.9.9.580.1.5.1 | TablecsqIfStatsTable | not-accessible | current | A table containing QoS statistics counters per QoS manageable interface. |
| 1.3.6.1.4.1.9.9.580.1.5.1.1 | RowcsqIfStatsEntry | not-accessible | current | An entry contains statistics, such as a drop packet counter, which are per interface (ifIndex), per direction, per queue and per threshold. |
| 1.3.6.1.4.1.9.9.580.1.5.1.1.1 | ColumncsqIfStatsDirection | not-accessible | current | Indicates traffic direction of an interface. |
| 1.3.6.1.4.1.9.9.580.1.5.1.1.2 | ColumncsqIfStatsQueueNumber | not-accessible | current | 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 c… |
| 1.3.6.1.4.1.9.9.580.1.5.1.1.3 | ColumncsqIfStatsThresholdNumber | not-accessible | current | 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, thi… |
| 1.3.6.1.4.1.9.9.580.1.5.1.1.4 | ColumncsqIfStatsDropPkts | read-only | current | 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 … |
| 1.3.6.1.4.1.9.9.580.1.5.2 | TablecsqModuleStatsTable | not-accessible | current | A table decribes QoS statistics counters per module that is capable of providing this information. Such module is identified by the entPhysicalIndex in ENTITY-… |
| 1.3.6.1.4.1.9.9.580.1.5.2.1 | RowcsqModuleStatsEntry | not-accessible | current | 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 v… |
| 1.3.6.1.4.1.9.9.580.1.5.2.1.1 | ColumncsqModuleDropByPolicingPackets | read-only | current | The number of packets that have been dropped due to policing. |
| 1.3.6.1.4.1.9.9.580.1.5.2.1.2 | ColumncsqModuleTosChangedIpPackets | read-only | current | The number of IP packets that have the ToS value changed due to policing. |
| 1.3.6.1.4.1.9.9.580.1.5.2.1.3 | ColumncsqModuleCosChangedIpPackets | read-only | current | The number of IP packets that have the CoS value changed due to policing. |
| 1.3.6.1.4.1.9.9.580.1.5.2.1.4 | ColumncsqModuleCosChangedNonIpPackets | read-only | current | The number of non IP packets that have the CoS value changed due to policing. |
| 1.3.6.1.4.1.9.9.580.1.5.2.1.5 | ColumncsqModuleExpChangedMplsPackets | read-only | current | The number of MPLS packets have the EXP value change due to policing. |
| 1.3.6.1.4.1.9.9.580.1.5.3 | TablecsqModuleStatsExtTable | not-accessible | current | This table describes additional QoS statistics counters per module that is capable of providing this information. Such module is identified by the entPhysicalI… |
| 1.3.6.1.4.1.9.9.580.1.5.3.1 | RowcsqModuleStatsExtEntry | not-accessible | current | Each entry contains additional per-module (entPhysicalIndex) QoS statistics. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.1 | ColumncsqModuleTunnelEncapPackets | read-only | current | The total number of tunnel encapsulated packets. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.2 | ColumncsqModuleTunnelDecapPackets | read-only | current | The total number of tunnel decapsulated packets. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.3 | ColumncsqModuleDropByPolicingInOctets | read-only | current | The total number of ingress octets which are dropped due to policing. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.4 | ColumncsqModuleDropByPolicingOutOctets | read-only | current | The total number of egress octets which are dropped due to policing. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.5 | ColumncsqModuleFwdByPolicingInPackets | read-only | current | The total number of policed ingress packets which are forwarded. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.6 | ColumncsqModuleFwdByPolicingInOctets | read-only | current | The total number of policed ingress octets which are forwarded. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.7 | ColumncsqModuleFwdByPolicingOutPackets | read-only | current | The total number of policed egress packets which are forwarded. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.8 | ColumncsqModuleFwdByPolicingOutOctets | read-only | current | The total number of policed egress octets which are forwarded. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.9 | ColumncsqModuleHighExceedInPackets | read-only | current | The total number of ingress packets exceeding the high level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.10 | ColumncsqModuleHighExceedInOctets | read-only | current | The total number of ingress octets exceeding the high level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.11 | ColumncsqModuleHighExceedOutPackets | read-only | current | The total number of egress packets exceeding the high level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.12 | ColumncsqModuleHighExceedOutOctets | read-only | current | The total number of egress octets exceeding the high level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.13 | ColumncsqModuleLowExceedInPackets | read-only | current | The total number of ingress packets exceeding the low level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.14 | ColumncsqModuleLowExceedInOctets | read-only | current | The total number of ingress octets exceeding the low level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.15 | ColumncsqModuleLowExceedOutPackets | read-only | current | The total number of egress packets exceeding the low level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.16 | ColumncsqModuleLowExceedOutOctets | read-only | current | The total number of egress octets exceeding the low level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.17 | ColumncsqModuleDropByAggPolicerInPackets | read-only | current | The total number of ingress packets which are dropped by aggregate policers. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.18 | ColumncsqModuleDropByAggPolicerInOctets | read-only | current | The total number of ingress octets which are dropped by aggregate policer. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.19 | ColumncsqModuleDropByAggPolicerOutPackets | read-only | current | The total number of egress packets which are dropped by aggregate policers. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.20 | ColumncsqModuleDropByAggPolicerOutOctets | read-only | current | The total number of egress octets which are dropped by aggregate policers. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.21 | ColumncsqModuleFwdByAggPolicerInPackets | read-only | current | The total number of ingress packets which are forwarded by aggregate policers. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.22 | ColumncsqModuleFwdByAggPolicerInOctets | read-only | current | The total number of ingress octets which are forwarded by aggregate policers. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.23 | ColumncsqModuleFwdByAggPolicerOutPackets | read-only | current | The total number of egress packets which are forwarded by aggregate policers. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.24 | ColumncsqModuleFwdByAggPolicerOutOctets | read-only | current | The total number of egress octets which are forwarded by aggregate policers. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.25 | ColumncsqModuleAggHighExceedInPackets | read-only | current | The total number of ingress packets (policed by aggregate policers) exceeding the high level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.26 | ColumncsqModuleAggHighExceedInOctets | read-only | current | The total number of ingress octets (policed by aggregate policers) exceeding the high level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.27 | ColumncsqModuleAggHighExceedOutPackets | read-only | current | The total number of egress packets (policed by aggregate policers) exceeding the high level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.28 | ColumncsqModuleAggHighExceedOutOctets | read-only | current | The total number of egress octets (policed by aggregate policers) exceeding the high level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.29 | ColumncsqModuleAggLowExceedInPackets | read-only | current | The total number of ingress packets (policed by aggregate policers) exceeding the low level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.30 | ColumncsqModuleAggLowExceedInOctets | read-only | current | The total number of ingress octets (policed by aggregate policers) exceeding the low level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.31 | ColumncsqModuleAggLowExceedOutPackets | read-only | current | The total number of egress packets (policed by aggregate policers) exceeding the low level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.32 | ColumncsqModuleAggLowExceedOutOctets | read-only | current | The total number of egress octets (policed by aggregate policers) exceeding the low level policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.33 | ColumncsqModuleDropByNetflowInPackets | read-only | current | The total number of ingress packets which are dropped by the netflow feature. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.34 | ColumncsqModuleDropByNetflowInOctets | read-only | current | The total number of ingress octets which are dropped by the netflow feature. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.35 | ColumncsqModuleDropByNetflowOutPackets | read-only | current | The total number of egress packets which are dropped by the netflow feature. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.36 | ColumncsqModuleDropByNetflowOutOctets | read-only | current | The total number of egress octets which are dropped by the netflow feature. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.37 | ColumncsqModuleFwdByNetflowInPackets | read-only | current | The total number of ingress packets which are forwarded by the netflow feature. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.38 | ColumncsqModuleFwdByNetflowInOctets | read-only | current | The total number of ingress octets which are forwarded by the netflow feature. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.39 | ColumncsqModuleFwdByNetflowOutPackets | read-only | current | The total number of egress packets which are forwarded by the netflow feature. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.40 | ColumncsqModuleFwdByNetflowOutOctets | read-only | current | The total number of egress octets which are forwarded by the netflow feature. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.41 | ColumncsqModuleNetflowExceedInPackets | read-only | current | The total number of ingress packets exceeding the netflow policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.42 | ColumncsqModuleNetflowExceedInOctets | read-only | current | The total number of ingress octets exceeding the netflow policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.43 | ColumncsqModuleNetflowExceedOutPackets | read-only | current | The total number of egress packets exceeding the netflow policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.44 | ColumncsqModuleNetflowExceedOutOctets | read-only | current | The total number of egress octets exceeding the netflow policing rate. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.45 | ColumncsqModuleCosChangedPackets | read-only | current | The number of packets (IP and non-IP) that have the CoS value changed due to policing. |
| 1.3.6.1.4.1.9.9.580.1.5.3.1.46 | ColumncsqModuleTrafficClassChangedPackets | read-only | current | The number of packets that have the Traffic Class changed due to policing |
| 1.3.6.1.4.1.9.9.580.1.5.4 | TablecsqIfStatsExtTable | not-accessible | current | A table containing QoS statistics counters per QoS manageable interface. |
| 1.3.6.1.4.1.9.9.580.1.5.4.1 | RowcsqIfStatsExtEntry | not-accessible | current | Each entry contains statistics, such as a drop BPDU packet counter, which are per interface (ifIndex), per direction. |
| 1.3.6.1.4.1.9.9.580.1.5.4.1.1 | ColumncsqIfBpduDropPkts | read-only | current | The total number of dropped BPDU packets. |
| 1.3.6.1.4.1.9.9.580.1.5.5 | TablecsqIfQosGroupStatsTable | not-accessible | current | A table containing QoS statistics counters on QoS manageable interfaces. |
| 1.3.6.1.4.1.9.9.580.1.5.5.1 | RowcsqIfQosGroupStatsEntry | not-accessible | current | An entry contains a specific statistics, which are per interface (ifIndex), per traffic direction, per QoS group. |
| 1.3.6.1.4.1.9.9.580.1.5.5.1.1 | ColumncsqIfQosGroupStatsDirection | not-accessible | current | This object indicates traffic direction. |
| 1.3.6.1.4.1.9.9.580.1.5.5.1.2 | ColumncsqIfQosGroupStatsGroupNumber | not-accessible | current | This object indicates a specific QoS group on the interface. |
| 1.3.6.1.4.1.9.9.580.1.5.5.1.3 | ColumncsqIfQosGroupStatsType | not-accessible | current | This object indicates a specific statistics counter type. |
| 1.3.6.1.4.1.9.9.580.1.5.5.1.4 | ColumncsqIfQosGroupStatsValue | read-only | current | This object indicates the value of the specific statistics counter. |
| 1.3.6.1.4.1.9.9.580.1.5.6 | TablecsqIfPriGrpInBufUsageTable | not-accessible | current | A table contains the utilization of the buffer allocated for a specific priority group on the ingress of the QoS manageable interfaces. |
| 1.3.6.1.4.1.9.9.580.1.5.6.1 | RowcsqIfPriGrpInBufUsageEntry | not-accessible | current | 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 represent… |
| 1.3.6.1.4.1.9.9.580.1.5.6.1.1 | ColumncsqIfPriGrpInBufUsageGrpNo | not-accessible | current | This object indicates a specific priority group on the interface. |
| 1.3.6.1.4.1.9.9.580.1.5.6.1.2 | ColumncsqIfPriGrpInBufUsageMinCount | read-only | current | This object indicates the current usage of cells used out of the minimum reserved buffer. |
| 1.3.6.1.4.1.9.9.580.1.5.6.1.3 | ColumncsqIfPriGrpInBufUsageSharedCount | read-only | current | This object indicates the current usage of cells used out of the shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.6.1.4 | ColumncsqIfPriGrpInBufUsageHeadroomCount | read-only | current | 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 delay… |
| 1.3.6.1.4.1.9.9.580.1.5.6.1.5 | ColumncsqIfPriGrpInBufUsageGlobalHeadroomCount | read-only | current | This object indicates current usage of cells out of the global headroom buffer. Global headroom buffer is reserved and shared across all interfaces. |
| 1.3.6.1.4.1.9.9.580.1.5.6.1.6 | ColumncsqIfPriGrpInBufUsageSharedPeekCount | read-only | current | This object indicates peak usage of cells out of the shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.6.1.7 | ColumncsqIfPriGrpInBufUsageHeadroomPeekCount | read-only | current | This object indicates peak usage of cells out of the reserved headroom buffer. |
| 1.3.6.1.4.1.9.9.580.1.5.7 | TablecsqSharedPoolUsageTable | not-accessible | current | A table contains the utilization of the shared service pool in the system. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1 | RowcsqSharedPoolUsageEntry | not-accessible | current | An entry indicates the utilization of an shared service pool on a particular physical device, which is identified by a specific module(indicated by entPhysical… |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.1 | ColumncsqSharedPoolUsageInstNo | not-accessible | current | This object indicates an arbitrary number which uniquely identifies the instance number of a specific internal device. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.2 | ColumncsqSharedPoolUsagePoolNo | not-accessible | current | This object indicates the service pool number. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.3 | ColumncsqSharedPoolUsageUsed | read-only | current | This object indicates the number of used cells in a shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.4 | ColumncsqSharedPoolUsageRemain | read-only | current | This object indicates the remaining cells in a shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.5 | ColumncsqSharedPoolUsagePeak | read-only | current | This object indicates the peak used cells in a shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.6 | ColumncsqSharedPoolUsageTotal | read-only | current | This object indicates the total cells in a shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.7 | ColumncsqSharedPoolUsageUsedTx | read-only | current | This object indicates the number of used cells in a output shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.8 | ColumncsqSharedPoolUsageRemainTx | read-only | current | This object indicates the remaining cells in a output shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.9 | ColumncsqSharedPoolUsagePeakTx | read-only | current | This object indicates the peak used cells in a output shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.10 | ColumncsqSharedPoolUsageTotalTx | read-only | current | This object indicates the total cells in a output shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.7.1.11 | ColumncsqSharedPoolUsageNameTx | read-only | current | Indicates the name of output shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.8 | TablecsqHwSharedPoolUsageTable | not-accessible | current | 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. |
| 1.3.6.1.4.1.9.9.580.1.5.8.1 | RowcsqHwSharedPoolUsageEntry | not-accessible | current | 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(i… |
| 1.3.6.1.4.1.9.9.580.1.5.8.1.1 | ColumncsqHwSharedPoolDeviceId | not-accessible | current | This object indicates an arbitrary number which uniquely identifies a specific internal device. |
| 1.3.6.1.4.1.9.9.580.1.5.8.1.2 | ColumncsqHwSharedPoolUsageInstNo | not-accessible | current | This object indicates an arbitrary number which uniquely identifies the instance number of a specific internal device. |
| 1.3.6.1.4.1.9.9.580.1.5.8.1.3 | ColumncsqHwSharedPoolStatsDirection | not-accessible | current | This object indicates the flow direction of a specific traffic statistics. |
| 1.3.6.1.4.1.9.9.580.1.5.8.1.4 | ColumncsqHwSharedPoolStatsType | not-accessible | current | This object indicates the specific traffic classification type for hardware shared pool. drop - droppable traffic class nodrop - no drop traffic class span - s… |
| 1.3.6.1.4.1.9.9.580.1.5.8.1.5 | ColumncsqHwSharedPoolUsageUsed | read-only | current | This object indicates the number of used cells in a hardware shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.8.1.6 | ColumncsqHwSharedPoolUsageRemain | read-only | current | This object indicates the remaining cells in a hardware shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.8.1.7 | ColumncsqHwSharedPoolUsageShared | read-only | current | This object indicates the shared used cells in a hardware shared pool. |
| 1.3.6.1.4.1.9.9.580.1.5.8.1.8 | ColumncsqHwSharedPoolUsageTotal | read-only | current | This object indicates the total cells in a hardware shared pool. |
| 1.3.6.1.4.1.9.9.580.1.6 | NodecsqPolicerUsage | |||
| 1.3.6.1.4.1.9.9.580.1.6.1 | TablecsqPolicerUsageTable | not-accessible | current | This table contains the usage of policers in the device. |
| 1.3.6.1.4.1.9.9.580.1.6.1.1 | RowcsqPolicerUsageEntry | not-accessible | current | Each row contains the policer usage information for every module, denoted by its entPhysicalIndex, which is capable of providing this information. |
| 1.3.6.1.4.1.9.9.580.1.6.1.1.1 | ColumncsqPolicerType | not-accessible | current | This object indicates the policer type. |
| 1.3.6.1.4.1.9.9.580.1.6.1.1.2 | ColumncsqPolicerUsed | read-only | current | The number of policers that are currently used. |
| 1.3.6.1.4.1.9.9.580.1.6.1.1.3 | ColumncsqPolicerTotal | read-only | current | The total number of policers. |
| 1.3.6.1.4.1.9.9.580.1.7 | NodecsqModule | |||
| 1.3.6.1.4.1.9.9.580.1.7.1 | TablecsqModuleDscpRewriteEnableTable | not-accessible | current | 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 ent… |
| 1.3.6.1.4.1.9.9.580.1.7.1.1 | RowcsqModuleDscpRewriteEnableEntry | not-accessible | current | 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 ENT… |
| 1.3.6.1.4.1.9.9.580.1.7.1.1.1 | ColumncsqModuleDscpRewriteEnable | read-write | current | 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 … |
| 1.3.6.1.4.1.9.9.580.2 | NodeciscoSwitchQosMIBConformance | |||
| 1.3.6.1.4.1.9.9.580.2.1 | NodeciscoSwitchQosMIBCompliances | |||
| 1.3.6.1.4.1.9.9.580.2.1.1 | ComplianceciscoSwitchQosMIBCompliance | read-only | deprecated | The compliance statement for the CISCO-SWITCH-QOS-MIB. This compliance is superceded by ciscoSwitchQosMIBComplianceRev2. |
| 1.3.6.1.4.1.9.9.580.2.1.2 | ComplianceciscoSwitchQosMIBComplianceRev2 | read-only | deprecated | The compliance statement for the CISCO-SWITCH-QOS-MIB. This compliance is superceded by ciscoSwitchQosMIBComplianceRev3. |
| 1.3.6.1.4.1.9.9.580.2.1.3 | ComplianceciscoSwitchQosMIBComplianceRev3 | read-only | deprecated | The compliance statement for the CISCO-SWITCH-QOS-MIB. This compliance is superceded by ciscoSwitchQosMIBComplianceRev4. |
| 1.3.6.1.4.1.9.9.580.2.1.4 | ComplianceciscoSwitchQosMIBComplianceRev4 | read-only | deprecated | The compliance statement for the CISCO-SWITCH-QOS-MIB. This compliance is deprecated and superceded by ciscoSwitchQosMIBComplianceRev5. |
| 1.3.6.1.4.1.9.9.580.2.1.5 | ComplianceciscoSwitchQosMIBComplianceRev5 | read-only | deprecated | The compliance statement for the CISCO-SWITCH-QOS-MIB. |
| 1.3.6.1.4.1.9.9.580.2.1.6 | ComplianceciscoSwitchQosMIBComplianceRev6 | read-only | deprecated | The compliance statement for the CISCO-SWITCH-QOS-MIB. |
| 1.3.6.1.4.1.9.9.580.2.1.7 | ComplianceciscoSwitchQosMIBComplianceRev7 | read-only | deprecated | The compliance statement for the CISCO-SWITCH-QOS-MIB. |
| 1.3.6.1.4.1.9.9.580.2.1.8 | ComplianceciscoSwitchQosMIBComplianceRev8 | read-only | current | The compliance statement for the CISCO-SWITCH-QOS-MIB. |
| 1.3.6.1.4.1.9.9.580.2.2 | NodeciscoSwitchQosMIBGroups | |||
| 1.3.6.1.4.1.9.9.580.2.2.1 | GroupciscoSwitchQosMappingGroup | current | A collection of objects which provides the QoS mapping information in the device. | |
| 1.3.6.1.4.1.9.9.580.2.2.2 | GroupciscoSwitchQosMutationGroup | current | A collection of objects which provides the QoS mutation information in the device. | |
| 1.3.6.1.4.1.9.9.580.2.2.3 | GroupciscoSwitchQosIfConfigGroup | current | A collection of object which provides QoS configuration at an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.4 | GroupciscoSwitchQosIfCosToQueueGroup | current | A collection of objects which provides CoS assignment information at an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.5 | GroupciscoSwitchQosIfDropConfigGroup | current | A collection of objects which provides drop threshold information at an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.6 | GroupciscoSwitchQosIfQueueGroup | current | A collection of objects which provides queue information at an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.7 | GroupciscoSwitchQosIfStatsGroup | current | A collection of object which provides drop packets information at an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.8 | GroupciscoSwitchQosModuleStatsGroup | current | A collection of object which provides QoS statistics information at each QoS capable module. | |
| 1.3.6.1.4.1.9.9.580.2.2.9 | GroupciscoSwitchQosIfDscpAssignGroup | current | A collection of objects which provides DSCP to queue assignment information at an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.10 | GroupciscoSwitchQosDscpRewriteGroup | current | A collection of object which provides DSCP rewrite information. | |
| 1.3.6.1.4.1.9.9.580.2.2.11 | GroupciscoSwitchQosRedirectPolicingGroup | current | A collection of object which provides information on policing of ACL-redirected traffic. | |
| 1.3.6.1.4.1.9.9.580.2.2.12 | GroupciscoSwitchQosPortQueueingGroup | current | A collection of object which provides information on port-queuing mode. | |
| 1.3.6.1.4.1.9.9.580.2.2.13 | GroupciscoSwitchQosMarkingStatsGroup | current | A collection of object which provides information on marking statistics configuration. | |
| 1.3.6.1.4.1.9.9.580.2.2.14 | GroupciscoSwitchQosIfCCGroup | current | A collection of object which provides information on interface consistency check configuration. | |
| 1.3.6.1.4.1.9.9.580.2.2.15 | GroupciscoSwitchQosIfModeConfigGroup | current | A collection of object which provides information on QoS mode configuration. | |
| 1.3.6.1.4.1.9.9.580.2.2.16 | GroupciscoSwitchQosPolicerUsageGroup | current | A collection of objects which provides information on QoS policer usage. | |
| 1.3.6.1.4.1.9.9.580.2.2.17 | GroupciscoSwitchQosModuleStatsExtGroup | current | A collection of object which provides additional QoS statistics information at each QoS capable module. | |
| 1.3.6.1.4.1.9.9.580.2.2.18 | GroupciscoSwitchQosIfStatsExtGroup | current | A collection of objects which provides additional interface QoS statistics information. | |
| 1.3.6.1.4.1.9.9.580.2.2.19 | GroupciscoSwitchQosModuleDscpRewriteGroup | current | A collection of object which provides DSCP rewrite information for each module. | |
| 1.3.6.1.4.1.9.9.580.2.2.20 | GroupciscoSwitchQosModuleClassChangedGroup | current | A collection of object which provides CoS/Traffic Class changed packets count information for each module. | |
| 1.3.6.1.4.1.9.9.580.2.2.21 | GroupciscoSwitchQosTenGOnlyModeGroup | current | A collection of object which provides 10Gigabit Ethernet only mode information. | |
| 1.3.6.1.4.1.9.9.580.2.2.22 | GroupciscoSwitchQosIfQueueModeGroup | current | A collection of object which provides queue mode information for each QoS capable interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.23 | GroupciscoSwitchQosIfLanQueuingGroup | current | A collection of object which provides LAN queueing mapping information for each QoS capable interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.24 | GroupciscoSwitchQosIfQueueBufferGroup | current | A collection of object which provides tail drop queue buffer information for each QoS capable interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.25 | GroupciscoSwitchQosIfQueueSchedulingGroup | current | A collection of object which provides queue scheduling information for each QoS capable interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.26 | GroupciscoSwitchQosIfQueueingGroup | current | A collection of object which provides queueing information for each QoS capable interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.27 | GroupciscoSwitchQosIfQosGroupInfoGroup | current | A collection of object which provides information for each QoS group on an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.28 | GroupciscoSwitchQosIfQosGroupStatsGroup | current | A collection of object which provides the statistics of each QoS group on an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.29 | GroupciscoSwitchQosIfPriGrpInBufUsageGroup | current | A collection of object which provides the statistics of each priority group on the interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.30 | GroupciscoSwitchQosServicePoolUsageGroup | current | A collection of object which provides the statistics of each service pool. | |
| 1.3.6.1.4.1.9.9.580.2.2.31 | GroupciscoSwitchQosServicePoolCellSizeGroup | current | A collection of object which indicates the number of bytes for a service pool cell. | |
| 1.3.6.1.4.1.9.9.580.2.2.32 | GroupciscoSwitchQosIfQosGroupInfoShapeGroup | current | A collection of object which provides shape information for each QoS group on an interface. | |
| 1.3.6.1.4.1.9.9.580.2.2.33 | GroupciscoSwitchQosHwServicePoolUsageGroup | current | A collection of object which provides the statistics of each hardware service pool. | |
| 1.3.6.1.4.1.9.9.580.2.2.34 | GroupciscoSwitchQosServicePoolUsageTxGroup | current | A collection of object which provides the statistics of each output service pool. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| QosStatsType | INTEGER { ucastSentPkts(1), ucastSentBytes(2), mcastSentPkts(3), mcastSentBytes(4), ucastDroppedPkts(5), ucastDroppedBytes(6), mcastDroppedPkts(7), mcastDroppedBytes(8), sentPkts(9), receivedPkts(10), droppedIngressPkts(11), ucastSentXbarPkts(12), ucastRecvXbarPkts(13), mcastSentXbarPkts(14), mcastRecvXbarPkts(15), ucastSentOobfcPkts(16), ucastSentOobfcBytes(17), ucastDroppedOobfcPkts(18), ucastDroppedOobfcBytes(19), ucastWatchdogDroppedPkts(20) } | current | An integer indicating a specific statistics. ucastSentPkts(1): Unicast packets sent ucastSentBytes(2): Unicast bytes sent mcastSentPkts(3): Multicast packets sent mcastSentBytes(4): Multicast bytes sent ucastDroppedPkts… |