CCNA • Practice Test 49
Free CCNA practice test — 15 questions with explanations. Set 49. No signup required.
You are connected to R1 via the console. The network administrator reports that PC1 (connected to R1's GigabitEthernet0/1) cannot reach the internet. Troubleshoot the issue step by step. The current configuration and show outputs are provided.
! R1 running-config (partial)
hostname R1
!
interface GigabitEthernet0/0
ip address 203.0.113.1 255.255.255.252
no shutdown
!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
no shutdown
!
ip route 0.0.0.0 0.0.0.0 203.0.113.2
!
! PC1 ipconfig output (from PC1)
Connection-specific DNS Suffix . : example.com
IPv4 Address. . . . . . . . . . . : 192.168.1.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
! Ping results from PC1:
ping 192.168.1.1 -> success
ping 203.0.113.1 -> success
ping 203.0.113.2 -> success
ping 8.8.8.8 -> Request timed out.
! show ip route on R1 (relevant lines)
S* 0.0.0.0/0 [1/0] via 203.0.113.2
192.168.1.0/24 is directly connected, GigabitEthernet0/1
203.0.113.0/30 is directly connected, GigabitEthernet0/0! R1 running-config (partial)
hostname R1
!
interface GigabitEthernet0/0
ip address 203.0.113.1 255.255.255.252
no shutdown
!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
no shutdown
!
ip route 0.0.0.0 0.0.0.0 203.0.113.2
!
! PC1 ipconfig output (from PC1)
Connection-specific DNS Suffix . : example.com
IPv4 Address. . . . . . . . . . . : 192.168.1.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
! Ping results from PC1:
ping 192.168.1.1 -> success
ping 203.0.113.1 -> success
ping 203.0.113.2 -> success
ping 8.8.8.8 -> Request timed out.
! show ip route on R1 (relevant lines)
S* 0.0.0.0/0 [1/0] via 203.0.113.2
192.168.1.0/24 is directly connected, GigabitEthernet0/1
203.0.113.0/30 is directly connected, GigabitEthernet0/0