qosSwitchTrafficClassDropBWClass3
AT-QOS-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.4
Object
column Enumeration
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.
Context
- MIB
- AT-QOS-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.99.1.3.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- qosSwitchTrafficClassEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'AT-QOS-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-QOS-MIB::qosSwitchTrafficClassDropBWClass3'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-QOS-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-QOS-MIB::qosSwitchTrafficClassDropBWClass3.<qosSwitchTrafficClassIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-QOS-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-QOS-MIB::qosSwitchTrafficClassDropBWClass3'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | no |
1 | yes |