Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
We would configure /etc/rsyslog.d/vyatta-log.conf as *.* @remotesysloghost and all work just fine.
host IP Address of CCE Server {

     facility all {

         level info

     }

     facility kern {

         level debug

     }

     facility protocols {

         level debug

     }

} 

Below is the prefered link -

...

The source device IP address section of the device configured will reflect.

...

  • Verification Through the CCE server

“sudo tcpdump -i any host 9995 514 and host <IP address> -AAA”

...