|
Description:
|
tmnxBsxEventLogBufferType OBJECT-TYPE
SYNTAX INTEGER {linear(1), circular(2), syslog(3)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of tmnxBsxEventLogBufferType specifies the type of event log.
The type may be one of:
linear (1) - a linear buffer which once full will stop recording
events until it is cleared
circular (2) - a circular buffer whereby older entries will be
overwritten by newer entries
syslog (3) - a remote syslog collector target is defined in
tmnxBsxEventLogSyslogAddr where events are sent"
DEFVAL {linear}
|
|
|