I have a Cisco 3550 switch that need to send its error logs to a syslog server. I have added the following script to the switch but when I sniff the connection to the server I don't see any alerts.
# logging on
# Logging facility syslog
# logging source-interface fastethernet0/43 (connection to server)
# logging 10.70.91.25 ( ip of syslog server)
# logging trap alerts
Have I missed something? What else do I need to do?
# logging on
# Logging facility syslog
# logging source-interface fastethernet0/43 (connection to server)
# logging 10.70.91.25 ( ip of syslog server)
# logging trap alerts
Have I missed something? What else do I need to do?