agentCosQueueMgmtTypeIntf
NETGEAR-QOS-COS-MIB ·
.1.3.6.1.4.1.4526.10.3.3.2.3.1.3
Object
column r/w
Enumeration
The management technique used for all queues on this
interface. If taildrop(1), then all new packets
presented to the queues 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 agentCosQueueMgmtTable for the corresponding
agentCosQueueIntfIndex value. The default for this
object is taildrop(1).
Implementations that support this object but 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.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentCosQueueControlEntry
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::agentCosQueueMgmtTypeIntf'
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::agentCosQueueMgmtTypeIntf.<agentCosQueueIntfIndex>'
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::agentCosQueueMgmtTypeIntf'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | taildrop |
2 | wred |