Cisco 2621 路由器備份IOS和配置實驗

步驟:
1、在PC機上安裝並運行TFTP server,TFTP server的地址就是PC機的IP地址,192.168.0.89/16(TFTP)
2、通過Console線配置路由器Fa0/0端口的IP地址,保證和PC機的IP在一個網段即可,192.168.0.100/16(Route)
3、驗證PC機和路由器互相能ping通


設置路由器fa0/0端口IP地址
Router>enable
Router#conf t
Router(config)#int fa0/0
Router(config-if)#ip address 192.168.0.100 255.255.0.0
Router(config-if)#no shutdown


Ping PC機驗證連通情況
Router#ping 192.168.0.89
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.89, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms


查看Flash的名稱
Router#show version
....
System p_w_picpath file is "flash:c2600-i-mz.122.17a.bin"
....


備份Flash文件到TFTP server
Router#copy flash tftp
Source filename []? c2600-i-mz.122.17a.bin
Address or name of remote host []? 192.168.0.89
Destination filename [c2600-i-mz.122.17a.bin]?


備份NVRAM文件到TFTP server
r2600#copy startup-config tftp
Address or name of remote host []? 192.168.0.89
Destination filename [r2600-confg]? r2600-config
!!
399 bytes copied in 0.052 secs (7673 bytes/sec)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章