How to redirect logs from Cisco firewall to a specific file ?

Posted by nitins on Server Fault See other posts from Server Fault or by nitins
Published on 2011-02-04T05:59:21Z Indexed on 2011/02/04 7:27 UTC
Read the original article Hit count: 465

Filed under:
|
|
|

We need to redirect the logs from our Cisco firewall(SA520-K9) to syslogd server(it's a CentOS server). The settings are done on the firewall. But the messages from firewall are going to /var/log/messages and console instead of /var/log/firewall.log which is our requirent.

*.info;mail.none;authpriv.none;cron.none        /var/log/messages

authpriv.*                      /var/log/secure

mail.*                          -/var/log/maillog


cron.*                          /var/log/cron

*.emerg                         *

uucp,news.crit                      /var/log/spooler

local7.*     /var/log/firewall.log

This is our syslog config file. Any advices ?

© Server Fault or respective owner

Related posts about linux

Related posts about cisco