问题:服务配置错误消息(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 runBuilding configuration...Current configuration : 7722 bytes!version 15.4service configservice timestamps debug datetime msecservice timestamps log datetime msecservice password-encryption
......
-----------------------
解决方法:
为了关闭这个feature, 路由器全局输入命令 no service config
Router#config terminalEnter configuration commands, one per line. Router(config)#no service configRouter(config)#exitRouter#copy running-config startup-config
哪些错误信息将在路由器下次重启之后不再出现。