zoukankan      html  css  js  c++  java
  • cisco路由器错误%Error opening tftp://255.255.255.255/network config

    Problem: Service Configuration Error Messages

    Occasionally, during bootup of Cisco hardware through Cisco IOS software, error messages similar to these are displayed:

    • %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)

    These error messages are related to the default service configuration option built into Cisco IOS software, which attempts to access the service configuration files from a network Trivial File Transfer Protocol (TFTP) server.

    Solution

    In order to disable this feature, issue the no service config global command.

    Router#config terminal
    Enter configuration commands, one per line.
    Router(config)#no service config
    Router(config)#exit
    Router#copy running-config startup-config
    

    These error messages no longer appear at the next bootup of the router.

  • 相关阅读:
    Java:day4
    Java:day3
    Java:day2
    Java学习的第一天
    void指针
    const* 和 *const
    指针数组和数组指针
    c++的const
    C语言基础总结
    C、C++、java中的static区别
  • 原文地址:https://www.cnblogs.com/jjkv3/p/1379868.html
Copyright © 2011-2022 走看看