address-config
To specify allowed configuration methods of global IPv6 addresses within an IPv6 Neighbor Binding policy, use the address-config command in Neighbor Binding Policy Configuration mode. To return to the default, use the no form of this command.
Syntax
address-config [stateless | any] [dhcp]
no address-config
Parameters
-
stateless—Only auto configuration for global IPv6 bound from NDP messages is allowed.
-
any—All configuration methods for global IPv6 bound from NDP messages (stateless and manual) are allowed. If no keyword is defined the any keyword is applied.
-
dhcp—Bound from DHCPv6 is allowed.
Default Configuration
Policy attached to port or port channel: the value configured in the policy attached to the VLAN.
Policy attached to VLAN: global configuration.
Command Mode
Neighbor Binding Policy Configuration mode.
User Guidelines
If this command is part of a policy attached to a VLAN, it is applied to all the ports in the VLAN. If it is defined in a policy attached to a port in the VLAN, this value overrides the value in the policy attached to the VLAN.
If no keyword is defined the address-config any command is applied.
Example
The following example shows how to change the global configuration to allow only DHCP address configuration method:
switchxxxxxx(config)# ipv6 neighbor binding policy policy1
switchxxxxxx(config-nbr-binding)# address-config dhcp
switchxxxxxx(config-nbr-binding)# exit