![Alied Telesis GS970M/10 Скачать руководство пользователя страница 657](http://html1.mh-extra.com/html/alied-telesis/gs970m-10/gs970m-10_command-reference-manual_2896773657.webp)
C613-50163-01 Rev C
Command Reference for GS970M Series
657
AlliedWare Plus™ Operating System - Version 5.4.7-0.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