Create Date: Sep 26 2013 5:05PM
You can audit config if you
enable cli-config-logging. It will log all commands with the corresponding user.
It is also a good practice to export syslog to a secure server or Ridgeline, so it cannot be deleted by switch commands.
configure syslog add vr VR-Default local0
enable log target syslog vr VR-Default local0
configure log target syslog vr VR-Default local0 filter DefaultFilter severity Debug-Data
configure log target syslog vr VR-Default local0 match Any
You could change VR and severity according to your needs.
If you didn't enable cli-config-logging, I don't know how to tell if something has changed.
You can try looking at the date of "primary.cfg" file, typing
ls, it will tell the last time the config was saved.
(from Luis_Coelho)