nerdexam
Cisco

200-301 · Question #982

Refer to the exhibit. The loopback1 interface of the Atlanta router must reach the lookback3 interface of the Washington router.

The correct answer is B. ipv6 route 2000::1/128 2012::1 D. ipv6 route 2000::3/128 2023::3. The question requires configuring static IPv6 routes on the Atlanta router to ensure reachability to specific loopback interfaces on the Washington router.

Submitted by marco_it· Mar 5, 2026IP Connectivity

Question

Refer to the exhibit. The loopback1 interface of the Atlanta router must reach the lookback3 interface of the Washington router.

Exhibits

200-301 question #982 exhibit 1
200-301 question #982 exhibit 2

Options

  • Aipv6 route 2000::1/128 2012::2
  • Bipv6 route 2000::1/128 2012::1
  • Cipv6 route 2000:3/123 s0/0/0
  • Dipv6 route 2000::3/128 2023::3
  • Eipv6 route 2000::1/128 s0/0/1

How the community answered

(25 responses)
  • A
    12% (3)
  • B
    64% (16)
  • C
    20% (5)
  • E
    4% (1)

Why each option

The question requires configuring static IPv6 routes on the Atlanta router to ensure reachability to specific loopback interfaces on the Washington router.

Aipv6 route 2000::1/128 2012::2

The destination network 2000::1/128 is valid, but 2012::2 would be the IP address of an interface on the Atlanta router itself, not a valid next-hop IP for reaching a remote destination.

Bipv6 route 2000::1/128 2012::1Correct

This configuration establishes a static IPv6 route on the Atlanta router for the destination network 2000::1/128 (likely Washington's Loopback1 interface) using 2012::1 as the next-hop IPv6 address, which must be an IP on a directly connected interface of the Washington router.

Cipv6 route 2000:3/123 s0/0/0

The destination 2000:3/123 is an incorrect IPv6 address format and prefix length for a /128 loopback address, and s0/0/0 alone is an outgoing interface, which is generally not preferred for static routes to a specific /128 host unless it's a point-to-point link.

Dipv6 route 2000::3/128 2023::3Correct

This configuration establishes a static IPv6 route on the Atlanta router for the destination network 2000::3/128 (Washington's Loopback3 interface) using 2023::3 as the next-hop IPv6 address, which must be an IP on a directly connected interface of the Washington router.

Eipv6 route 2000::1/128 s0/0/1

The destination network 2000::1/128 is valid, but s0/0/1 is an outgoing interface and should be combined with a next-hop IP for reliability and proper routing table population, especially if it's not a point-to-point link.

Concept tested: Static IPv6 routing configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_static/configuration/xe-16-9/irs-xe-16-9-book/irs-static-routes.html

Topics

#IPv6 static routing#Cisco IOS IPv6#Next-hop configuration#Loopback interface routing

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice