x625802392 发表于 2018-7-20 07:32:46

cisco 出现%Error opening tftp://255.255.255.255/cisconet.cfg解决方法

  %Error opening tftp://255.255.255.255/network-confg (time out)
  %Error opening tftp://255.255.255.255/cisconet.cfg (time out)
  %Error opening tftp://255.255.255.255/3620-confg (time out)
  %Error opening tftp://255.255.255.255/3620.cfg (time out)
  这是由于路由器的autoinstall(自动获取配置)的功能引起的。
  在全局配置模式下输入no service config
  如下:Router(config)#no service config
  用了上面的方法后,我发现它还会出现,这是因为现在的配置还没有保存的原因,再次敲下如下命令:
  Router#copy run start
  这样就OK了,终于天下太平了~~~
页: [1]
查看完整版本: cisco 出现%Error opening tftp://255.255.255.255/cisconet.cfg解决方法