
Task
About Modem Call Records
Step 4 (Optional) To disable syslog messages and SNMP traps when dial interfaces go up and down, use the commands no logging event
!
interface Serial1/0/0:4:23 no logging event
!
interface
no logging event
!
In this example, only the fourth T1 of a T3 card is shown.
Note In some Cisco IOS images, the logging event
Configuring the Syslog Daemon
In this case study, all the syslog messages from the access servers are sent to a single log file. The syslog messages from the backbone routers are sent to a different log file.
To configure the syslog daemon on a Solaris syslog server, follow these steps:
Step 1 On the syslog server, edit the file syslog.conf in the /etc/ directory by using a text editor. To get syslog working, you must add the following line to the file:
local0.debug /var/log/router.log
•The local facility number is local0.debug. It must match the facility number configured in the Cisco IOS device. See the logging facility command in Table 20.
•The log file path name is /var/log/router.log
•One tab exists between the facility number and the path name. Spaces are not permitted. You can define any directory location/path for the .txt log file.
In the following example, the new line is in bold:
"syslog.conf" 53 lines, 1861 characters |
|
| |
#ident "@(#)syslog.conf | 1.3 | 93/12/09 SMI" | /* SunOS 5.0 */ |
# |
|
|
|
#Copyright (c)
#syslog configuration file.
#
#This file is processed by m4 so be careful to quote (`') names
#that match m4 reserved words. Also, within ifdef's, arguments
#containing commas must be quoted.
#
#
#
#
Basic Dial NMS Implementation Guide
%$