ipv6 address
Use this command to configure the global IPv6 address using the learned prefix and user provided suffix.
Use the no form of this command to remove the configuration.
Command Syntax
ipv6 address PREFIX-NAME X:X::X:X/M
no ipv6 address PREFIX-NAME X:X::X:X/M
Parameters
PREFIX-NAME
Name of the prefix which stores the address-prefix learned using prefix delegation enabled in the client interface
X:X::X:X/M
Suffix address consists subnet id and host address. This value must start with '::', and end with a /64 bit prefix.
Default
DHCPv6 IA_PD option is not requested by default.
Command Mode
Interface mode
Applicability
This command was introduced in OcNOS-OTN version 4.2.
Examples
#configure terminal
(config)#interface xe1
(config-if)#ipv6 address dhcp
(config-if)#ipv6 dhcp prefix-delegation prefix_xe1
(config-if)#
(config)#interface xe3
(config-if)#ipv6 address prefix_xe1 ::1:0:0:0:1/64
(config-if)#
Last modified date: 07-14-2023