nerdexam
Cisco

200-301 · Question #1100

Refer to the exhibit. A public IPv6 address must be configured for internet access. Which command must be configured on the R2 WAN interface to the service provider?

The correct answer is C. ipv6 address 2001:db8:123:45::4/64. To provide internet access, the R2 WAN interface requires a globally unique IPv6 address, which is typically a global unicast address with a /64 prefix.

Submitted by tarun92· Mar 5, 2026IP Connectivity

Question

Refer to the exhibit. A public IPv6 address must be configured for internet access. Which command must be configured on the R2 WAN interface to the service provider?

Exhibits

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

Options

  • Aipv6 address fe80::/10
  • Bipv6 address 2001:db8:433:37:7710:ffff:ffff:ffff/64 anycast
  • Cipv6 address 2001:db8:123:45::4/64
  • Dipv6 address fe80::260:3EFF:FE11:6770 link-local

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    73% (19)
  • D
    15% (4)

Why each option

To provide internet access, the R2 WAN interface requires a globally unique IPv6 address, which is typically a global unicast address with a /64 prefix.

Aipv6 address fe80::/10

The `fe80::/10` prefix designates a link-local address, which is only valid on the local link and not routable over the internet for public access.

Bipv6 address 2001:db8:433:37:7710:ffff:ffff:ffff/64 anycast

While appearing as a global unicast address, the `2001:db8::/32` range is reserved for documentation and example purposes, not for actual public internet assignment, and the `anycast` keyword implies a specific use case not generally for a primary WAN interface.

Cipv6 address 2001:db8:123:45::4/64Correct

This command assigns a global unicast IPv6 address from the `2001:db8::/32` documentation range (commonly used in exams to represent public addresses) with a /64 prefix to the interface, which is the correct type and format for internet accessibility.

Dipv6 address fe80::260:3EFF:FE11:6770 link-local

The `fe80::` prefix and the `link-local` keyword explicitly identify this as a link-local address, which is non-routable beyond the local segment and cannot provide internet access.

Concept tested: IPv6 address types and configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6/configuration/xe-16/ipv6-xe-16-book/ipv6-addr-cfg.html

Topics

#IPv6 configuration#Global Unicast Address#Cisco IOS IPv6#WAN interface

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice