Link to home
Start Free TrialLog in
Avatar of tmole99
tmole99

asked on

Cisco 1721 help

I have been asked to configure some 1721 routers and am having some problems

I connected as per sheet, went in via the console lead and configured the Lan ports for the internal IP and all the password stuff which was sucessfu.

The router then restarted and all I get after all the loading stuff has gone past is

%Error opening tftp://255.255.255.255/network-confg (Timed out)
*Mar  1 00:04:51.659: %SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (t
ftp://255.255.255.255/network-confg) failed

And a couple more lines like this which just seem to repeat, please help me if you can and is there a way to reset these damn things to default, talk about difficult to use hardware.

Do I have to enable some interminable interna TFTP server or something?
Avatar of nodisco
nodisco
Flag of New Zealand image

the router is trying to load a configuration file from a tftp server.  To disable this:
conf t
no service config

copy running-config startup-config

Reboot the router and you should no longer receive the error message.

If you are still having problems or wish to wipe the default config and start from scratch:

erase startup-config

and reboot the router.

This will bring it into setup mode - you can then follow the steps or manually edit the IOS with the commands you wish.


Avatar of -Leo-
-Leo-

You can get rid of this much easier:

conf t
no service config
end
nodisco: sorry I missed your message!
ASKER CERTIFIED SOLUTION
Avatar of nodisco
nodisco
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial