cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
827
Views
0
Helpful
1
Replies

Route Logging to External Servers...

val_tnguyen
Level 1
Level 1

Is it possible to route logging information to external servers from cisco devices. The log files seem to only log real-time data.

-Val

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

You can send logging messages to external servers using the syslog protocol. For example, assume you have an external server, 10.1.1.1 which has a syslog daemon running on it. Add the following config to your (IOS) device:

logging 10.1.1.1

This will send all notification and higher severity messages to 10.1.1.1 with a syslog facility of local7.