Home » Cisco, Featured, Technology

How To Turn Off Cisco Router Domain Lookups

18 August 2009 187 views Comments

Written by: Shamim

Cisco routers and switches are everywhere. It quietly handles the majority of the internet traffic hidden in closets and datacenters in the form of routers, switches, firewalls and other appliances. As intelligent as Cisco devices are there are a few annoyances that bother me from time to time. One of them is the domain lookups that routers perform.

Whenever I put in a misspelled command or some accidental key strokes such as below it locks up the computer for 30seconds to a minute depending on how long the router is looking for the server.

router-domain-lookup

To turn this feature off you have to turn off domain lookups under the router configuration mode.

no-ip-domain-lookup

Commands:

R0#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R0(config)#no ip domain lookup
R0(config)#^Z
R0#

Most Commented Posts

Did you enjoy this article? Subscribe to our RSS feed or get updates via email. Latest Posts on TechVirgin

  • It actually locks up any other domain resolution attempts? Wow that is pretty bad...
  • Don't you feel that there's too much of Cisco around us? Anyway, I couldnt have said it any better. I'll share this with some of my younger friends.
    Thanks Shamim.
  • The no ip domain-lookup command will prevent you from comunicating with other devices on the network using domain names instead of IP addresses. But, if you've configured some ip host statements, you can still ping these hosts using the names you've already configured.
blog comments powered by Disqus