CCNA IP Routing • Set 22
CCNA IP Routing Practice Test 22 — 15 questions with explanations. Free, no signup.
You are troubleshooting connectivity from R1 to the 172.16.20.0/24 network. The network engineer configured a floating static route on R1 as a backup for the OSPF-learned route, but after the primary OSPF route fails, the backup does not take over. Examine the current routing table and partial configuration on R1, then fix the issue so that when the OSPF neighbor goes down, R1 can still reach 172.16.20.0/24 via R3.
R1# show ip route 172.16.20.0
Routing entry for 172.16.20.0/24
Known via "ospf 1", distance 110, metric 20
Last update from 10.0.0.2 on GigabitEthernet0/0, 00:02:15 ago
Routing Descriptor Blocks:
* 10.0.0.2, from 10.0.0.2, 00:02:15 ago, via GigabitEthernet0/0
Route metric is 20, traffic share count is 1
R1# show ip route static | include 172.16.20.0
S 172.16.20.0/24 [130/0] via 203.0.113.2
R1# show running-config | include ip route
ip route 172.16.20.0 255.255.255.0 203.0.113.2 130R1# show ip route 172.16.20.0
Routing entry for 172.16.20.0/24
Known via "ospf 1", distance 110, metric 20
Last update from 10.0.0.2 on GigabitEthernet0/0, 00:02:15 ago
Routing Descriptor Blocks:
* 10.0.0.2, from 10.0.0.2, 00:02:15 ago, via GigabitEthernet0/0
Route metric is 20, traffic share count is 1
R1# show ip route static | include 172.16.20.0
S 172.16.20.0/24 [130/0] via 203.0.113.2
R1# show running-config | include ip route
ip route 172.16.20.0 255.255.255.0 203.0.113.2 130