Page 1 of 1

switch 6450 syslog

Posted: 05 May 2014 07:12
by zapadl0
Good day
having a small issue with my Switches

as i understod:
Enable syslog with: swlog output socket <syslog_server_ip>

It is sending logs but only information regarding logins and logouts.

is it possible to send/collect information regarding configuration changes etc ?

Re: switch 6450 syslog

Posted: 06 May 2014 09:18
by devnull
try

Code: Select all

swlog output socket 192.168.1.70 remote command-log
swlog remote command-log enable
swlog console level info
command-log enable
that should give you configuration changes as command-log saves them.

Use a recent firmware as in the past remote IP was not transmitted to syslog in the command log.

For additional information you need to fiddle with the log level

Re: switch 6450 syslog

Posted: 06 May 2014 10:22
by zapadl0
Thank you for your answer

maybe this is a silly question but

as i understood cmd "no swlog output socket ip" should remove syslog remote socket
and as "show swlog" it did remove it
how ever then i try to reenable it "swlog output socket 'dest ip' remote command-log" it give me an ERROR: Syslog server is already defined.

how to properly remove syslog output socket and re enter it ?

Re: switch 6450 syslog

Posted: 07 May 2014 05:16
by zapadl0
devnull thank you for your help. i got the result i was looking for