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

Logging characteristics individual per logging host

dknecht
Level 1
Level 1

I'd like to configure a router to send logging data to two syslog servers where both the syslog facility as well as the syslog priority should be configured individually per syslog server.

This is what can be configured but that's not what I am looking for:

...

logging trap debugging

logging facility local2

logging 10.1.1.1

logging 10.1.1.2

...

That's what I am looking for but this can't be configured:

...

logging host 10.1.1.1 facility 2 trap warnings

logging host 10.1.1.2 facility 7 trap debugging

...

Any ideas about how to achieve this?

Thanks, David

1 Reply 1

vkapoor5
Level 5
Level 5

I guess you are right. There are no options in the "logging" command to specify the facility.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/fun_r/cfr_1g04.htm#wp1032279

You can try using SNMP using the "snmp-server" commands which will give you more flexibility in logging traps.

Review Cisco Networking for a $25 gift card