Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

802

February 15th, 2011 14:00

show recent changes on MDS 9506

Hello,

Is there a simple way to find any recent changes to a switch config (zone changes etc)?

2 Intern

 • 

20.4K Posts

February 15th, 2011 21:00

sh accounting log

you can pipe with begin to get to specific date

sh accounting log | begin "Feb 15"

2 Intern

 • 

20.4K Posts

February 15th, 2011 14:00

sh logging logfile

207 Posts

February 15th, 2011 15:00

Thanks, I've used show logging log to show errors etc.  The lines below seem to indicate that it writes to the log whenever config changes are made by a user.  Is there any way to find out what was changed at that time (maybe a new zone added etc)?

2011 Feb 14 09:27:04 pas-9506p-sw1 snmpd: SNMPD_SYSLOG_CONFIG_I: Configuration update from 1448_10.1.122.175 user/community name : A117603
2011 Feb 14 09:29:03 pas-9506p-sw1 snmpd: SNMPD_SYSLOG_CONFIG_I: Configuration update from 1448_10.1.122.175 user/community name : A117603
2011 Feb 14 09:29:13 pas-9506p-sw1 snmpd: SNMPD_SYSLOG_CONFIG_I: Configuration update from 1825_10.1.121.167 user/community name : admin

207 Posts

February 16th, 2011 14:00

accounting log looks good.  That's the level of deatil I was looking for.

No Events found!

Top