IP Routing Questions
Question 1
Question 2
Explanation
The source and destination IP addresses of the packets are unchanged on all the way. Only source and destination MAC addresses are changed.
Question 3
Question 4
Explanation
Both the line “O 172.16.0.128/25” and “S 172.16.0.0/24” cover the host 172.16.0.202 but with the “longest (prefix) match” rule the router will choose the first route.
Note: Network 172.16.0.192/29 does not cover host 172.16.0.202. For network 172.16.0.192/29:
Increment: 8
Network address: 172.16.0.192
Broadcast address: 172.16.0.199
Question 5
Explanation
The default AD of static route is 1 so we need to configure another number for the static route.
Question 6
Explanation
From the output, we see R1 will use the entry “O 10.10.13.0/25 [110/4576] via 10.10.10.1, …” to reach host 10.10.13.10. This is a network route.
Note: “B* 0.0.0.0/0 …” is a default route.
Question 7
Explanation
Our new static default route has the Administrative Distance (AD) of 120, which is bigger than the AD of OSPF External route (O*E2) so it will not be pushed into the routing table until the current OSPF External route is removed.
For your information, if you don’t type the AD of 120 (using the command “ip route 0.0.0.0 0.0.0.0 10.13.0.1”) then the new static default route would replace the OSPF default route as the default AD of static route is 1. You will see such line in the routing table:
S* 0.0.0.0/0 [1/0] via 10.13.0.1
Question 8
Question 9
Question 10
Explanation
The destination IP addresses match all four entries in the routing table but the 192.168.16.0/27 has the longest prefix so it will be chosen. This is called the “longest prefix match” rule.
Question 11
Explanation
The prefix with “longest prefix” will be matched first, in this case is “/29”.
Question 12
Explanation
The Administrative distance (AD) of EIGRP is 90 while the AD of OSPF is 110 so EIGRP route will be chosen to install into the routing table.
Question 13
Explanation
Note: The “O 192.168.10.0/28” route ranges from 192.168.10.0 to 192.168.10.15 only so it does not include destination 192.168.10.16 so OSPF route is not the correct answer.
Question 14



Dear team, why I cant see the question?
Anyone face the same issue?
cant see the questions either