05-07-2021 11:28 AM
Hello.
I know this can be completed with a script, but is there a quick way to see the difference between the running configuration and the saved configuration without the use of a script?
Kind Regard
David
Solved! Go to Solution.
05-07-2021 11:38 AM
show configuration difference <from-config-file> <to-config-file>
If you don’t define the “from-config-file” and the “to-config-file”, the booted configuration is compared to the running configuration.
05-09-2021 08:09 AM
Hello Offtomorrow,
if you have XMC in place you can use the backupfiles to compare two files for changes. It’s a simple file comparison.
05-07-2021 11:38 AM
show configuration difference <from-config-file> <to-config-file>
If you don’t define the “from-config-file” and the “to-config-file”, the booted configuration is compared to the running configuration.