Reference Guide

Example
FTOS(conf)#interface gigabitethernet 10/0
FTOS(conf-if-gi-10/0)#ipv6 address ?
X:X:X:X::X IPv6 address
FTOS(conf-if-gi-10/0)#ipv6 address 2002:1:2::3 ?
<0-128> Prefix length in bits
FTOS(conf-if-gi-10/0)#ipv6 address 2002:1:2::3 /96 ?
<cr>
FTOS(conf-if-gi-10/0)#ipv6 address 2002:1:2::3 /96
FTOS(conf-if-gi-10/0)#show config
!
interface GigabitEthernet 10/0
no ip address
ipv6 address 2002:1:2::3 /96
no shutdown
FTOS(conf-if-gi-10/0)#
ipv6 address eui64
Configure IPv6 EUI64 address configuration on the interface.
Z9000
Syntax
ipv6 address {ipv6-address prefix-length} eui64
To disable IPv6 EUI64 address autoconfiguration, use the no ipv6 address {ipv6-
address prefix-length
} eui64 command.
Parameters
ipv6-address
prefix-length
Enter the IPv6 prefix in the x:x:x:x::x format then the prefix length in
the /x format. The range is from /0 to /128.
NOTE: The :: notation specifies successive hexadecimal fields of
zeros.
Defaults none
Command Modes CONFIGURATION
Command History
This guide is platform-specific. For command information about other platforms, refer to the
relevant
FTOS Command Line Reference Guide
.
The following is a list of the FTOS version history for this command.
Version 9.2(0.2) Introduced.
Usage
Information
This command allows you to create an EUI64 address based on the specified prefix and MAC
address only. Prefixes may be configured on the interface using the ipv6 nd prefix
command without creating an EUI64 address.
Example
FTOS(conf)#int ten 0/4
FTOS(conf-if-te-0/4)#ipv6 address 200:1::/64 eui64
651