Copy
Running Configuration to Startup Configuration
Lab
Index |
|
|
Description: You will
practice viewing running configuration, copying running
configuration to startup configuration etc. (Choose R1 from the N/W
diagram)
Instructions:
1. enter into priveleged mode
2. Show the active configuration in memory
3. view the configuration stored in NVRAM
4. Copy the active configuration to NVRAM
5. view the configuration stored in NVRAM
6. issue the command to delete the configuration file in NVRAM
7. view then configuration stored in NVRAM
R1>enable
R1#show running-config
R1#show startup-config
R1#copy running-config startup-config
R1#show startup-config
R1#erase startup-config
R1#show startup-config