CCNA Network Services and Security • Set 33
CCNA Network Services and Security Practice Test 33 — 15 questions with explanations. Free, no signup.
You are troubleshooting DNS resolution issues from R1. Using nslookup and dig commands, diagnose why the router cannot resolve the hostname 'fileserver.courseiva.com' to an IP address, and why reverse lookup for IP address 198.51.100.10 fails. Determine the appropriate fix to ensure successful forward and reverse DNS resolution.
R1# show running-config | section ip domain ip domain lookup ip name-server 203.0.113.1 ip domain timeout 3 ip domain retry 2 R1# nslookup fileserver.courseiva.com Translating "fileserver.courseiva.com"...% Unrecognized host or address, or protocol not running. R1# nslookup 198.51.100.10 Server: 203.0.113.1 Address: 203.0.113.1#53 ** server can't find 10.100.51.198.in-addr.arpa: NXDOMAIN R1# dig fileserver.courseiva.com ; <<>> DiG 9.8.3-P1 <<>> fileserver.courseiva.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 1234 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;fileserver.courseiva.com. IN A ;; AUTHORITY SECTION: courseiva.com. 3600 IN SOA ns1.courseiva.com. admin.courseiva.com. 2025032101 3600 900 86400 3600 R1# dig -x 198.51.100.10 ; <<>> DiG 9.8.3-P1 <<>> -x 198.51.100.10 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 5678 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;10.100.51.198.in-addr.arpa. IN PTR ;; AUTHORITY SECTION: 100.51.198.in-addr.arpa. 3600 IN SOA ns1.courseiva.com. admin.courseiva.com. 2025032101 3600 900 86400 3600
R1# show running-config | section ip domain ip domain lookup ip name-server 203.0.113.1 ip domain timeout 3 ip domain retry 2 R1# nslookup fileserver.courseiva.com Translating "fileserver.courseiva.com"...% Unrecognized host or address, or protocol not running. R1# nslookup 198.51.100.10 Server: 203.0.113.1 Address: 203.0.113.1#53 ** server can't find 10.100.51.198.in-addr.arpa: NXDOMAIN R1# dig fileserver.courseiva.com ; <<>> DiG 9.8.3-P1 <<>> fileserver.courseiva.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 1234 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;fileserver.courseiva.com. IN A ;; AUTHORITY SECTION: courseiva.com. 3600 IN SOA ns1.courseiva.com. admin.courseiva.com. 2025032101 3600 900 86400 3600 R1# dig -x 198.51.100.10 ; <<>> DiG 9.8.3-P1 <<>> -x 198.51.100.10 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 5678 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;10.100.51.198.in-addr.arpa. IN PTR ;; AUTHORITY SECTION: 100.51.198.in-addr.arpa. 3600 IN SOA ns1.courseiva.com. admin.courseiva.com. 2025032101 3600 900 86400 3600