ECS4110-52T_Management Guide

Table Of Contents
C
HAPTER
46
| IP Interface Commands
Interface Address Configuration and Utilities
– 1436
information (such as a default gateway) from a DHCPv6 server when
DHCPv6 is restarted.
EXAMPLE
This example assigns a dynamic global unicast address to the switch.
Console(config)#interface vlan 1
Console(config-if)#ipv6 address autoconfig
Console(config-if)#ipv6 enable
Console(config-if)#end
Console#show ipv6 interface
VLAN 1 is up
IPv6 is enabled
Link-local address:
fe80::260:3eff:fe11:6700%1/64
Global unicast address(es):
2001:db8:2222:7272::/64, subnet is 2001:db8:2222:7272::/64[AUTOCONFIG]
valid lifetime 2591978 preferred lifetime 604778
Joined group address(es):
ff02::1:ff00:73
ff02::1:ff39:f44b
ff02::1
IPv6 link MTU is 1500 bytes
ND DAD is enabled, number of DAD attempts: 3.
ND retransmit interval is 1000 milliseconds
ND advertised retransmit interval is 0 milliseconds
ND reachable time is 30000 milliseconds
ND advertised reachable time is 0 milliseconds
ND advertised router lifetime is 1800 seconds
Console#
RELATED COMMANDS
ipv6 address (1434)
show ipv6 interface (1442)
ipv6 address eui-64 This command configures an IPv6 address for an interface using an EUI-64
interface ID in the low order 64 bits and enables IPv6 on the interface. Use
the no form without any arguments to remove all manually configured
IPv6 addresses from the interface. Use the no form with a specific address
to remove it from the interface.
SYNTAX
ipv6 address ipv6-prefix/prefix-length eui-64
no ipv6 address [ipv6-prefix/prefix-length eui-64]
ipv6-prefix - The IPv6 network portion of the address assigned to
the interface.
prefix-length - A decimal value indicating how many contiguous bits
(from the left) of the address comprise the prefix (i.e., the network
portion of the address).