ipv6 dhcp prefix-delegation

Use this command to enable the DHCPv6 client to request the prefix (IA_PD) for the interface.

Prefixes delegated by the DHCPClosed Dynamic Host Configuration Protocol server are stored in the general prefix called PREFIX-NAME.

Use the no form of command to remove the IA_PD option from the DHCPv6 client request. This command also deletes the learned prefix if it exists.

Command Syntax

Copy
ipv6 dhcp prefix-delegation PREFIX-NAME
no ipv6 dhcp prefix-delegation

Parameters

PREFIX-NAME

Name of the learnt prefix (maximum length 255 characters).

Default

DHCPv6 Prefix delegation client is not enabled by default.

Command Mode

Interface mode

Applicability

This command was introduced in OcNOS version 4.2.

Examples

Copy
#configure terminal
(config)#interface xe1
(config-if)#ipv6 dhcp prefix-delegation prefix_xe1
(config-if)#