DNS Flashcards
TCP is used for DNS messages greater than [size].
512 bytes
[…] is used for DNS messages greater than 512 bytes.
TCP
Standard DNS queries/responses typically use [TCP/UDP].
UDP
DNS ‘AAAA’ records map names to […] addresses.
IPv6
DNS ‘[…]’ records map names to IPv6 addresses.
AAAA
DNS ‘A’ records map names to […] addresses.
IPv4
DNS ‘[…]’ records map names to IPv4 addresses.
A
Display the router’s host table:
R1# […]
show hosts
Configure the domain of the router.
R1(config)# […]
ip domain name domain-name
(old version: ip domain-name domain-name)
Enable the router to perform DNS queries. (enable by default)
R1(config)# […]
ip domain lookup
(old version: ip domain-lookup)
Configure the DNS server the router will send DNS queries to.
R1(config)# […]
ip name-server ip-address
Configure an entry in the router’s host table.
R1(config)# […]
ip host hostname ip-address
Configure the router to act as a DNS server.
R1(config)# […]
ip dns server
(Windows) Ping the specified address, specifying the number of pings to send.
> […]
ping ip-address -n number
(Windows) Clear the DNS cache.
> […]
ipconfig /flushdns