ipv6 nd ra other-config-flag
Syntax
ipv6 nd ra other-config-flag
no ipv6 nd ra other-config-flag
Description
Controls the O-bit in RAs the router transmits on the current interface; but is ignored unless the M-bit is disabled in RAs. Configure to set the O-bit in RA messages for host to obtain network parameters through DHCPv6. The other-config-flag is disabled by default.
For more information on configuring the M-bit, see ipv6 nd ra managed-config-flag
.
The
no
form of this command turns off (disables) the setting for this command in RAs.
Command context
config-if
Authority
Administrators
Usage
Enabling the O-bit while the M-bit is disabled directs hosts on the interface to acquire their ND configuration settings from a DHCPv6 server and their global unicast prefixes from the RA.
Examples
switch(config)# interface 1/1/1 switch(config-if)# ipv6 nd ra other-config-flag