Description:
|
corNetDebugToMSecTraceLevel OBJECT-TYPE
SYNTAX INTEGER {disabled(0), error(10), warning(20), highPriorityInfo(30), mediumPriorityInfo(40), lowPriorityInfo(50), all(1000)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Sets the ToMSec syslog trace level.
The following are the possible values vs information needed:
disabled:
No information.
error:
Error information.
warning:
Warning information.
highPriorityInfo:
High priority information.
mediumPriorityInfo:
Medium priority information.
lowPriorityInfo:
Low priority information.
all:
All information.
Note that the selected level includes all lower levels, e.g., highPriorityInfo contains warning and error."
DEFVAL {disabled}
|
|