1

Is it possible to log events like restart,shutdown and start in cisco catalyst 3750. Also need to log when a new user is created. I'm forwarding the logs from the cisco switch to the syslog server and is able to obtain the login failure and success logs. I require the switch startup, shutdown, restart, creation of new user and software up-gradation logs to be forwarded to the syslog server. Is there any workaround or configuration for the same.

MadHatter
  • 78,442
  • 20
  • 178
  • 229
Arun
  • 83
  • 1
  • 3
  • 11

1 Answers1

0

You might want to check at what logging level your device is configured to run. Step-by-step information on configuring logging message levels and types is available here.

ngn
  • 333
  • 1
  • 10
  • My device is configured to run at level 5 (notification). But it's not logging when the switch shutdown/restart, create user, change password to the syslog server. – Arun Jul 15 '15 at 13:23
  • Try setting your "logging trap" level to 7 (debugging). This setting controls the messages logged to syslog servers. You might get a lot of noise out of this, but you can quickly determine whether the logs you need are included in it. Steps to set the logging trap level are outlined in the _"Defining the Message Severity Level"_ section in the link I shared. – ngn Jul 16 '15 at 09:20
  • ok let me set the logging trap level to 7 and check whether my requirement is satisfied. Info was useful. – Arun Jul 16 '15 at 11:52