qosSwitchPolicyDefaultTCDropBWClass3
AT-QOS-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.3
Object
column Enumeration
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.
Context
- MIB
- AT-QOS-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- qosSwitchPolicyEntry
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::qosSwitchPolicyDefaultTCDropBWClass3'
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::qosSwitchPolicyDefaultTCDropBWClass3.<qosSwitchPolicyIndex>'
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::qosSwitchPolicyDefaultTCDropBWClass3'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | no |
1 | yes |