AT-QOS-MIB

File: AT-QOS-MIB.mib (33836 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Counter64 Integer32 Gauge32
DisplayString modules

Defined Types

QosSwitchPortEntry  
SEQUENCE    
  qosSwitchPortIndex Integer32
  qosSwitchPortPolicyIndex Integer32

QosSwitchPolicyEntry  
SEQUENCE    
  qosSwitchPolicyIndex Integer32
  qosSwitchPolicyDescription OCTET STRING
  qosSwitchPolicyDefaultTCDropBWClass3 INTEGER
  qosSwitchPolicyDefaultTCIgnoreBWClass INTEGER
  qosSwitchPolicyDefaultTCMarkValue Integer32
  qosSwitchPolicyDefaultTCMaxBandwidth Integer32
  qosSwitchPolicyDefaultTCMaxBurstSize Integer32
  qosSwitchPolicyDefaultTCMinBandwidth Integer32
  qosSwitchPolicyDefaultTCMinBurstSize Integer32
  qosSwitchPolicyDefaultTCPremarking INTEGER
  qosSwitchPolicyDefaultTCRemarking INTEGER

QosSwitchTrafficClassEntry  
SEQUENCE    
  qosSwitchTrafficClassIndex Integer32
  qosSwitchTrafficClassPolicyNumber Integer32
  qosSwitchTrafficClassDescription OCTET STRING
  qosSwitchTrafficClassDropBWClass3 INTEGER
  qosSwitchTrafficClassIgnoreBWClass INTEGER
  qosSwitchTrafficClassMarkValue Integer32
  qosSwitchTrafficClassMaxBandwidth Integer32
  qosSwitchTrafficClassMaxBurstSize Integer32
  qosSwitchTrafficClassMinBandwidth Integer32
  qosSwitchTrafficClassMinBurstSize Integer32
  qosSwitchTrafficClassPremarking INTEGER
  qosSwitchTrafficClassRemarking INTEGER

QosSwitch8948PortEntry  
SEQUENCE    
  qosSwitch8948PortDefaultTCCountersAggregateBytes Counter64
  qosSwitch8948PortDefaultTCCountersBwConformanceClass1Bytes Counter64
  qosSwitch8948PortDefaultTCCountersBwConformanceClass2Bytes Counter64
  qosSwitch8948PortDefaultTCCountersBwConformanceClass3Bytes Counter64
  qosSwitch8948PortDefaultTCCountersDroppedBytes Counter64
  qosSwitch8948PortQueueLength Gauge32
  qosSwitch8948PortQueue0Length Gauge32
  qosSwitch8948PortQueue1Length Gauge32
  qosSwitch8948PortQueue2Length Gauge32
  qosSwitch8948PortQueue3Length Gauge32
  qosSwitch8948PortQueue4Length Gauge32
  qosSwitch8948PortQueue5Length Gauge32
  qosSwitch8948PortQueue6Length Gauge32
  qosSwitch8948PortQueue7Length Gauge32

QosSwitch8948TrafficClassCountersEntry  
SEQUENCE    
  qosSwitch8948TCCountersPortIndex Integer32
  qosSwitch8948TCCountersPolicyIndex Integer32
  qosSwitch8948TCCountersTrafficClassIndex Integer32
  qosSwitch8948TCCountersAggregateBytes Counter32
  qosSwitch8948TCCountersBwConformanceClass1Bytes Counter32
  qosSwitch8948TCCountersBwConformanceClass2Bytes Counter32
  qosSwitch8948TCCountersBwConformanceClass3Bytes Counter32
  qosSwitch8948TCCountersDroppedBytes Counter32

Defined Values

qos 1.3.6.1.4.1.207.8.4.4.4.99
This MIB file contains definitions of managed objects for the handling QoS on Allied Telesis switches. There are a number of tables designed to be generic to all ATR switches supporting QoS in silicon, and well as tables for specific AT switches or switch familes.
MODULE-IDENTITY    

qosSwitch 1.3.6.1.4.1.207.8.4.4.4.99.1
OBJECT IDENTIFIER    

qosSwitchPortTable 1.3.6.1.4.1.207.8.4.4.4.99.1.1
Generic port configuration for QoS, indexed by port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosSwitchPortEntry

qosSwitchPortEntry 1.3.6.1.4.1.207.8.4.4.4.99.1.1.1
A single switch port entry for QoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosSwitchPortEntry  

qosSwitchPortIndex 1.3.6.1.4.1.207.8.4.4.4.99.1.1.1.1
Port index of the port entry. This index is the same port number used in CLI commands, and the same index as appears in other MIB tables related to switch ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

qosSwitchPortPolicyIndex 1.3.6.1.4.1.207.8.4.4.4.99.1.1.1.2
Policy index of the policy for this port. Policy index numbers for CLI commands start at 0, while SNMP indexes must start at 1. This means that the policy index in this MIB variable is 1 more than the index for the same policy as entered for CLI commands.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..256  

qosSwitchPolicyTable 1.3.6.1.4.1.207.8.4.4.4.99.1.2
QoS policy configuration, indexed by policy index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosSwitchPolicyEntry

qosSwitchPolicyEntry 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1
A policy entry containing configuration information for a single policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosSwitchPolicyEntry  

qosSwitchPolicyIndex 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.1
The index of this policy entry. Policy index numbers for CLI commands start at 0, while SNMP indexes must start at 1. This means that the policy index in this MIB variable is 1 more than the index for the same policy as entered for CLI commands.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..256  

qosSwitchPolicyDescription 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.2
An optional description for the policy, as entered via the CLI.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..15)  

