can syslog-ng accept logs from cisco routers?
On Fri, 5 May 2000, Ilya Krel wrote:
can syslog-ng accept logs from cisco routers?
Yep, I do it here (in fact, that's one of the reasons I upgraded, my Linux syslog was getting unhappy with the large log files I was generating). Since Cisco is being mildly brain-dead and using a sequence number for the application name (at least as far as I can tell), I've had to filter by hostname. filter f_cisco { host("sj2-10c26-rtr|sj2-10c26-cat35"); }; log { source("src"); filter("f_cisco"); destination("cisco"); }; -- Dan Rich <drich@employees.org> | http://www.employees.org/~drich/ | "Danger, you haven't seen the last of me!" | "No, but the first of you turns my stomach!" | -- The Firesign Theatre's Nick Danger
can syslog-ng accept logs from cisco routers?
of course. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (3)
-
Balazs Scheidler
-
Dan Rich
-
Ilya Krel