Chapter III
One, managing Cisco IOS Configuration
1 , there are two ways
a , Runing-config
the current configuration command, which is saved in the RAM (volatile memory).
Device power down, configuration is lost!!
b , Startup-config
Save the configuration to NVRAM (nonvolatile memory).
No control device changes (restart, power off, etc.) configuration will not be lost!!
router#copy runing-config startup-config----- Save the current configuration to NVRAM in
Or
Router#write
In addition to saving our configuration to NVRAM , you can also save our configuration to an external server or to a third party!
3CDaemon Experiment:
Experimental topology:
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M02/83/AA/wKioL1d6B2fzIIbNAAA0qfYAeN0518.png-wh_500x0-wm_3 -wmp_4-s_4036254206.png "title=" QQ20160704145101---4.png "alt=" Wkiol1d6b2fziibnaaa0qfyaen0518.png-wh_50 "/>
Is the topology of this experiment, where the f0/0 port of R1 and R2 is 10.10.10.0 network segment, R1 and CLOUD1 are 12.12. 12.0 network segment, CLOUD1 bridging is Microsoft's virtual Loopback Adapter 4.
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M00/83/AB/wKiom1d6CGHiMri1AAA8uOIXb6Q384.png-wh_500x0-wm_3 -wmp_4-s_833772968.png "title=" QQ20160704145433---5.png "alt=" Wkiom1d6cghimri1aaa8uoixb6q384.png-wh_50 "/>
We bridged the VMware Workstation VMnet7 Bridge to the adapter 4. Then we Window7 the Network Bridge to the VMNET7, so R1 realized and Win7 interconnection, and can be set up in the same network segment.
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M02/83/AA/wKioL1d6CXWStz9vAAOCctVbt68276.png-wh_500x0-wm_3 -wmp_4-s_3204350759.png "title=" QQ20160704145928----6.png "alt=" Wkiol1d6cxwstz9vaaocctvbt68276.png-wh_50 "/>
After configuring the address, we test the connectivity of Win7 and R1:
650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M01/83/AB/wKiom1d6CrbzKQJxAAChjq9Z1jQ958.png-wh_500x0-wm_3 -wmp_4-s_431635452.png "title=" QQ20160704150431----7.png "alt=" Wkiom1d6crbzkqjxaachjq9z1jq958.png-wh_50 "/>
Determine connectivity and now start running config to external server
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M01/83/AA/wKioL1d6DUixZovrAABAQ2BQ_ks638.png-wh_500x0-wm_3 -wmp_4-s_1338596407.png "title=" QQ20160704151450----8.png "alt=" Wkiol1d6duixzovraabaq2bq_ks638.png-wh_50 "/>
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M00/83/AA/wKioL1d6DebiKvYsAAI6HZYBCCs919.png-wh_500x0-wm_3 -wmp_4-s_3569606462.png "title=" QQ20160704151511----9.png "alt=" Wkiol1d6debikvysaai6hzybccs919.png-wh_50 "/>
At this time we found that it was saved on the Win7 desktop, this file cannot be opened with Notepad, because the format is not open, it is recommended to use WordPad open.
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M01/83/AA/wKioL1d6DqvT2ToeAAEBwqEzQrk328.png-wh_500x0-wm_3 -wmp_4-s_3166656412.png "title=" QQ20160704152129----10.png "alt=" Wkiol1d6dqvt2toeaaebwqezqrk328.png-wh_50 "/>
We have installed 3CDaemon of this TFTP server software in the virtual machine (recommended, you can use this software to update Cisco router iOS)
of course, not only can we put running config Copy to an external server, we can also copy the configuration from the external server to running config It's a merger , it's just the beginning . running config , keep it , and the rest are copied to running config the.
CLI the shortcut:
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M02/83/AB/wKiom1d6BhPy4UFHAADbzvWWcMg895.png-wh_500x0-wm_3 -wmp_4-s_3121356343.png "title=" QQ20160704144520---3.png "alt=" Wkiom1d6bhpy4ufhaadbzvwwcmg895.png-wh_50 "/>
f0/0 indicates that the 0 on the board card 0 number interface.
The router plugged in to the electrical interface is Down , and the interface of the switch is plugged in up the.
is the interface state of the router:
650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M01/83/AB/wKiom1d6DzGTFFYpAACQZeCR148158.png-wh_500x0-wm_3 -wmp_4-s_840173748.png "title=" QQ20160704152414-----11.png "alt=" Wkiom1d6dzgtffypaacqzecr148158.png-wh_50 "/>
is the interface status of the switch:
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M00/83/AA/wKioL1d6D7rT-y5IAABY_yCJFNE873.png-wh_500x0-wm_3 -wmp_4-s_4146470017.png "title=" QQ20160704152606----12.png "alt=" Wkiol1d6d7rt-y5iaaby_ycjfne873.png-wh_50 "/>
This article is from the "Boundless" blog, please make sure to keep this source http://shixungan.blog.51cto.com/8883838/1795619
Cisco Routing and Switching series--------NA series