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

Cool logging

godzilla0
Level 1
Level 1

Hello, I want to know 2 things about logging.

1st. We are logging only syslog from our routers right now. But we want some more, like log when a VPN goes down and many other stuff. How do you do that ? Another question is how to do logging with the Cisco CSS load balancer // router. The IOS in them is different.

Thank you a lot.

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

You just need to increase the level of logging. For example debug shows everything. From there you can work your way down to get what you need without getting 'debug'. Logging on the CSS is similar to IOS. Here is logging level debug command.

logging host 1.1.1.1 facility 7 log-level debug-7

Hope that helps.

View solution in original post

1 Reply 1

Collin Clark
VIP Alumni
VIP Alumni

You just need to increase the level of logging. For example debug shows everything. From there you can work your way down to get what you need without getting 'debug'. Logging on the CSS is similar to IOS. Here is logging level debug command.

logging host 1.1.1.1 facility 7 log-level debug-7

Hope that helps.