C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
1287
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
DHCP
FOR
IP
V
6 (DHCP
V
6) C
OMMANDS
IPV
6
ADDRESS
DHCP
ipv6 address dhcp
Overview
DHCPv6 is supported in Software Version 5.4.3A-1.x and later.
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
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