Tuesday, December 25, 2012

ipv6 Foundation Learning

ipv6 Formations


prototype 41 (6to4 tunneling)

to verify ipv6

  • ping 2002:C018:0100::
  • show ipv6 route
  • show ipv6 ospf neighbor
  • show ipv6 ospf interface serial 0/0

IPv6 Routing Options
  • Static routes
  • RIPng (next generation)
  • OSPF v3
  • IS-IS for IPv6
  • Multiprotocol BGP
  • EIGRP

Example Configuration...

ipv6 unicast-routing
ipv6 cef
!
interface FastEthernet0/0
ip address 192.168.0.22 255.255.255.0
ipv6 address 2001:B:B:B::22/64
ipv6 ospf 1 area 1
!
interface Serial1/0.1 point-to-point
ip address 172.16.1.2 255.255.255.252
ipv6 address 2001:C:C:C::2/64
ipv6 ospf 1 area 0

No comments:

Post a Comment