监控安装 ERP

系统集成论坛

 找回密码
 注册通行证

QQ登录

只需一步,快速开始

路由器交换机防火墙系统集成商城 优质产品采购平台
查看: 2527|回复: 0
打印 上一主题 下一主题

路由器TFTP的配置

[复制链接]

37

主题

361

帖子

901

积分

版主

跳转到指定楼层
1
发表于 2010-9-9 18:21:51 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
华为金牌代理
在局域网环境中,如果有Cisco 路由器和Linux服务器。也许你需要利用Linux的TFTP服务去下载Cisco router配置文件 startup-config,在服务器上编辑后再上载到路由器,在实现中有一些特别注意的地方。

所用软硬件:Redhat Linux 5.2 ,Cisco 2501 路由器

1. 开启 Redhat Linux 服务器上的tftp服务,并指明下载目录/tmp。

[jephe@sh89 /etc]$ more inetd.conf | grep tftp  
tftp dgram udp wait root /usr/sbin/tcpd in.tftpd /tmp 然后用命令killall -HUP inetd启动它。

2. 设定/tmp权限,让其他人有写权限(chmod 777 /tmp)。

[jephe@sh89 /]$ ls -l | grep tmp  
drwxrwxrwx 5 root root 2048 Jun 16 07:44 tmp  

3。 在/tmp目录建立一个空文件(如isdn),并设定权限(chmod 777 /tmp/isdn)

[root@shopu /tmp]# touch isdn  
[root@shopu /tmp]# chmod 777 isdn  
[root@shopu /tmp]# ls -l isdn  
-rwxrwxrwx 1 root root 0 Jun 16 11:24 isdn  

4. 进入路由器,下载配置文件。

Shanghai-ISDN#copy run tftp  
Remote host [192.168.13.2]?  
Name of configuration file to write [shanghai-isdn-confg]? isdn
Write file isdn on host 192.168.13.2? [confirm]  
Building configuration...  
Writing isdn !! [OK]  

注释:你必须正确地设置权限,而且必须在下载前创建一个空文件,否则会提示出错。
做人要厚道,看贴要回帖!
您需要登录后才可以回帖 登录 | 注册通行证

本版积分规则

联系我们| 手机版|系统集成论坛 ( 京ICP备11008917号 )

GMT+8, 2024-11-27 01:15 , Processed in 0.192598 second(s), 28 queries .

系统集成论坛

BBS.XTJC.COM

快速回复 返回顶部 返回列表