agentCosQueueMgmtWredDropProbScale
EdgeSwitch-QOS-COS-MIB ·
.1.3.6.1.4.1.4413.1.1.3.3.2.5.1.5
Object
column obsolete
r/w
Unsigned32
A scaling factor used for the WRED calculation to
determine the packet drop probability for the current
drop precedence level. The value is specified as a
number S from 1-15 and is used in the formula: 1/(2**
S), meaning one packet is dropped out of every (2**
S). Packet dropping begins when
agentCosQueueMgmtWredMinThreshold is reached and
proceeds linearly up to the (2**S) value specified by
this object until the
agentCosQueueMgmtWredMaxThreshold is reached, beyond
which all packets are dropped. Smaller values of S
produce a steeper slope, hence a higher incidence of
randomly dropped packets.
The default value is 10, which corresponds to a drop
rate of 1 out of every (2**10)=1024 packets.
This object is only used when agentCosQueueMgmtType
is set to wred(2).
Context
- MIB
- EdgeSwitch-QOS-COS-MIB
- OID
.1.3.6.1.4.1.4413.1.1.3.3.2.5.1.5- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- agentCosQueueMgmtEntry
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 'EdgeSwitch-QOS-COS-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-QOS-COS-MIB::agentCosQueueMgmtWredDropProbScale'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EdgeSwitch-QOS-COS-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-QOS-COS-MIB::agentCosQueueMgmtWredDropProbScale.<agentCosQueueIntfIndex>.<agentCosQueueIndex>.<agentCosQueueDropPrecIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EdgeSwitch-QOS-COS-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EdgeSwitch-QOS-COS-MIB::agentCosQueueMgmtWredDropProbScale'
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 1-15