Archive for the 'Cisco' Category



Type wrong command, disable dns lookup on Cisco router

Saturday 29 December 2007 @ 12:37 pm

How many times have you typed in the wrong command on a Cisco router, and then have to wait while the DNS lookup times out because the route is trying to resolve that ‘domain’?

Yeah me too. Easy to fix …

Simply enter global configuration mode and type

router(config)# no ip domain-lookup

And the result is no more waiting for the DNS searches to time out.

Tags: Cisco, config, DNS, IOS, Router



Safety tip to configure Cisco router remotely

Monday 1 January 2007 @ 8:43 am

Routers at a remote location can be safely configured by using a reload command first. Huh? Read on…..

Before any configuration changes are made, issue a reload command to the remote router:

reload in 30 Instructs the router to reboot in 30 minutes.
or
reload at 00:00 to reload at a specific time.

The idea behind this is that if you lock yourself out of the router whilst configuring it (assuming you have NOT saved any changes), the router will reload and you should be able to access the router again.

If your configuration changes are successful, a reload cancel command will stop the pending reload.

Tags: Cisco, Reload, Router