%Error opening tftp://255.255.255.255/network config – How to solve it
GD Star Rating
loading...
loading...
There is something I often see asked in support forums, even in the one I moderate, and it is the annoying error message you often can see when working with Cisco devices, this is something on by default and I’ll show you how to easily solve this.
It could happen that you see these messages during the startup of a Cisco device :
- %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)
All these messages are related to a default IOS behavior which basically will attempt to access service configuration files from a network TFTP server if configured or tyring to broadcast on the newtork to find one.
To disable this default configuration you simply need to input these commands on your router/switch :
Router#config terminalEnter configuration commands, one per line.
Router(config)#no service config
Router(config)#exit
Router#copy running-config startup-config
The next time you're going to reboot your router the error message won't be displayed again. That easy!
GD Star Rating
loading...
loading...
GD Star Rating
loading...
loading...
Categories: Cisco
