how to configure no ip domain lookup on router code example
Example: no dns lookup cisco
configure terminal
no ip domain-lookup
end
#Make this change permanent? VV
copy running-config startup-config
configure terminal
no ip domain-lookup
end
#Make this change permanent? VV
copy running-config startup-config