juniSnmpTrapHostQueueFull
Juniper-SNMP-MIB ·
.1.3.6.1.4.1.4874.2.2.16.1.3.3.1.14
Object
column r/w
Enumeration
Specify the method for handling Queue-Full condition.
dropLastIn -- When queue is full the most recent trap will be
dropped.
dropFirstIn -- When queue is full the oldest trap in the queue will
be dropped.
Context
- MIB
- Juniper-SNMP-MIB
- OID
.1.3.6.1.4.1.4874.2.2.16.1.3.3.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Default
dropLastIn- Parent
- juniSnmpTrapHostEntry
- Groups
- 2
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 'Juniper-SNMP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-SNMP-MIB::juniSnmpTrapHostQueueFull'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-SNMP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-SNMP-MIB::juniSnmpTrapHostQueueFull.<juniSnmpTrapHostIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-SNMP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-SNMP-MIB::juniSnmpTrapHostQueueFull'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | dropLastIn |
1 | dropFirstIn |
Conformance
Member of