It’s noticeable that there have been a number of IPv6 posts lately. Just look at Packetlife.net, Etherealmind.com, and IOS hints. IPv6 training has picked up significantly in addition to the internet chatter. So this little tutorial post comes directly out of a discussion during my IP6FD class in San Diego this week. The Question is this: How do I configure a Site-to-Site IPsec VPN on Cisco IOS with IPv6? Here’s how it’s done using static Virtual Tunnel Interfaces (VTIs). As usual, we begin with a Topology. In the topology I used routers as Host1 and Host2. All I need them to do is generate traffic to be encrypted by R1 and R2. R1 and R2 are connected via Fast Ethernet, but you an substitute your favorite WAN technology or Internet Connectivity. There is NO IPv4 in this network.
I begin on R1 assuming that IPv6 is already enabled and that you can ping directly across all links. Start by creating an ISAKMP policy.
R1(config)#crypto isakmp policy 10
R1(config-isakmp)#hash sha
R1(config-isakmp)#authentication pre-share
R1(config-isakmp)#encryption aes 192
R1(config-isakmp)#group 2
R1(config-isakmp)#exit
[Read more...]









