溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

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

發(fā)布時間:2020-06-29 03:35:12 來源:網(wǎng)絡 閱讀:340 作者:九月的小雨 欄目:移動開發(fā)
步驟:
1、在PC機上安裝并運行TFTP server,TFTP server的地址就是PC機的IP地址,192.168.0.89/16(TFTP)
2、通過Console線配置路由器Fa0/0端口的IP地址,保證和PC機的IP在一個網(wǎng)段即可,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)
向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。

AI