CCNA • Practice Test 16
Free CCNA practice test — 15 questions with explanations. Set 16. No signup required.
You are connected to R1, a multilayer switch acting as a DNS client for internal name resolution. The network uses a private DNS server at 192.168.1.100. Users report that resolving the hostname 'server01.courseiva.local' fails intermittently. Diagnose and fix the DNS resolution issue by examining the current configuration and using appropriate show commands to verify.
R1#show running-config | section ip domain ip domain lookup ip domain name courseiva.local ip name-server 192.168.1.100 ! R1#show ip dns No DNS servers configured R1#ping 192.168.1.100 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.100, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5) R1#nslookup server01.courseiva.local Translating "server01.courseiva.local"...domain server (255.255.255.255) % Unrecognized host or address, or protocol not running.
R1#show running-config | section ip domain ip domain lookup ip domain name courseiva.local ip name-server 192.168.1.100 ! R1#show ip dns No DNS servers configured R1#ping 192.168.1.100 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.100, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5) R1#nslookup server01.courseiva.local Translating "server01.courseiva.local"...domain server (255.255.255.255) % Unrecognized host or address, or protocol not running.