nerdexam
Cisco

200-301 · Question #1110

Refer to the exhibit. An IPv6 address must be obtained automatically on the LAN interface on R1. Which command must be implemented to accomplish the task?

The correct answer is B. ipv6 address dhcp. To enable automatic IPv6 address assignment on a Cisco router's LAN interface, the ipv6 address dhcp command is used to configure it as a DHCPv6 client.

Submitted by kim_seoul· Mar 5, 2026IP Connectivity

Question

Refer to the exhibit. An IPv6 address must be obtained automatically on the LAN interface on R1. Which command must be implemented to accomplish the task?

Exhibits

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

Options

  • Aipv6 address autocontig
  • Bipv6 address dhcp
  • Cipv6 address fe80::/10
  • Dipv6 address 2001:db8:d8d2:1008:4332:45:0570::/64

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    73% (29)
  • C
    8% (3)
  • D
    18% (7)

Why each option

To enable automatic IPv6 address assignment on a Cisco router's LAN interface, the `ipv6 address dhcp` command is used to configure it as a DHCPv6 client.

Aipv6 address autocontig

`ipv6 address autocontig` is not a valid command for configuring automatic IPv6 address assignment on a Cisco router.

Bipv6 address dhcpCorrect

The `ipv6 address dhcp` command configures an interface to act as a DHCPv6 client, allowing it to dynamically obtain an IPv6 address, prefix, and other configuration parameters from a DHCPv6 server. This is the standard method for automatic IPv6 address acquisition specified in the question.

Cipv6 address fe80::/10

`ipv6 address fe80::/10` would configure a link-local address range, which is automatically assigned but does not provide a global unicast address for internetwork communication.

Dipv6 address 2001:db8:d8d2:1008:4332:45:0570::/64

`ipv6 address 2001:db8:d8d2:1008:4332:45:0570::/64` is a command for manually configuring a static global unicast IPv6 address, not for automatic acquisition.

Concept tested: Configuring DHCPv6 client on Cisco IOS

Source: https://www.cisco.com/c/en/us/td/docs/ios/ipv6/configuration/guide/ipv6_address_config_c_ipv6-address-cfg-book/ipv6_address_config_c_ipv6-address-cfg-book_chapter_010.html

Topics

#IPv6 auto-configuration#DHCPv6#Cisco IOS configuration

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice