"%Error opening tftp://255.255.255.255/network config"

问题:服务配置错误消息(Service Configuration Error Messages)

有时,在通过Cisco IOS软件启动Cisco设备期间,会显示与这些类似的错误消息:

  • %Error opening tftp://255.255.255.255/network-confg (Socket error)

  • %Error opening tftp://255.255.255.255/cisconet.cfg (Socket error)

  • %Error opening tftp://255.255.255.255/3620-confg (Socket error)

  • %Error opening tftp://255.255.255.255/3620.cfg (Socket error)

实际的示例:

%SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (tftp://255.255.255.255/cisconet.cfg) failed  

这些错误消息与Cisco IOS软件内置的默认服务配置选项有关,该软件尝试从 (TFTP)服务器访问服务配置文件。

查看配置:

输入show run命令

-----------------------

Router#show run
Building configuration...


Current configuration : 7722 bytes
!
version 15.4
service config
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption

......

-----------------------

解决方法:

为了关闭这个feature, 路由器全局输入命令 no service config 

Router#config terminal
Enter configuration commands, one per line.  

Router(config)#no service config

Router(config)#exit

Router#copy running-config startup-config

哪些错误信息将在路由器下次重启之后不再出现。

posted @ 2019-01-20 09:12  剪刀石头布Cheers  阅读(2808)  评论(0编辑  收藏  举报