Logging to a central syslog- host
Even the entry level switches like the DS-300 are able to send their logs to a central loghost. Displaying the current settings is done with:fcsw22:admin> syslogdipshowSo no loghost is currently defined. To change this:
No addresses configured
fcsw22:admin>
fcsw22:admin> syslogdipadd 1.2.3.4The addition of further syslog hosts can be accomplished the same way.
Syslog IP address 1.2.3.4 added
fcsw22:admin>
Displaying the current loghost configuration yields the following:
fcsw22:admin> syslogdipshowFrom now on all logging is sent to the host with the IP 1.2.3.4.
syslog.1 1.2.3.4
fcsw22:admin>
To delete a syslog host issue the following:
fcsw22:admin> syslogdipremove 1.2.3.4Again there is no syslog host defined:
Syslog IP address 1.2.3.4 removed
fcsw22:admin>
fcsw22:admin> syslogdipshow
No addresses configured
fcsw22:admin>