Set Managed Address Flags in IPv6 Router Advertisements

Use this procedure to set the following flags.
Flag Description

Managed Address Configuration flag

(ipv6 nd managed-config-flag)

Indicates to hosts on a local link that they must use the stateful autoconfiguration feature to obtain IPv6 addresses for their interfaces.

Overrides the Other Configuration flag.

If this flag is not set, then hosts obtain IPv6 address information as determined by the ipv6 nd other-config-flag command.

Other Configuration flag

(ipv6 nd other-config-flag)

Indicates to hosts on a local link that they can use the stateful autoconfiguration feature to obtain configuration settings other than IPv6 address information for their interfaces.

  1. Access global configuration mode.
    device# configuration terminal
  2. Access interface configuration mode.
    device (config)# interface ethernet 0/1
  3. Set the Managed Address Configuration flag.
    device(conf-if-eth-0/1)# ipv6 nd managed-config-flag
    
  4. Set the Other Configuration flag.
    device(conf-if-eth-0/1)# ipv6 nd other-config-flag