ipv6 nd prefix <X:X::X:X> no-advertise
This command saves this prefix, but does not advertise it. The no option means the device advertises the prefix (default):
Syntax
# ipv6 nd prefix <X:X::X:X> no-advertise # no ipv6 nd prefix
Note
This command is applicable only to data-router functionality.
Command Mode
Privileged User
Example
This example saves the IPv6 prefix but does not advertise it.
(config-data)# interface gigabitethernet 0/0 (conf-if-GE 0/0)# ipv6 nd prefix 0:1::2:5 no advertise