cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1024
Views
0
Helpful
2
Replies

tftp://255.255.255.255/network-config????????/

m.matteson
Level 2
Level 2

what is going on down at the bottom and how can i stop it?

%Error opening tftp://255.255.255.255/network-confg (Timed out)

%Error opening tftp://255.255.255.255/cisconet.cfg (Timed out)

%Error opening tftp://255.255.255.255/router-confg (Timed out)

%Error opening tftp://255.255.255.255/ciscortr.cfg (Timed out)

2 Replies 2

Prashanth Krishnappa
Cisco Employee
Cisco Employee

That's autoconfiguration. You can disable it using the "no service config" command from the config mode.

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#no service config

Router(config)#end

Router#wr mem

Hey thanks! I noticed that it happened after i wiped out nvram and then issued the setup command saved and rebooted. is autoconfiguration also called autoinstall? anyways thanks for the solution..it worked.