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

CSS - Syslog and command line logging

andrew.thomson
Level 1
Level 1

I am attempting to capture all command line input to syslog for audit purposes.

However, using the documented approach

logging subsystem netman level info-6

logging commands enable

logging host 128.30.33.165 facility 1 log-level info-6

I also get lines for the activity that the CMD-SCHED is completing.

Is there a way to suppress these additional messages from going to sysout.

2 Replies 2

aghaznavi
Level 5
Level 5

You can redirect the message from CSS to a diffwerent device. Enable logging subsystem

CSS150-2(config)# logging host ?

Of the form a.b.c.d or host.domain.com

CSS150-2(config)# logging host 10.1.1.1 ?

facility Syslogd facility level

There are standard messages per each log level.

You cannot suppress a subset of these messages.

You will need to filter out these messages on syslog server.

Review Cisco Networking for a $25 gift card