Reference Guide

Usage Information The no version of this command disables the other-config-flag option in RA messages.
Example
OS10(config)# interface ethernet 1/2/3
OS10(conf-if-eth1/2/3)# ipv6 nd other-config-flag
Supported Releases 10.4.0E(R1) or later
ipv6 nd prex
Congures the IPv6 prexes that are included in Router Advertisement (RA) messages to neighboring IPv6 routers.
Syntax
ipv6 nd prefix {ipv6-prefix | default} [no-advertise] [no autoconfig] [no-rtr-
address] [off-link] [lifetime {valid-lifetime seconds | infinite} {preferred-
lifetime seconds | infinite}]
Parameters
ipv6-prefix — Enter an IPv6 prex in x:x::y/mask format to include the prex in RA mesages. Include
prexes that are not already in the subnets congured on the interface.
defaultCongure the prex parameters advertised in all subnets congured on the interface.
no-advertise — (Optional) Do not advertise the specied prex. By default, all prexes in congured
subnets are advertised.
no-autoconfig — (Optional) Sets AdvAutonomous to Off for the specied prex in the radvd.conf le.
This setting tells hosts to not use this prex for address autoconguration. By default, AdvAutonomous is On.
no-rtr-address — (Optional) Sets AdvRouterAddr to Off for the prex in the radvd.conf le. The Off
setting tells hosts to not use the advertising router's address for on-link determination. By default,
AdvRouterAddr is On.
off-link — (Optional) Sets AdvOnLink to Off for the prex in the radvd.conf le. The Off setting tells
hosts to not use this prex for on-link determination. By default, AdvOnLink is On.
lifetime {valid-lifetime seconds | infinite} — (Optional) Sets AdvValidLifetime (in
seconds) for the prex in the radvd.conf le. The prex is valid for on-link determination only for the specied
lifetime. The default is 86400 seconds (1 day). The infinite setting allows the prex to be valid for on-link
determination with no time limit.
lifetime {preferred-lifetime seconds | infinite} — (Optional) Sets
AdvPreferredLifetime (in seconds) for the prex in the radvd.conf le. IPv6 addresses generated from
the prex using stateless autoconguration remain preferred for the congured lifetime. The default is 14400
seconds (4 hours). The infinite setting allows addresses that are autocongured using the prex to be
preferred with no time limit.
Defaults All prexes in IPv6 subnets congured on an interface are advertised.
Command Mode INTERFACE
Usage Information
By default, all prexes congured in IPv6 addresses on an interface are advertised. To advertise all default
parameters in the subnet prexes on an interface, enter the default keyword.
If you congure a prex with valid or preferred lifetime values, the ipv6 nd prefix default no
autoconfig
command does not apply the default prex values.
On-link determination is used to forward IPv6 packets to a destination IPv6 address.
Examples
Enable router advertisements
OS10(conf-if-eth1/1/1)# ipv6 address 2001:0db8:2000::1/64
OS10(conf-if-eth1/1/1)# ipv6 nd send-ra
Change default settings for interface subnet prexes
OS10(conf-if-eth1/1/1)# ipv6 nd prefix default lifetime infinite infinite
378 Layer 3