You are on page 1of 1

Autoconfig ipv6

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R0
R0(config)#ipv6 unicast-routing
R0(config)#int fa0/0
R0(config-if)#ipv6 enable
R0(config-if)#ipv6 address autoconfig
R0(config-if)#ipv6 add 2000::/64 eui-64
R0(config-if)#no shutdown
R0(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t
o up
R0>sh ipv6 interface brief
FastEthernet0/0 [up/up]
FE80::2D0:97FF:FEC6:3201
2000::2D0:97FF:FEC6:3201
FastEthernet0/1 [administratively down/down]
Vlan1 [administratively down/down]

You might also like