Forum Discussion
Racharla_Chandr
Nimbostratus
Aug 05, 2015Configured syslog don't know how to verify
Hi All,
Here is the configuration:
bp>syslog remote server list all
syslog {
remote server ftd-backup01.hyd.ftd.com {
host 10.100.10.100
local ip none
remote p...
Aug 05, 2015
Hi!
You could try tcpdump:
tcpdump -nni any udp and host 10.100.10.100
See if you get any hits.
We configure our syslog through tmsh like this, perhaps you can try these lines?
tmsh modify /sys syslog remote-servers none
tmsh modify sys syslog include "filter f_remote_loghost { facility (auth,local0) and level (debug...emerg);}; destination d_remote_loghost { udp(\"10.100.10.100\" port(514));};log {source(s_syslog_pipe);filter(f_remote_loghost);destination(d_remote_loghost);};"
Also, please look in the firewalls of dropped packets heading for the syslog server.
/Patrik
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects