使用3cdaemon开启tftp
这是针对同网段有多个地址的设备:全局配置模式下输入:ip tftp source-interface (int name) ,指定tftp源端口,端口选择能通电脑的那个
关闭防火墙
1,电脑网口配192.168.1.2/24 ,tftp开启,选网口,设置目录
2,#config下 cisco 选管理口,配192.168.1.1/24,no shutdown
如果cisco选的是普通口,需要no in tftp Gigexxxx0 (sh run | in tftp 命令能看,因为tftp默认是管理口,需要关掉)
3,ping 测是否互通。如果cisco用管理口,请用ping vrg Mgmt-intf 192.168.1.2
4.导入方法
1.拷贝配置档
#copy tftp startup-config
Address or name of remote host []? 192.168.1.2
Source filename []? 1.txt
Destination filename [startup-config]? 回车==Startup-config.cfg