3Com MSR 50 Network Router User Manual


  Open as PDF
of 2742
 
879
Description Use the ipv6 address eui-64 command to configure a site-local address or
global unicast address in the EUI-64 format on an interface.
Use the
undo ipv6 address eui-64 command to delete the site-local address or
global unicast address in the EUI-64 format on an interface.
By default, no site-local or global unicast address in the EUI-64 format is
configured for an interface.
Example # Configure Ethernet 1/1 to create an IPv6 address in the EUI-64 format.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] ipv6 address 2001::1/64 eui-64
ipv6 address link-local
Syntax ipv6 address ipv6-address link-local
undo ipv6 address ipv6-address link-local
View Interface view
Parameter ipv6-address: IPv6 link-local address. The high-order ten bits of an IPv6 link-local
address must be 1111111010 (binary), that is to say, the first group of the IPv6
link-local address must range from FE80 to FEBF (hexadecimal).
Description Use the
ipv6 address link-local command to configure manually a link-local
address for the current interface.
Use the
undo ipv6 address link-local command to remove the link-local
address of the interface.
By default, a link-local address will automatically be generated when an IPv6
site-local address or global unicast address is configured for an interface.
Example # Configure a link-local address on Ethernet 1/1.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] ipv6 address fe80::1 link-local