cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
187
Views
0
Helpful
1
Replies

syslog trace

walidboudich
Level 1
Level 1

i want to configure syslog for the router on which i've CME to write trace files on linux server and i've done

logging trap warnings

logging facility local1

logging 204.247.223.113

what i must do with syslog.con file

1 Reply 1

amritpatek
Level 6
Level 6

Configure the following logs in the Linux server.

logging on

logging monitor errors

logging buffered errors

logging trap 3

logging facility 16

logging host inside10.1.4.101

Use the -r option to enable the facility to receive message from the network using an internet domain socket with the syslog service.

syslogd [ -d ] [ -f config file ] [ -h ] [ -l hostlist ]

[ -m interval ] [ -n ] [ -p socket ] [ -r ]

[ -s domainlist ] [ -v ]

Hope this helps.