From: Karen Mkoyan <karen@projectharmony.am>
Subject: Пересылка Cisco логов в syslogd на linux
Cisco log to syslogD
Here's just a quick reference how to configures your cisco router
and linux server, so that the cisco logs come to server.
1. run syslogd with -r option. (if you user redhat edit
/etc/init.d/syslog and add -r
2. edit /etc/syslog.conf and add "local1.* /var/log/cisco.log"
(local1.* is what you wanna log) /var/log/cisco.log is the path where the
log file will be created.