ipv6 dhcp address-prefix-length

Use this command to configure the prefix-length for dynamically allocated IPv6 address.

Use the no form of this command to unconfigure the prefix-length.

Command Syntax

Copy
ipv6 dhcp address-prefix-length <1-128>
no ipv6 dhcp address-prefix-length

Parameters

<1-128>

IPv6 address prefix length

Default

Default ipv6 address prefix length is 128

Command Mode

Interface mode

Applicability

This command was introduced before OcNOS version 4.2 .

Examples

Copy
#configure terminal
(config)#interface xe1
(config-if)#ipv6 dhcp address-prefix-length 64
(config-if)