Showing Changes Between Cisco Startup and Running Configs

Written by James McDonald

September 17, 2013

Yesterday I made a change on a Cisco Switch and forgot to do a copy start run

Wanted to know what the differences between the running-config and startup-config are:

apf-ma-core-sw01#show archive config differences
Contextual Config Diffs:
interface GigabitEthernet0/2
 +switchport access vlan 2

The startup-config contains the +switchport access vlan 2 line. I have removed it from the running-config

Once I was happy that I hadn’t made any weird changes that would cause a problem at the next power-cycle I did a copy run start.

cisco_show_config_differences

 

 

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...