cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
562
Views
0
Helpful
2
Replies

different syslog level logging on the switch

christina_neo
Level 1
Level 1

Hi,

How do I log the messages on a switch to a syslog server at syslog level 3 but on the switch itself I would log at syslog level informational?

Could anyone advise how should I go about doing this?

Thanks.

1 Accepted Solution

Accepted Solutions

ankurbhasin
Level 9
Level 9

Hi Christina,

Which switch you are having? But yes it is possible and I am posting the configuration for one of the common switch 2950

configure terminal

logging console 6

logging trap 3

logging monitor 6

logging host

Have a look at this link

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat2950/12120ea2/2950scg/swlog.htm#wp1031557

HTH, if yes please rate the post.

Ankur

View solution in original post

2 Replies 2

ankurbhasin
Level 9
Level 9

Hi Christina,

Which switch you are having? But yes it is possible and I am posting the configuration for one of the common switch 2950

configure terminal

logging console 6

logging trap 3

logging monitor 6

logging host

Have a look at this link

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat2950/12120ea2/2950scg/swlog.htm#wp1031557

HTH, if yes please rate the post.

Ankur

Hi Ankur,

I have CatOS and IOS switches. Btw, thanks for your advise. This has clarified what I am thinkning of.

Christina