JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Example 
Enable the automatic ipv6 address configuration function to obtain IPv6 
address through the RA message on VLAN interface 1: 
T3700G-52TQ(config)# interface vlan 1 
T3700G-52TQ(config-if)# ipv6 address ra 
50.6  ipv6 address eui-64 
Description 
This command is used to manually configure a global IPv6 address with an 
extended unique identifier (EUI) in the low-order 64 bits on the interface. 
Specify only the network prefix. The last 64 bits are automatically computed 
from the switch MAC address. To remove an EUI-64 IPv6 address from the 
interface, please use the no ipv6 address eui-64 command. 
Syntax 
ipv6 address 
ipv6-addr
 eui-64 
no ipv6 address 
ipv6-addr
 eui-64 
Parameter 
ipv6-addr 
āā Global IPv6 address with 64 bits network prefix, for example 
3ffe::/64. 
Configuration Mode 
Interface Configuration Mode 
Example 
Configure an EUI-64 global address on the interface with the network prefix 
3ffe::/64: 
T3700G-52TQ(config)# interface vlan 1 
T3700G-52TQ(config-if)# ipv6 address 3ffe::/64 eui-64 
456