In this blog entry I will outline the steps you need to take on your Cisco Router or Catalyst device to configure syslog logging.
If you are configuring a Cisco Router for syslog logging then please follow the steps below:
1. In order to ensure that logging is enabled, issue the logging on command.
Router(config)# logging on
2. In order to specify the Essentials server that is to receive the router syslog messages, issue the logging ip_address command. ip_address is the address of the server that collects the syslog messages.
Router(config)# logging 1.1.1.1