qosSwitchPolicyDefaultTCDropBWClass3 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.3
Specifies whether traffic that exceeds the bandwidth for the default traffic class be dropped or not. The bandwidth limit is the combined total of the variables qosSwitchPolicyDefaultTCMaxBandwidth and qosSwitchPolicyDefaultTCMaxBurstSize. A value of yes(1) indicates that traffic exceeding the bandwidth limit is dropped immediately. A value of no(0) indicates that the excess traffic is marked as bandwidth class 3 and is therefore eligible for dropping by the RED curve settings.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

qosSwitchPolicyDefaultTCIgnoreBWClass 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.4
Specifies whether the traffic metering stage acknowledges any bandwidth class assigned to flows processed by the default traffic class. If set to yes(1), previously assigned bandwidth classes will be ignored will be ignored and the bandwidth class of the traffic will be set according to the meter conformance level of the flow.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

qosSwitchPolicyDefaultTCMarkValue 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.5
When the qosSwitchPolicyDefaultTCPremarking variable is set to usemarkvalue(1), this variable specifies the index into the DSCP MAP table to use for remarking. A value in the range 0 to 63 indicates the DSCP to use, the value 256 indicates that no DSCP value has been defined for the default traffic class for this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..63 | 256  

qosSwitchPolicyDefaultTCMaxBandwidth 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.6
Specifies the maximum bandwidth available to the default traffic class. Traffic under this bandwidth will be designated as bandwidth class 2. The value 2147483647 indicates that there is no limit on the maximum bandwidth for the default traffic class for this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16000000 | 2147483647  

qosSwitchPolicyDefaultTCMaxBurstSize 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.7
Specifies the maximum bandwidth above the bandwidth specified by qosSwitchPolicyDefaultTCMaxBandwidth before traffic is marked as bandwidth class 3.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16000000  

qosSwitchPolicyDefaultTCMinBandwidth 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.8
Specifies the minimum bandwidth reserved for the default traffic class. Traffic under this bandwidth will be marked as bandwidth class 1. The value 2147483647 indicates that there is no limit on the minimum bandwidth for the default traffic class for this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16000000 | 2147483647  

qosSwitchPolicyDefaultTCMinBurstSize 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.9
Specifies the maximum amount of data above the bandwidth specified in the variable qosSwitchPolicyDefaultTCMinBandwidth before traffic is marked as bandwidth class 2.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16000000  

qosSwitchPolicyDefaultTCPremarking 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.10
Specifies the QoS action to take on traffic in the default traffic class before metering actions are taken. If none(0) is specified, the traffic is passed to the metering stage. If usemarkvalue(1) is specified, the QoS settings are taken from the variable qosSwitchPolicyDefaultTCMarkValue used as an index into the DCSP MAP table. If usedscp(2) is specified, the DSCP value in the data frames is used as an index into the DSCP MAP table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), usemarkvalue(1), usedscp(2)  

qosSwitchPolicyDefaultTCRemarking 1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.11
Specifies the action to take after the metering stage for traffic in the default traffic class. The metering stage assigns a temporary value of bandwidth class to the flow which is used to determine its per-hop behaviour. If this variable is set to bwclass(2) or bwclass-priority(4), the temporary bandwidth class becomes the new bandwidth class for the flow. If priority(3) or bwclass-priority(4) is specified, the currently assigned queue for frames in this traffic class is used in conjunction with the temporary bandwidth class to determine the new value of the VLAN Tag User Priority field. If usedscpmap(1) is specified, the temporary value is used (in conjunction with the DSCP of the frame) as an index into the DSCP MAP table, which then assigns the actual, new values for bandwidth class, DSCP, Egress Queue and VLAN Tag User Priority. A value of none(0) for this variable means that no remarking of the packet is done after the metering stage.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), usedscpmap(1), bwclass(2), priority(3), bwclass-priority(4)  

qosSwitchTrafficClassTable 1.3.6.1.4.1.207.8.4.4.4.99.1.3
Traffic class configuration, indexed by traffic class index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosSwitchTrafficClassEntry

