5-23
Cisco 600 Series Installation and Operation Guide
78-11190-01
Chapter 5
Configuration Procedures for the Cisco 67x CPE Devices
Configure Applications
SYSLOG Client
SYSLOG logs significant system information to a remote SYSLOG server for
processing without requiring large amounts of local storage or local processing.
Implementing SYSLOG
Using the CBOS, the Cisco 67x allows you to specify a remote server for logging
system messages. Cisco supports the following levels of severity:
•
Debug
•
Info
•
Warning
•
Alarm
•
Critical
•
Crash
The messages are similar to the standard Berkley Software Distribution
(BSD)-style severity levels for SYSLOG; however, they do not include None and
Mark. To configure your SYSLOG daemon to receive Cisco SYSLOG messages,
modify the
/etc/syslog.conf
configuration file (remember to use tabs, not
spaces). Many systems, such as Linux and FreeBSD, have SYSLOG set up by
default.
Note
The command
set syslog test
activates the SYSLOG debug option.
This will verify that SYSLOG works with current client settings by
sending a test message to the SYSLOG server.
The following /etc/syslog.conf configuration file entry enables all messages for
Info severity levels and above:
*.info/var/log/messages
To enable only alarm messages and above, enter the following in /etc/syslog.conf:
*.alarm/var/log/messages