Cisco 300-410 Free Practice Questions — Page 1

Cisco CCNP ENARSI • 5 questions • Answers & explanations included

Question 1

Refer to the exhibit. Users in the branch network of 2001:db8:0:4::/64 report that they cannot access the Internet. Which command is issued in IPv6 router EIGRP 100 configuration mode to solve this issue? 001.png

A. Issue the eigrp stub command on R1.
B. Issue the no eigrp stub command on R1.
C. Issue the eigrp stub command on R2.
D. Issue the no eigrp stub command on R2.
Show Answer & Explanation

Correct Answer: B. Issue the no eigrp stub command on R1.

The exhibit shows R1's EIGRP topology has a default route (::/0) learned via R2 (GigabitEthernet1/0), meaning R2 is the path to the Internet. The Branch router shows it has a route to 2001:DB8:0:4::/64 (its own network) and other prefixes, but no default route (::/0) is visible in the Branch topology table. In EIGRP, a stub router only advertises connected and summary routes by default, and does not propagate routes learned from other EIGRP neighbors. If R1 is configured as an EIGRP stub, it will not advertise the default route (::/0) learned from R2 toward the Branch router. The fix is to remove the stub configuration from R1 using no eigrp stub, so R1 can properly advertise the default route to Branch. Option A is wrong because issuing eigrp stub on R1 would make the problem worse. Options C and D involve R2, but the problem is on R1 blocking propagation toward Branch. The Branch router needs to receive the default route from R1, which requires R1 to not be a stub.

Question 2

R2 has a locally originated prefix 192.168.130.0/24 and has these configurations: 002.png What is the result when the route-map OUT command is applied toward an eBGP neighbor R1 (1.1.1.1) by using the neighbor 1.1.1.1 route-map OUT out command?

A. R1 sees 192.168.130.0/24 as two AS hops away instead of one AS hop away.
B. R1 does not accept any routes other than 192.168.130.0/24
C. R1 does not forward traffic that is destined for 192.168.30.0/24
D. Network 192.168.130.0/24 is not allowed in the R1 table
Show Answer & Explanation

Correct Answer: A. R1 sees 192.168.130.0/24 as two AS hops away instead of one AS hop away.

The exhibit shows R1's EIGRP topology has a default route (::/0) learned via R2 (GigabitEthernet1/0), meaning R2 is the path to the Internet. The Branch router shows it has a route to 2001:DB8:0:4::/64 (its own network) and other prefixes, but no default route (::/0) is visible in the Branch topology table. In EIGRP, a stub router only advertises connected and summary routes by default, and does not propagate routes learned from other EIGRP neighbors. If R1 is configured as an EIGRP stub, it will not advertise the default route (::/0) learned from R2 toward the Branch router. The fix is to remove the stub configuration from R1 using no eigrp stub, so R1 can properly advertise the default route to Branch. Option A is wrong because issuing eigrp stub on R1 would make the problem worse. Options C and D involve R2, but the problem is on R1 blocking propagation toward Branch. The Branch router needs to receive the default route from R1, which requires R1 to not be a stub.

Question 3

Which method changes the forwarding decision that a router makes without first changing the routing table or influencing the IP data plane?

A. nonbroadcast multiaccess
B. packet switching
C. policy-based routing
D. forwarding information base
Show Answer & Explanation

Correct Answer: C. policy-based routing

Policy-Based Routing (PBR) allows a router to forward packets based on criteria other than the destination IP address (e.g., source IP, protocol, port), without modifying the routing table or the FIB. PBR is applied on an interface and intercepts packets before the normal routing table lookup. It changes the forwarding decision at the data plane level based on policy, not routing protocol updates. Option A (NBMA) is a network type, not a forwarding mechanism. Option B (packet switching) is the standard switching method that uses the routing table — it does not bypass it. Option D (FIB) is the actual table used for forwarding decisions; it is derived from the routing table, not a method to change decisions independently of it.

Question 4

Refer to the exhibit. An engineer configures a static route on a router, but when the engineer checks the route to the destination, a different next hop is chosen. What is the reason for this? 004.png

A. Dynamic routing protocols always have priority over static routes.
B. The metric of the OSPF route is lower than the metric of the static route.
C. The configured AD for the static route is higher than the AD of OSPF.
D. The syntax of the static route is not valid, so the route is not considered.
Show Answer & Explanation

Correct Answer: C. The configured AD for the static route is higher than the AD of OSPF.

The exhibit shows a static route configured with AD of 130 (ip route 192.168.2.2 255.255.255.255 209.165.200.225 130), and the routing table shows the same destination learned via OSPF with AD 110. Since OSPF's default AD (110) is lower than the configured static route AD (130), OSPF wins and is installed in the routing table. Administrative Distance is the first tiebreaker — the lower the AD, the more preferred the route. Option A is wrong because dynamic protocols do not always override static routes; static routes have a default AD of 1, which is lower than most dynamic protocols. Option B is wrong because metric is only compared between routes from the same protocol, not across different protocols. Option D is wrong because the static route syntax is valid; it is simply set with a higher AD intentionally (floating static route).

Question 5

Refer to the exhibit. An engineer is trying to generate a summary route in OSPF for network 10.0.0.0/8, but the summary route does not show up in the routing table. Why is the summary route missing? 005.png

A. The summary-address command is used only for summarizing prefixes between areas.
B. The summary route is visible only in the OSPF database, not in the routing table.
C. There is no route for a subnet inside 10.0.0.0/8, so the summary route is not generated.
D. The summary route is not visible on this router, but it is visible on other OSPF routers in the same area.
Show Answer & Explanation

Correct Answer: C. There is no route for a subnet inside 10.0.0.0/8, so the summary route is not generated.

The summary-address command in OSPF (used on an ASBR) only generates a summary route if at least one specific subnet within the summary range exists in the routing table. The routing table shown has no subnet within 10.0.0.0/8, so OSPF has no reason to generate the summary. The summary-address command on an ASBR suppresses more-specific routes and advertises the summary only when a matching subnet is present. Option A is incorrect because summary-address on an ASBR is used for external routes, not only inter-area summarization. Option B is wrong because summary routes do appear in the routing table when valid. Option D is wrong because summary routes generated by an ASBR are visible locally as well as to other routers.

Ready for the Full 300-410 Experience?

Access all 121 pages of practice questions and simulate the real exam with timed mode.

Start Interactive Quiz →