Technical information
ADC Telecommunications, Inc.
160 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
critical Specifies the critical event class, which is the event class with the third
highest priority. Events in this class indicate a serious failure that requires
attention and prevents the device from transmitting data, but cannot be
recovered without rebooting the system.
error Specifies the error event class, which is the event class with the fourth
highest priority. Events in this class indicate that a failure occurred that
could interrupt the normal data flow.
warning Specifies the warning event class, which is the event class with the fifth
highest priority. Events in this class indicate that a failure occurred that
could interrupt the normal data flow. These events do not cause a cable
modem to re-register.
notice Specifies the notice event class, which is the event class with the sixth
highest priority. Events in this class indicate an event of importance that is
not a failure and can be reported in real time through SNMP traps or syslog
messages. Examples of events in this class include cold start, warm start,
and link up events.
info Specifies the informational event class, which is the event class with the
seventh highest priority. Events in this class are not important and do not
indicate failures. However, events in this class may be helpful for tracing
normal operations.
debug Specifies the debug event class, which is the event class with the least
priority (that is, the least severe events). Events in this class are non-critical
and used for debugging purposes.
Reporting Actions:
none Events in the specified event class are not reported.
local All events in the specified event class are written to the internal
Cuda 12000 event log.
local|traps All events in the specified event class are written to the internal Cuda
12000 event log and are sent as SNMP traps. Note that the pipe ( | ) must
be included in the command string.
local|syslog All events in the specified event class are written to the internal Cuda
12000 event log and are sent as messages to the syslog server. Note that
the pipe ( | ) must be included in the command string.
local|syslog|traps All events in the specified event class are written to the internal Cuda
12000 event log, are sent as messages to the syslog server, and are sent as
SNMP traps. Note that the pipe ( | ) must be included in the command
string.