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