Cisco – IPv6: How to start? (ISP perspective)

ciscoipv4ipv6networking

In our company we have a range of /21 (2048) IPv4 public addresses.

We have a bunch of Cisco routers and servers.

How to get started with IPv6? What can we do to provide internet to our clients with IPv6 compliment as well?

Best Answer

If you're a network operator, the first step should be IPv6-enabling your network. Talk to your upstream provider(s) about adding IPv6 to your existing service arrangement. If they're not ready or it looks to be too much of a hassle, consider using a tunnel broker. I've had good experience with Hurricane Electric and they will allocate you a /48 and peer with your existing BGP ASN with almost no hassle.

Take your time enabling IPv6 on each device. Vendor test coverage for IPv6 features is definitely not what it is for IPv4. Expect issues and downtime. If you're not OK with this, stop. Let others deal with the pain and revisit when 'www.cisco.com' and 'www.juniper.net' start returning AAAA records.

Figure you'll run dual-stack indefinitely. IPv4 will be around for a long time. If you're running OSPF, that means now you're running both OSPF and OSPFv3 indefinitely. IS-IS is a little nicer in this respect since it will handle both natively (but what's the chance you're already using it?). MP-BGP also lets you combine IPv4 and IPv6 updates in the same session. If you're really hard-core, you could change your IBGP sessions to peer via IPv6--if your IPv6 breaks, you'll know it because you'll lose all your v4 routes!

Embrace auto-configuration and DNS. Resist the temptation to statically configure addresses. Particularly if you go with a tunnel broker to start, consider that you may want to move to another provider. Unless you're big enough to get a direct allocation from a RIR, that means renumbering to the new provider's space. If you've used auto-configuration everywhere, renumbering your entire block will almost be a non-event.

Don't switch unsuspecting users over until IPv6 works at least as well as your existing IPv4 service. A lot of browsers and OSes will prefer AAAA records over A records and the user will never know he's using IPv6. If you're shoving thousands of users' IPv6 traffic through a crappy tunnel, all the user will know is that your network sucks.

Now that you've built your rock-solid, well-connected IPv6 network, Ask Google for AAAA records, or you could wait for June 8, 2011 and see how things go.