Description
The ipv6 address dhcp command is used to enable the DHCPv6 Client
function. When this function is enabled, the switch will try to obtain IP from
DHCPv6 server. To delete the allocated IP from DHCPv6 server and disable the
DHCPv6 Client function, please use no ipv6 address dhcp command.
Syntax
ipv6 address dhcp
no ipv6 address dhcp
Configuration Mode
Interface Configuration Mode (interface vlan)
Example
Enable the DHCP Client function when the management VLAN of the switch is
VLAN1:
TL-SG2424(config)# interface vlan 1
TL-SG2424(config-if)# ipv6 address dhcp
ipv6 address ra
Description
This command is used to configure the switch’s global IPv6 address according
to the address prefix and other configuration parameters from its received
RA(Router Advertisement) message. To disable this function, please use no
ipv6 address ra command.
Syntax
ipv6 address ra
no ipv6 address ra
Configuration Mode
Interface Configuration Mode (interface vlan)
Example
Enable the automatic ipv6 address configuration function to obtain IPv6 address
through the RA message when the management VLAN of the switch is VLAN1:
TL-SG2424(config)# interface vlan 1
TL-SG2424(config-if)# ipv6 address ra
85