MIB Viewer

bnLogMsgBufferSaveTargets

OBJECT-TYPE
1.3.6.1.4.1.45.1.6.16.1.1.5
Access
read-write
Status
current
Sub-identifiers
0
This object determines the type of log messages that will be saved in the log message buffer facilities. Messages are classified based on their type Selecting a type of msgTypeCritical(1), msgTypeSerious(2), or msgTypeInformational(3), causes all log messages that have an associated value less than or equal to the type value specified to be saved when the log message is entered into the system. For example, specifying the value msgTypeCritical(1) causes only messages classified as 'critical' to be saved to non-volatile storage. Specifying msgTypeSerious(2) causes 'critical' and 'serious' messages to be saved. Specifying a value of msgTypeNone(4) means no log messages will be stored in volatile memory.
INTEGER { msgTypeCritical(1), msgTypeSerious(2), msgTypeInformational(3), msgTypeNone(4) }