C613-50170-01 Rev B
Command Reference for x510 Series
846
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
V
6 C
OMMANDS
IPV
6
EUI
64-
LINKLOCAL
ipv6 eui64-linklocal
Overview
When IPv6 is enabled on an interface, an EUI link-local address is generated and
installed on the interface. In other words,
ipv6 eui64-linklocal
is enabled by
default on any IPv6 enabled interface.
Use the
no
variant of this command to disallow the automatic generation of the
EUI-64 link-local address on an IPv6 enabled interface.
Syntax
ipv6 eui64-linklocal
no ipv6 eui64-linklocal
Default
The command
ipv6 eui64-linklocal
is enabled by default on any IPv6 enabled
interface.
Mode
Interface
Example
To enable IPv6 on the interface vlan1, and use the link-local address of fe80 : :1/10
instead of the EUI-64 link-local that is automatically generated, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface vlan1
awplus(config-if)#
ipv6 enable
awplus(config-if)#
no ipv6 eui64-linklocal
awplus(config-if)#
ipv6 address fe80::1/10
Related
Commands
Command
changes
Version 5.4.7-0.1: command added