This article will walk through the steps to configure Cisco IOS devices to send syslog messages to the RocketAgent Syslog Server
To send syslog messages from Cisco IOS-based devices, connect to the device via SSH or telnet and run enable to become administrator.
Enter the following commands:
configure terminal
logging host <ip_address> transport udp port 514
logging facility syslog
logging trap debugging
exit
write memory
Replace <ip_address> with the IP address of the RocketAgent Syslog Server