免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 950 | 回复: 0
打印 上一主题 下一主题

如何使用Linux的tftp功能上下载cisco router的配置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-04-06 20:00 |只看该作者 |倒序浏览
如何使用Linux的tftp功能上下载cisco router的配置
如何使用Linux的tftp功能上下载cisco router的配置
作者:吴阿亭 [北京Linux俱乐部]
在局域网环境中,如果有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]

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/2421/showart_19938.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP