|
Description:
|
h323DebugH323StackTrace2GeneralLevel OBJECT-TYPE
SYNTAX INTEGER {disable(0), exception(1), error(2), warning(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The exception, error and warning traces can be enabled for all the trace modules
of the H.323 stack. Enabling a trace level also enables the previous trace
levels.
The configuration of the h323DebugH323StackTrace2ModuleTable overwrites the
configuration of this variable. For example, let's consider the following
configuration:
- In h323DebugH323StackTrace2ModuleTable, the TPKTCHAN trace module is enabled
with the exception trace level. According to this configuration, only the
exception traces are sent for the TPKTCHAN trace module.
- The h323DebugH323StackTrace2GeneralLevel variable is set to the warning
trace level. According to this configuration, the exception, error and
warning traces are sent for all the trace modules (including the TPKTCHAN
trace module).
Since the configuration of h323DebugH323StackTrace2ModuleTable overwrites the
configuration of h323DebugH323StackTrace2GeneralLevel, only the exception traces
will be sent for the TPKTCHAN trace module.
disable : there is no general configuration for all the trace modules of the
H.323 stack.
exception : enables the exception traces for all the trace modules of the H.323
stack.
error : enables the exception and error traces for all the trace modules of
the H.323 stack.
warning : enables the exception, error and warning traces for all the trace
modules of the H.323 stack."
DEFVAL {disable}
|
|
|