将路由配置备份在freebsd tftp服务器上 先在freebsd8.0上建立tftp服务器 #!/bin/sh #code by scpman echo 'inetd_enable="YES"' >> /etc/rc.conf mkdir /tftp_bak #echo 'tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpd_bak ' >> /etc/inetd.conf #用这句,-w参数允许客户端直接传不用在服务端先创建文件 echo 'tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /usr/backup_app/company_inside/router -w'>>/etc/inetd.conf /etc/rc.d/inetd reload lsof -i:69 if [ $? = 0 ] then echo TFTP server is ok fi 然后登录路由: telnet 192.168.1.1 Password: Router>en Router> Router#copy running-config tftp: Address or name of remote host []? 172.17.14.200 Destination filename [router-confg]? TFTP: error code 0 received - 20079 %Error opening tftp://192.168.1.200/router-config (Undefined error)##默认tftp不可以写,在tftp上建立出对应文件名 在192.168.1.200#touch /tftp_bak/router-config #chmod 666 /tftp_bak/router-config #要是666权限 再来一次: Router#copy running-config tftp: Address or name of remote host []? 192.168.1.200 Destination filename [router-confg]? router-config !!!!! 16318 bytes copied in 1.416 secs (11524 bytes/sec) #搞定! 垃圾的很啊,每次都要先建立出来?? 当然不是了,加-w参数,允许客户端直接写文件tftp服务器。已经修改在脚本中了
词条
词条说明
路由器在多个OSPF进程下的路由学习问题 当一台路由器同时运行两个OSPF时,选路的时候会有个有趣的现象: 这里我们的R1-R2是**以太口,自然在R2上 到192.168.1.1/32的开销就是2! 然后我们把R2的fa0/1口的带宽改成64,开销就成了1563了,自然R2去往192.168.1.1/32会选择R1那条路!现在在R1上down掉lo3,R2自然也**择R3去往192.168.1
如何设置路由器刷新堵塞网络 一般网络堵塞是造成网络变卡的原因,一般我们可以先断开网络再次的链接就OK了,那么再使用路由器上实现这个效果呢?下面分别介绍一种方法,保准你可以迅速的搞定。 一般网络堵塞是造成网络变卡的原因,一般我们可以先断开网络再次的链接就OK了,那么再使用路由器上实现这个效果呢?下面分别介绍一种方法,保准你可以迅速的搞定。 禁用本地连接再重新启用的这种方式较常用的。具体的做法是先在
将路由配置备份在freebsd tftp服务器上 先在freebsd8.0上建立tftp服务器 #!/bin/sh #code by scpman #http://scpman. echo 'inetd_enable="YES"' >> /etc/rc.conf mkdir /tftp_bak #echo 'tftp dgram
路由图与路由过渡 LinkedIn 拓扑图: 在这里,先配置1和3[1.在R1配置重发布直连路由,标记10并且路数为10; 3.在R3配置重发布直连路由,跳数设置为4;],以供后面好测试:配置参数: R1: router ospf 1 redistribute connected metric 10 subnets tag 10 network 192.168.12.0 0.0.0.
公司名: 南阳宏恩科技有限公司
联系人: 徐士菊
电 话: 037761176225
手 机: 18537799981
微 信: 18537799981
地 址: 河南南阳宛城区南阳市*山大道与信臣路交口魏营农贸市场东排2栋4楼
邮 编: 473300
公司名: 南阳宏恩科技有限公司
联系人: 徐士菊
手 机: 18537799981
电 话: 037761176225
地 址: 河南南阳宛城区南阳市*山大道与信臣路交口魏营农贸市场东排2栋4楼
邮 编: 473300