qosSwitchTrafficClassEntry 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1
A traffic class entry containing configuration information for a single traffic class.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosSwitchTrafficClassEntry  

qosSwitchTrafficClassIndex 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.1
The index of this traffic class entry. Traffic class index numbers for CLI commands start at 0, while SNMP indexes must start at 1. This means that the traffic class index in this MIB variable is 1 more than the index for the same traffic class as entered for CLI commands.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..1024  

qosSwitchTrafficClassPolicyNumber 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.2
Policy index of the policy to which this traffic class belongs. Policy index numbers for CLI commands start at 0, while SNMP indexes must start at 1. This means that the policy index in this MIB variable is 1 more than the index for the same policy as entered for CLI commands. A value of 0 for this variable means that the traffic class has not been added to a policy yet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..256  

qosSwitchTrafficClassDescription 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.3
An optional description for this traffic class.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..15)  

qosSwitchTrafficClassDropBWClass3 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.4
Specifies whether traffic that exceeds the bandwidth for this traffic class be dropped or not. The bandwidth limit is the combined total of the variables qosSwitchTrafficClassMaxBandwidth and qosSwitchTrafficClassMaxBurstSize A value of yes(1) indicates that traffic exceeding the bandwidth limit is dropped immediately. A value of no(0) indicates that the excess traffic is marked as bandwidth class 3 and is therefore eligible for dropping by the RED curve settings.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

qosSwitchTrafficClassIgnoreBWClass 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.5
Specifies whether the traffic metering stage acknowledges any bandwidth class assigned to flows processed by this traffic class. If set to yes(1), previously assigned bandwidth classes will be ignored will be ignored and the bandwidth class of the traffic will be set according to the meter conformance level of the flow.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

qosSwitchTrafficClassMarkValue 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.6
When the qosSwitchTrafficClassPremarking variable is set to usemarkvalue(1), this variable specifies the index into the DSCP MAP table to use for remarking. A value in the range 0 to 63 indicates the DSCP to use, the value 256 indicates that no DSCP value has been defined for this traffic class.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..63 | 256  

qosSwitchTrafficClassMaxBandwidth 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.7
Specifies the maximum bandwidth available to this traffic class. Traffic under this bandwidth will be designated as bandwidth class 2. The value 2147483647 indicates that there is no limit on the maximum bandwidth for this traffic class.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16000000 | 2147483647  

qosSwitchTrafficClassMaxBurstSize 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.8
Specifies the maximum bandwidth above the bandwidth specified by qosSwitchTrafficClassMaxBandwidth before traffic is marked as bandwidth class 3.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16000000  

qosSwitchTrafficClassMinBandwidth 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.9
Specifies the minimum bandwidth reserved for this traffic class. Traffic under this bandwidth will be marked as bandwidth class 1. The value 2147483647 indicates that there is no limit on the minimum bandwidth for this traffic class.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16000000 | 2147483647  

qosSwitchTrafficClassMinBurstSize 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.10
Specifies the maximum amount of data above the bandwidth specified in the variable qosSwitchTrafficClassMinBandwidth before traffic is marked as bandwidth class 2.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16000000  

qosSwitchTrafficClassPremarking 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.11
Specifies the QoS action to take on traffic in this traffic class before metering actions are taken. If none(0) is specified, the traffic is passed to the metering stage. If usemarkvalue(1) is specified, the QoS settings are taken from the variable qosSwitchTrafficClassMarkValue used as an index into the DCSP MAP table. If usedscp(2) is specified, the DSCP value in the data frames is used as an index into the DSCP MAP table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), usemarkvalue(1), usedscp(2)  

qosSwitchTrafficClassRemarking 1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.12
Specifies the action to take after the metering stage for traffic in this traffic class. The metering stage assigns a temporary value of bandwidth class to the flow which is used to determine its per-hop behaviour. If this variable is set to bwclass(2) or bwclass-priority(3), the temporary bandwidth class becomes the new bandwidth class for the flow. If priority(3) or bwclass-priority(4) is specified, the currently assigned queue for frames in this traffic class is used in conjunction with the temporary bandwidth class to determine the new value of the VLAN Tag User Priority field. If usedscpmap(1) is specified, the temporary value is used (in conjunction with the DSCP of the frame) as an index into the DSCP MAP table, which then assigns the actual, new values for bandwidth class, DSCP, Egress Queue and VLAN Tag User Priority. A value of none(0) for this variable means that no remarking of the packet is done after the metering stage.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), usedscpmap(1), bwclass(2), priority(3), bwclass-priority(4)  

qosSwitch8948 1.3.6.1.4.1.207.8.4.4.4.99.1.4
OBJECT IDENTIFIER    

qosSwitch8948PortTable 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1
Port configuration, indexed by port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosSwitch8948PortEntry

qosSwitch8948PortEntry 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1
A single switch port entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosSwitch8948PortEntry  

qosSwitch8948PortDefaultTCCountersAggregateBytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.1
The total number of bytes classified by the default traffic class on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

qosSwitch8948PortDefaultTCCountersBwConformanceClass1Bytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.2
The number of bytes classified by the default traffic class on this port conforming to bandwidth class 1.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

qosSwitch8948PortDefaultTCCountersBwConformanceClass2Bytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.3
The number of bytes classified by the default traffic class on this port conforming to bandwidth class 2.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

qosSwitch8948PortDefaultTCCountersBwConformanceClass3Bytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.4
The number of bytes classified by the default traffic class on this port conforming to bandwidth class 3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

qosSwitch8948PortDefaultTCCountersDroppedBytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.5
The number of bytes dropped by the default traffic class on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

qosSwitch8948PortQueueLength 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.6
The total number of packets currently queued for transmission on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948PortQueue0Length 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.7
The number of packets currently queued for transmission on this port in queue 0. The numbering of queues indicates the priority of handling the traffic in that queue, with the higher queue number getting higher priority. The priority values in packets are mapped to queues via a priority to queue mapping. The default priority to queue mapping is as follows: Priority Queue value number 7 7 6 6 5 5 4 4 3 3 2 1 1 0 0 2 This mapping allows the default priority value of 0 to map to a queue which is not the lowest priority queue, allowing traffic classes to be assigned a lower priority queue than the default.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948PortQueue1Length 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.8
The number of packets currently queued for transmission on this port in queue 1. See the description for qosSwitch8948PortQueue0Length to understand the meaning of queue numbers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948PortQueue2Length 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.9
The number of packets currently queued for transmission on this port in queue 2. See the description for qosSwitch8948PortQueue0Length to understand the meaning of queue numbers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948PortQueue3Length 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.10
The number of packets currently queued for transmission on this port in queue 3. See the description for qosSwitch8948PortQueue0Length to understand the meaning of queue numbers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948PortQueue4Length 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.11
The number of packets currently queued for transmission on this port in queue 4. See the description for qosSwitch8948PortQueue0Length to understand the meaning of queue numbers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948PortQueue5Length 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.12
The number of packets currently queued for transmission on this port in queue 5. See the description for qosSwitch8948PortQueue0Length to understand the meaning of queue numbers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948PortQueue6Length 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.13
The number of packets currently queued for transmission on this port in queue 6. See the description for qosSwitch8948PortQueue0Length to understand the meaning of queue numbers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948PortQueue7Length 1.3.6.1.4.1.207.8.4.4.4.99.1.4.1.1.14
The number of packets currently queued for transmission on this port in queue 7. See the description for qosSwitch8948PortQueue0Length to understand the meaning of queue numbers.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

qosSwitch8948TrafficClassCountersTable 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2
Traffic class counters indexed by port, policy and traffic class.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosSwitch8948TrafficClassCountersEntry

qosSwitch8948TrafficClassCountersEntry 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1
A traffic class counters entry containing QOS counters for a particular port, policy and traffic class.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosSwitch8948TrafficClassCountersEntry  

qosSwitch8948TCCountersPortIndex 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1.1
The index of the port for this entry in the traffic class counter table. This index is the same as the port index in the port table and is the same as the port number of the port in user commands.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

qosSwitch8948TCCountersPolicyIndex 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1.2
The index of the policy for this entry in the traffic class counter table. Each port can only have one policy assigned at a time. Policy index numbers for CLI commands start at 0, while SNMP indexes must start at 1. This means that the policy index in this MIB variable is 1 more than the index for the same policy as entered for CLI commands.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..256  

qosSwitch8948TCCountersTrafficClassIndex 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1.3
The index of the traffic class for this entry in the traffic class counter table. The index is one of the indices defined for traffic classes for this port and policy. Traffic class indices for CLI commands start at 0, while SNMP indices must start at 1. This means that the traffic class index in this MIB variable is 1 more than the index for the same traffic class as entered for CLI commands.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..1024  

qosSwitch8948TCCountersAggregateBytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1.4
The total number of bytes classified by this traffic class for this policy on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qosSwitch8948TCCountersBwConformanceClass1Bytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1.5
The number of bytes classified by this traffic class for this policy on this port conforming to bandwidth class 1.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qosSwitch8948TCCountersBwConformanceClass2Bytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1.6
The number of bytes classified by this traffic class for this policy on this port conforming to bandwidth class 2.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qosSwitch8948TCCountersBwConformanceClass3Bytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1.7
The number of bytes classified by this traffic class for this policy on this port conforming to bandwidth class 3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

qosSwitch8948TCCountersDroppedBytes 1.3.6.1.4.1.207.8.4.4.4.99.1.4.2.1.8
The number of bytes dropped by this traffic class for this policy on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32