ipadDLMConfigBufferManagement
IPADv2-MIB ·
.1.3.6.1.4.1.321.100.1.34.1.2
Object
scalar r/w
Enumeration
The DLM has a buffer of n messages. Settings this object to wrap(2) allows the buffer to wrap around and be a continous buffer. stopOnFull(3) forces the capture of packets to stop once the end of the buffer is reached.
Context
- MIB
- IPADv2-MIB
- OID
.1.3.6.1.4.1.321.100.1.34.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ipadDLMConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPADv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPADv2-MIB::ipadDLMConfigBufferManagement.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPADv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPADv2-MIB::ipadDLMConfigBufferManagement'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | wrap |
3 | stopOnFull |