DNS Flashcards
1
Q
What are the 3 commands used to configure a router as a dns client?
A
(config) #ip domain lookup (on by default)
(config) #ip name-server [dns servers IP]
(config) #ip domain name [domain name] (optional domain name of your network. The router will append this domain name to host names.)
2
Q
What are the 2 commands used to configure a router as a dns server?
A
(config) #ip dns server
(config) #ip host [name] [ip] - or - (config)#ipv6 host [name] [ip]
3
Q
What port and protocol does DNS use?
A
UDP 53. In some cases it will use TCP.