Configure an IPv6 address for an interface.
Specifies that the address is a secondary address. A maximum of 256 secondary addresses can be configured.
Interface configuration mode
Port-channel configuration mode
A secondary address cannot be configured on an interface unless the primary address is configured first.
The primary address cannot be deleted on an interface unless the secondary addresses are deleted first.
This command is not supported on loopback or management interfaces.
This example shows how to configure a primary, secondary global, or unique local IPv6 unicast address, including a manually configured interface ID:
device(config)# configure terminal device(config)# interface ethernet 3/1 device(conf-if-eth-2/3)# ipv6 address 2001:db8:12d:1300:240z:d0ff:fe48:4672/64
This example shows how to remove the IPv6 unicast address, including a manually configured interface ID from an interface:
device(conf-if-eth-2/3)# no ipv6 address 2001:db8:12d:1300:240z:d0ff:fe48:4672/64