You are on page 1of 6

IPv6

Thursday, August 04, 2011 12:13 PM

IPv6 1 2 3 4 5 6 7 8 16 32 48 64 80 96 112 128 1 2 3 4 5 6 7 8 128 112 96 80 64 48 32 16

EUI-64 0034:5678:9ABC 0234:56FF:FE78:9ABC ipv6 unicast-routing Reserved Range 2002::/16 Multicast FF::/8 Multicast Link Local FF02::/16 Multicast Site Local FF05::/16 All (hosts) Link Local FF02::1 All Routers Link Local FF02::2 OSPF FF02::5, FF02::6 RIP-2 FF02::9 EIGRP FF02::A DHCP relay FF02:1:2 DHCP servers FF05::1:3 NTP servers FF05::101 Solicited Node Multicast Address FF02::1:FF:0/104

Unique Local FD00::/8 Link Local FF80::/10 Unknown ::/128 Loopback ::1/128 (127.0.0.1 (IPv4) Global Unicast 2000::/3 Site Local (deprecated) FECO::/10 ipv6 unicast-routing ipv6 address A::F/34 ipv6 address A::F/34 eui-64 ipv6 address autoconfig ipv6 address dhcp ipv6 unnumbered interface-type number ipv6 enable ipv6 address [address] link-local ipv6 address [address/X] anycast ipv6 address autoconfig (stateless)
IPv6 Page 1

ipv6 address autoconfig (stateless)

show ipv6 interface brief show ipv6 interface f0/0 show ipv6 route debug ipv6 nd show ipv6 neighbors show ipv6 router ======IPv6 RIPng ======= ipv6 unicast-routing ipv6 rip [name] enable ipv6 router rip [name] ipv6 enable | ipv6 address x.x.x/x eui-64 interface Serial0/0/0.5 ipv6 address 2015::1/64 ipv6 rip fred enable ipv6 router rip fred show ipv6 route show ipv6 route rip show ipv6 protocols show ipv6 rip next-hops debug ipv6 rip show ipv6 route x.x.x.x.x/xx

=======EIGRPv6 ======= ipv6 router eigrp 1-65535 no shut ipv6 eigrp # eigrp router-id # ipv6 router eigrp 9 no shutdown router eigrp 10.10.34.3 interface FastEthernet0/0.1 ipv6 address 2012::1/64 ipv6 eigrp 9 show ipv6 route show ipv6 route eigrp show ipv6 route prefix/mk show ipv6 protocols show ipv6 eigrp neighbors show ipv6 eigrp interface details show ipv6 topology [all-links]
IPv6 Page 2

show ipv6 topology [all-links] debug ipv6 eigrp notifications OSPFv3 ipv6 router ospf process-id router-id [] ipv6 ospf process-id area # *shutdown ipv6 router ospf 5 router-id 1.1.1.1 interface FastEthernet0/0.1 ipv6 address 2012::1/64 ipv6 ospf 5 area 0 show ipv6 route ospf show ipv6 ospf show ipv6 ospf neighbor show ipv6 protocols show ipv6 ospf interface brief show ipv6 interface brief show ipv6 ospf database IPv6 Redistribution

R2(config)# ipv6 router rip left R2(config-rtr)# redistribute ospf 5 include-connected *ospf 5 include-connected metric 3

ipv6 prefix-list rip-to-ospf seq 5 permit 2000::/64 ipv6 prefix-list rip-to-ospf seq 10 permit 2000:0:0:4::/64 route-map only-RIP-lan permit 10 match ipv6 address prefix-list rip-to-ospf set metric 200 ipv6 router ospf 5 router-id 2.2.2.2 redistribute rip left route-map only-RIP-lan include-connected Static Routing IPv6 ipv6 route prefix/length {outgoing-interface [next-hop-address] | next-hopaddress} [admin-distance] [tag tag-value] ipv6 route 2000::/64 f0/0 FE80::213:19FF:FE7B:5005

****************
IPv6 - IPv4 convertion

IPv6 Page 3

R1(config)# interface loopback 1 R1(config-if)# ip address 10.9.9.1 255.255.255.255 R1(config-if)# interface tunnel 0 R1(config-if)# tunnel source loopback 1 R1(config-if)# tunnel destination 10.9.9.3 R1(config-if)# tunnel mode ipv6ip R3(config)# interface loopback 3 R3(config-if)# ip address 10.9.9.3 255.255.255.255 R3(config-if)# interface tunnel 3 R3(config-if)# tunnel source loopback 3 R3(config-if)# tunnel destination 10.9.9.1 R3(config-if)# tunnel mode ipv6ip **** interface Loopback1 ip address 10.9.9.1 255.255.255.255 interface Tunnel0 no ip address ipv6 address 2013::1/64 ipv6 eigrp 1 tunnel source Loopback1 tunnel destination 10.9.9.3 tunnel mode ipv6ip interface FastEthernet0/0 ip address 10.1.1.1 255.255.255.0 ipv6 address 2111::1/64 ipv6 eigrp 1 ! ipv6 router eigrp 1 eigrp router-id 1.1.1.1 no shutdown show ipv6 interface tunnel0 traceroute ipv6 2222::3 tunnel mode gre ip

****** Automatic ********** ipv6 unicast-routing !

Global ipv6 route 2000:0:1:4::/64 tunnel0 2002:a09:904:: ISATAP---Intra-site Automatic Tunnel Addressing Protocol
IPv6 Page 4

ISATAP---Intra-site Automatic Tunnel Addressing Protocol tunnel mode ipv6ip isatap ipv6 addressprefix/length eui-64

interface Loopback1 ip address 10.9.9.1 255.255.255.255 ! interface Tunnel0 no ip address ipv6 address 2002:a09:901::/128 tunnel source Loopback1 tunnel mode ipv6ip 6to4 ! interface FastEthernet0/0 ip address 10.1.1.1 255.255.255.0 ipv6 address 2002:A09:901:1::1/64 ! ipv6 route 2002::/16 Tunnel0 ipv6 unicast-routing ! interface Loopback1 ip address 10.9.9.1 255.255.255.255 ! interface Tunnel9 no ip address ipv6 address 2000:0:1:9::/64 eui-64 tunnel source Loopback1 tunnel mode ipv6ip isatap ! interface FastEthernet0/0 ip address 10.1.1.1 255.255.255.0 ipv6 address 2000:0:1:1::1/64 ! ipv6 route 2000:0:1:3::/64 2000:0:1:9:0:5EFE:A09:903 ipv6 route 2000:0:1:4::/64 2000:0:1:9:0:5EFE:A09:904 R3# ipv6 unicast-routing ! interface Loopback3 ip address 10.9.9.3 255.255.255.255 ! interface Tunnel9 no ip address ipv6 address 2000:0:1:9::/64 eui-64 tunnel source Loopback3 tunnel mode ipv6ip isatap
IPv6 Page 5

tunnel mode ipv6ip isatap interface FastEthernet0/1 ip address 10.1.3.3 255.255.255.0 ipv6 address 2000:0:1:3::3/64 ! ipv6 route 2000:0:1:1::/64 2000:0:1:9:0:5EFE:A09:901 ipv6 route 2000:0:1:4::/64 2000:0:1:9:0:5EFE:A09:904

show ipv6 neighbors default route ipv6 route ::/0 f0/0

IPv6 Page 6

You might also like