• Post author:
  • Post category:Blog
  • Reading time:2 mins read
  • Post last modified:June 12, 2024

Refer to the exhibit. Which static route command can be entered on R1 to forward traffic to the LAN connected to R2?

CCNA 2 v7 SRWE Final Exam Answers 11
CCNA 2 v7 SRWE Final Exam Answers 11
  • ipv6 route 2001:db8:12:10::/64 S0/0/0 fe80::2
  • ipv6 route 2001:db8:12:10::/64 S0/0/1 fe80::2
  • ipv6 route 2001:db8:12:10::/64 S0/0/1 2001:db8:12:10::1
  • ipv6 route 2001:db8:12:10::/64 S0/0/0
Explanation & Hint:

To configure a static route on R1 to forward traffic to the LAN connected to R2, you need to specify the destination network and the next-hop address. The next-hop address should be the link-local address of the interface on R2 that is directly reachable by R1.

According to the exhibit, the correct command should include the destination network 2001:db8:12:10::/64 and the next-hop link-local address fe80::2 of R2’s interface that is directly connected to R1.

However, you also need to specify the correct outgoing interface on R1 that faces R2. Based on the exhibit, the Serial interface S0/0/1 on R1 is connected to R2.

Therefore, the correct static route command to enter on R1 would be:

ipv6 route 2001:db8:12:10::/64 S0/0/1 fe80::2

This command tells R1 to send packets destined for the 2001:db8:12:10::/64 network to the next hop with the link-local address fe80::2 via its S0/0/1 interface.

For more Questions and Answers:

CCNA 2 v7 – SRWE v7.02 Final Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments