C613-50055-01 REV A Command Reference for x230 Series Edge Switches 1325
AlliedWare Plusâ„¢ Operating System - Version 5.4.5-0.x
DHCP FOR IPV6 (DHCPV6) COMMANDS
IPV
6 ADDRESS DHCP
ipv6 address dhcp
Overview Use this command in Interface Configuration mode to activate the DHCPv6 client
on the interface that you are configuring. This allows the interface to use the
DHCPv6 client to obtain its IPv6 configuration details from a DHCPv6 server on its
connected network.
Use the no variant of this command to stop the interface from obtaining IPv6
configuration details from a DHCPv6 server.
The DHCPv6 client supports the following IP configuration options:
• Option 1 - the subnet mask for your device.
• Option 3 - a list of default routers.
• Option 6 - a list of DNS servers.
• Option 15 - a domain name used to resolve host names.
• Option 51 - lease expiration time.
Syntax
ipv6 address dhcp
no ipv6 address dhcp
Mode Interface Configuration for a VLAN interface or a local loopback interface.
Examples To set the interface vlan10 to use DHCPv6 to obtain an IPv6 address, use the
commands:
awplus# configure terminal
awplus(config)# interface vlan10
awplus(config)# ipv6 enable
awplus(config-if)# ipv6 address dhcp
To stop the interface vlan10 from using DHCPv6 to obtain its IPv6 address, use
the commands:
awplus# configure terminal
awplus(config)# interface vlan10
awplus(config-if)# no ipv6 address dhcp
Related
Commands
ipv6 address
Validation
Commands
show running-config