MIB Viewer

bnLogMsgClearMessageBuffers

OBJECT-TYPE
1.3.6.1.4.1.45.1.6.16.1.1.14
Access
read-write
Status
current
Sub-identifiers
0
Setting this objects causes messages currently saved in the log message buffer facilities to be deleted. All messages of types matching the specified bits will be deleted. For example, a Set on this object containing bits volSerious(2) and nonVolCritical(4) will delete all 'serious' messages from volatile storage, and all 'critical' messages from non-volatile storage. The none(0) value doesn't have any effect at read and write operations. It have been introduced to correct the BITS syntax declaration.
BITS { none(0), volCritical(1), volSerious(2), volInformational(3), nonVolCritical(4), nonVolSerious(5), nonVolInformational(6) }