What is the four phase migration process to simplify network operations and management?

What is the four phase migration process to simplify network operations and management?



(1) Plan: Set goals, identify resources, profile network hardware and software, and create a schedule for migrating to new releases. 

(2) Design: Choose new Cisco IOS releases and create a strategy for migrating to the new releases. 

(3) Implement: Schedule and execute the migration. 

(4) Operate: Monitor the migration progress and make backup copies of images that are running on your network.


Copy the running config from RAM to the startup config in NVRAM
copy system:running-config nvram:startup-config

Copy running config from RAM to a remote location:
R2# copy running-config tftp:
R2# copy system:running-config tftp:

Copy config from a remote source to the running config
R2# copy tftp: running-config
R2# copy tftp: system:running-config

Copy config from a remote source to the startup config
R2# copy tftp: startup-config
R2# copy tftp: nvram:startup-config


Learn More :