agentCosQueueMgmtType
NETGEAR-QOS-COS-MIB ·
.1.3.6.1.4.1.4526.10.3.3.2.4.1.5
Object
column r/w
Enumeration
The queue depth management technique used when
per-queue specification is supported. If
taildrop(1), then all new packets presented to the
queue are dropped based on some maximum threshold
value(s). If wred(2), then an active queue management
scheme is employed whereby packet drop precedence is
considered during times of queue congestion using
WRED parameters. The necessary queue management
parameters are specified in the
agentCosQueueMgmtEntry for the corresponding
agentCosQueueIntfIndex and agentCosQueueIndex values.
The default for this object is taildrop(1).
Implementations that do not support weighted RED must
return taildrop(1) for this value and must not allow
a value of wred(2) to be set.
Context
- MIB
- NETGEAR-QOS-COS-MIB
- OID
.1.3.6.1.4.1.4526.10.3.3.2.4.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentCosQueueEntry
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 'NETGEAR-QOS-COS-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-QOS-COS-MIB::agentCosQueueMgmtType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-QOS-COS-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-QOS-COS-MIB::agentCosQueueMgmtType.<agentCosQueueIntfIndex>.<agentCosQueueIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-QOS-COS-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-QOS-COS-MIB::agentCosQueueMgmtType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | taildrop |
2 | wred |