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.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What port and protocol does DNS use?

A

UDP 53. In some cases it will use TCP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly