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

Syslog Logging

doug.eastman1
Level 1
Level 1

We are implementing a LogRythm device and need to send syslog messages to it at the informational level "6"

However some of our devices we already have syslog devices collecting traps at the debugging level.

 

Is there a way to just tell a device to log to a specific syslog server only log informational messages? 

I am wondering if there is a way to do this without losing the debugging to the other servers?

1 Reply 1

Marcin Latosiewicz
Cisco Employee
Cisco Employee

Doug, 

That depends on OS/system.

NXOS supports setting logging level per server:

http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus7000/sw/system-management/command/reference/n7k_sm_cmd_ref/sm_cmd_l.html#pgfId-1015086

on IOS you have filtered settings: 

http://www.cisco.com/c/en/us/td/docs/ios/netmgmt/command/reference/nm_book/nm_09.html#wp1082864

Additionally your syslog server should be quite adapt at filtering out messages up to certain severity.

M.