bnLogMsgBufferMaxSize
BN-LOG-MESSAGE-MIB ·
.1.3.6.1.4.1.45.1.6.16.1.1.2
Object
scalar r/w
Enumeration
This object determines the overall size of the log
message buffer facilities. Changing the value of this
object causes all messages currently being stored in
the buffer to be lost. Note that attempts to set this
object to a larger value (e.g., msgBufferSizeSmall(50)
to msgBufferSizeLarge(200)) may be rejected due to
current resource utiliztion within the running system.
Note that this object only applies to the buffering
capabilities that are volatile. Messages that are
classified as volatile are lost upon system
reinitialization. This object has no affect on
non-volatile message logging capacity.
Context
- MIB
- BN-LOG-MESSAGE-MIB
- OID
.1.3.6.1.4.1.45.1.6.16.1.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- bnLogMsgMIBObjects
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 'BN-LOG-MESSAGE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BN-LOG-MESSAGE-MIB::bnLogMsgBufferMaxSize.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BN-LOG-MESSAGE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BN-LOG-MESSAGE-MIB::bnLogMsgBufferMaxSize'
Syntax
Enumeration
Values & Constraints
Enumerated Values
50 | msgBufferSizeSmall |
100 | msgBufferSizeMedium |
200 | msgBufferSizeLarge |
400 | msgBufferSizeVeryLarge |
1500 | msgBufferSizeExtraLarge |