IP Configuration
IP Addresses
Cisco Small Business 200E Series Advanced Smart Switch Command Reference 392
10
network ipv6 address
Use this command to manually configure IPv6 global address, enable/disable
stateless global address autoconfiguration, and enable/disable DHCPv6 client
protocol information for the management interface. Multiple IPv6 addresses can
be configured on the management interface.
Use the no form of the command to remove all configured IPv6 prefixes. Use the
no form with the address option to remove the manually configured IPv6 global
address on the network port interface. Use the no form with the autoconfig option
to disable the stateless global address autoconfiguration on the network port. Use
the no form with the dhcp option to disable the DHCPv6 client protocol.
network ipv6 address {address/prefix-length [eui64]| autoconfig | dhcp}
no network ipv6 address {address/prefix-length
[eui64]| autoconfig | dhcp}
Syntax Descriptions
Command Modes
Privileged Exec
Examples
The following example enables DHCPv6.
(switch) #network ipv6 address dhcp
The following example enables stateless global address autoconfiguration.
(switch) #network ipv6 address autoconfig
Parameter Description
address IPv6 prefix in IPv6 global address format.
prefix-length IPv6 prefix length value.
eui64 The IPv6 address is formatted in EUI64 format.
autoconfig Configures the stateless global address autoconfiguration
capability.
dhcp Configures the switch to use DHCPv6 client protocol to
obtain its IPv6 address.