路由上的TFTP服务器设置

网络 网络管理
这里我们介绍了TFTP服务器再路由器上的架设,那么具体的操作以及代码我们都已经给出,希望对大家能够有一个参考。

笔者有一台2501路由器的IOS是坏的(cisocB),另外一台2501路由器IOS是好的 (ciscoA),好的IOS在我的PC上面己经没有了,但是通过在PC上面做一个TFTP服务器,把好的传到PC上面,再传到坏的上面就太浪费时间了。后来想到一个办法,直接把好的路由器配置成TFTP服务器。

我的连接方式是两台路由器是通过E0口连接的,我先是在好的路由器上面(cisocA )把E0 口配置好IP是192.168.10.90(IP地址随便配置,只要两个E0口都能互相PING通就行)再到配置模式下面输入 tftp-server c2500-js-l.122-7a.bin(这是你好的IOS里面的IOS文件名,用show version 来查看你的IOS文件名
这台A己经配置好了以后,再到B这台来配置,首先让这台启动到BOOT模式,在全局配置模式下面输入config-register 0x2101 再重启路由器,启动到BOOT模式以后,同样配置你的E口,到了BOOT模式以后,输入copy tftp flash ,提示你输入TFTP服务器,再输入文件名,就可以了,具体操作步骤如下:

  1. cisocA#conf t  
  2. cisocA(config)#tftp-server c2500-js-l.122-7a.bin  
  3. cisocA(config)#int e0  
  4. cisocA(config-if)#ip add 192.168.10.90 255.255.255.0  
  5. cisocA(config-if)#no shut  
  6. ciscoB(config)#conf t  
  7. ciscoB(config)#config-register 0x2101  
  8. ciscoB(config)#end  
  9. ciscoB#reload  
  10. System configuration has been modified. Save? [yes/no]: y  
  11. ciscoB(boot)>enable  
  12. ciscoB(boot)#conf terminal  
  13. ciscoB(boot)(config)#int e0  
  14. ciscoB(boot)(config-if)#ip add 192.168.10.80 255.255.255.0  
  15. ciscoB(boot)(config-if)#no shut  
  16. ciscoB(boot)(config-if)#end  
  17. ciscoB(boot)#erase flash  
  18. System flash directory:  
  19. File Length Name/status  
  20. 1 15533612 c2500-js-l.122-7a.bin  
  21. [15533676 bytes used, 1243540 available, 16777216 total]  
  22. Erase flash device? [confirm]  
  23. Are you sure? [yes/no]: y  
  24. Address or name of remote host [192.168.10.80]? 192.168.10.90  
  25. Source file name? c2500-js-l.122-7a.bin  
  26. Destination file name [c2500-js-l.122-7a.bin]?  
  27. Erase flash device before writing? [confirm](回车)  
  28. Copy 'c2500-js-l.122-7a.bin' from server  
  29. as 'c2500-js-l.122-7a.bin' into Flash WITH erase? [yes/no]y  
  30. 输入Y以后,程序就自动COPY IOS,等成功以后,你再如下配置  
  31. ciscoB(config)#config-register 0x2102  
  32. ciscoB(config)#reload  

 

责任编辑:佟健 来源: 网络整理
相关推荐

2010-09-09 17:54:07

TFTP服务器

2022-07-18 10:15:14

文件传输协议TFTPLinux

2010-09-17 15:17:20

TFTP服务器路由设置

2010-09-14 11:33:39

Linux下设置tft

2010-09-14 11:09:36

Linux TFTP服

2010-09-10 16:19:31

配置tftp服务器

2009-12-22 16:56:42

Cisco备份路由器配

2010-09-14 11:24:03

Windows tft

2019-09-23 11:46:02

FedoraTFTP服务器 Linux

2010-08-23 17:07:40

DHCP服务器

2010-09-14 13:55:27

redhat 9 tf

2010-09-10 20:03:11

tftp服务

2010-09-14 10:29:43

配置tftp服务器

2010-09-10 18:31:42

搭建tftp服务器

2010-09-14 14:36:04

fedora12 tf

2010-09-14 14:01:55

ubuntu tftp

2009-12-03 18:33:23

FAST路由器设置

2020-12-02 11:48:05

TFTP

2010-09-14 11:16:55

Debian Linu

2010-09-14 13:47:44

tftp服务器搭建
点赞
收藏

51CTO技术栈公众号