[syslog-ng] logging from Cisco

Jason Qualkenbush jqualkenbush at gmail.com
Thu May 24 15:57:33 CEST 2007


On 5/24/07, Grigoreva, Yelena <Yelena.Grigoreva at detecon.com> wrote:
>  #source my_source {
>  #               # udp();
>  #                udp(ip("10.102.4.1")port(514));
>  #        };

You are going to need to have a source other than internal to receive
messages from the network.

source net { udp(ip(10.102.4.1) ); };


More information about the syslog-ng mailing list