SlideShare a Scribd company logo
1 of 15
A mechanism for IPv6 migration and IPv4 sunsetting
AutoIP
Shishio Tsuchiya – CSE shtsuchi@cisco.com
Ole Trøan – Tech Lead
Steve Simlo – Product Manager
2© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  A mechanism for IPv6 migration and IPv4 sunsetting
•  Dynamically Create Overlay Tunnel Topology
•  Use Native IGP to discovery tunnel end point
What is AutoIP?
3© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
IPv6 Network Transition – AutoIP Phases
When AutoIP will be needed
IPv4 Access
Network	
IPv4 Core
Edge Network	
IPv4 only
IPv6 Access
Network	
IPv6 Core	
Edge Network	
IPv6-Only
Dual Stack
Core
+
Access
	
Edge Network	
Dual Stack	
PE	
CE	
Edge
Network
v4
over
v6
	
Dual Stack Core	
4over6	
AutoIP Phase
CE	
Dual Stack Core
v6
over
v4	
Edge Network	
AutoIP Phase
6over4	
CE	
IPv6 Transition Technology
6 over 4
IPv4 Sunset Technology
4 over 6
IPv4 IPv6
4© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  Current most of enterprise network status
•  What is problem to deploy IPv6
-Hardware not support IPv6 - Software not support IPv6
-Lack of IPv6 feature - Lack of resource to deploy new protocol(IPv6) and new routing
protocol(ex.OSPFv3)
IPv4 only
IPv4 Access
Network	
IPv4 Core
Edge Network	
IPv4 only
OSPFv2 OSPFv2 OSPFv2 OSPFv2
5© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  IPv4/IPv6 enabled on dual Stack capable node/network
•  Enabled AutoIP, then it makes IPv6 over IPv4 tunnel automatically
•  Can use different routing protocol in each of address families. ex. EIGRP using in IPv4
but would like to use OSPFv3 in IPv6.
AutoIP Phase IPv6 over IPv4
Dual Stack Core
v6
over
v4	
Edge Network	
AutoIP Phase
6over4	
CE	
OSPFv2
AutoIP
OSPFv2
OSPFv2
AutoIP
OSPFv2
OSPFv3 OSPFv3 OSPFv3
IPv6 unaware
IPv6 over IPv4
6© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  IPv6 enable on all of node/network
•  The Problem is …have to manage multiple routing protocols
IPv4/IPv6 Dual Stack
OSPFv3
Dual Stack
Core
+
Access
	
Edge Network	
Dual Stack	
CE	
OSPFv2 OSPFv2 OSPFv2 OSPFv2
OSPFv3 OSPFv3 OSPFv3
7© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  AutoIP enable for IPv6 terminal undeveloped site or IPv4 necessary site
•  Established IPv4 over IPv6 tunnel automatically
•  routing metric for tunnel would be -1 than actual routing metric. so traffic does not
transit at this point.
AutoIP Phase IPv4 Sunset IPv4 over IPv6
Edge
Network
v4
over
v6
	
Dual Stack Core	
4over6	
AutoIP Phase
CE	
OSPFv3
OSPFv2 OSPFv2 OSPFv2 OSPFv2
OSPFv3
AutoIP
OSPFv3
OSPFv3
AutoIP
IPv4 over IPv6
8© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  IPv4 routing protocol disabled on intermediate node
•  OSPFv2 only running over overlay topology
AutoIP Phase IPv4 Sunset IPv4 over IPv6
OSPFv3
OSPFv2 OSPFv2
OSPFv3
AutoIP
OSPFv3
OSPFv3
AutoIP
IPv4 over IPv6
Edge
Network
v4
over
v6
	
Dual Stack Core	
4over6	
AutoIP Phase
CE
9© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  Disable IPv4 on all of network when deployed all of IPv6 enable
terminal
IPv6 only network
IPv6 Access
Network	
IPv6 Core	
Edge Network	
IPv6-Only
PE	
OSPFv3OSPFv3 OSPFv3 OSPFv3
Final
10© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
AutoIP setup sequence
End Point Discovery
distribute node information in
network by extension IGP
OSPFv2 Router Information
(RI) Opaque LSA
OSPFv3 Router Information
(RI) Opaque LSA(RFC4970)
EIGRP:Community TLV
Overlay
Topology
Calculation
uses shortest tunnel
(not full mesh )
Tunnel Setup
Stateless: GRE/IPinIP
Signaled: IKE/L2TP
I can talk
GRE
I can talk
GRE
R1
Shortest
Path via
R1
Shortest
Path via
R1 R1
R1
11© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  AutoIP is standard based technology set
Routing Information LSA(RFC4970)
Tunnel Attribute(RFC5512/RFC5566)
Tunnel Setup(GRE/IPinIP/L2TP/IPSec)
•  Cisco already provide running code as EFT(Early Field Trial)
http://6lab.cisco.com/autoip/
Support EIGRP for IPv4/IPv6 and OSPFv2/OSPFv3
GRE tunnel type support
use tunnel template for tunnel create
Running Code
12© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
EFT implementation for OSPFv3
interface	
 Virtual-Template1	
 type	
 tunnel	
 
	
 ip	
 unnumbered	
 Loopback0	
 
	
 ipv6	
 enable	
 
	
 tunnel	
 source	
 Loopback0	
 
	
 tunnel	
 mode	
 gre	
 ipv6	
 
!	
 
autoip	
 ospfv3	
 1	
 area	
 0	
 ipv6	
 
	
 template	
 Virtual-Template1	
 
!	
 
	
 
	
 
JP2#show	
 ospfv3	
 database	
 autoip	
 	
 
	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 OSPFv3	
 1	
 address-family	
 ipv6	
 (router-id	
 192.168.255.2)	
 
	
  	
 AutoIP	
 (Type-13)	
 Link	
 States	
 (Area	
 0)	
 
	
 	
 LS	
 age:	
 87	
 
	
 	
 Link	
 State	
 ID:	
 0	
 (Interface	
 ID)	
 
	
 	
 Advertising	
 Router:	
 192.168.255.1	
 
	
 	
 LS	
 Seq	
 Number:	
 80000036	
 
	
 	
 Checksum:	
 0x73CA	
 
	
 	
 Length:	
 40	
 
	
 	
 IPV6	
 Destination	
 to	
 this	
 node:	
 FD89:250E:192:168:FFFF::1	
 
	
 
--snip--
13© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
EFT implementation for OSPFv3 cont’d
JP2#show	
 ip	
 ospf	
 neighbor	
 	
 
Neighbor	
 ID	
 	
 	
 	
 	
 Pri	
 	
 	
 State	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 Dead	
 Time	
 	
 	
 Address	
 	
 	
 	
 	
 	
 	
 	
 	
 Interface	
 
	
 
192.168.255.1	
 	
 	
 	
 	
 0	
 	
 	
 FULL/	
 	
 -	
 	
 	
 	
 	
 	
 	
 	
 00:00:32	
 	
 	
 	
 192.168.255.1	
 	
 	
 Virtual-Access1	
 
	
 
JP2#show	
 ip	
 route	
 ospf	
 
-snip-	
 
O	
 E2	
 	
 	
 	
 	
 10.10.10.0/30	
 [110/1]	
 via	
 192.168.255.1,	
 00:15:01,	
 Virtual-Access1	
 
O	
 E2	
 	
 	
 	
 	
 10.10.10.4/30	
 [110/1]	
 via	
 192.168.255.1,	
 00:15:01,	
 Virtual-Access1	
 
-snip-	
 
O	
 	
 	
 	
 	
 	
 	
 	
 192.168.255.1	
 [110/3]	
 via	
 192.168.255.1,	
 00:15:01,	
 Virtual-Access1	
 
O	
 	
 	
 	
 	
 	
 	
 	
 192.168.255.3	
 [110/5]	
 via	
 192.168.255.1,	
 00:13:48,	
 Virtual-Access1	
 
O	
 	
 	
 	
 	
 	
 	
 	
 192.168.255.4	
 [110/4]	
 via	
 192.168.255.1,	
 00:15:01,	
 Virtual-Access1	
 
-snip-
14© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public
•  AutoIP is a mechanism for IPv6 migration and IPv4
sunsetting
•  AutoIP is standard based technology
•  Running code exists.
•  If interested in, let us know and try EFTJ
Summary
AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiya [A]

More Related Content

What's hot

JPNE MAP-E Deployment (IETF92@Dallas)
JPNE MAP-E Deployment (IETF92@Dallas)JPNE MAP-E Deployment (IETF92@Dallas)
JPNE MAP-E Deployment (IETF92@Dallas)Akira Nakagawa
 
How to Configure NetFlow v5 & v9 on Cisco Routers
How to Configure NetFlow v5 & v9 on Cisco RoutersHow to Configure NetFlow v5 & v9 on Cisco Routers
How to Configure NetFlow v5 & v9 on Cisco RoutersSolarWinds
 
MAP-E as IPv4 over IPv6 Technology - with some operational experiences
MAP-E as IPv4 over IPv6 Technology - with some operational experiencesMAP-E as IPv4 over IPv6 Technology - with some operational experiences
MAP-E as IPv4 over IPv6 Technology - with some operational experiencesAPNIC
 
Addressing IPv6
Addressing IPv6Addressing IPv6
Addressing IPv6Fastly
 
IPv6 Deployment in Japan
IPv6 Deployment in JapanIPv6 Deployment in Japan
IPv6 Deployment in JapanAkira Nakagawa
 
Cisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBookCisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBookRHC Technologies
 
Cisco IOS XRv Router Installation and Configuration Guide
Cisco IOS XRv Router Installation and Configuration GuideCisco IOS XRv Router Installation and Configuration Guide
Cisco IOS XRv Router Installation and Configuration GuideSalachudin Emir
 
Tutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerTutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerShu Sugimoto
 
Operational Experience of MAP-E
Operational Experience of MAP-EOperational Experience of MAP-E
Operational Experience of MAP-EAkira Nakagawa
 
Олег Купреев - Обзор и демонстрация нюансов и трюков из области беспроводных ...
Олег Купреев - Обзор и демонстрация нюансов и трюков из области беспроводных ...Олег Купреев - Обзор и демонстрация нюансов и трюков из области беспроводных ...
Олег Купреев - Обзор и демонстрация нюансов и трюков из области беспроводных ...DefconRussia
 
IPv6 deployment at APNIC
IPv6 deployment at APNICIPv6 deployment at APNIC
IPv6 deployment at APNICAPNIC
 
464XLAT Tutorial
464XLAT Tutorial464XLAT Tutorial
464XLAT TutorialAPNIC
 
LT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your network
LT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your networkLT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your network
LT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your networkIndonesia Network Operators Group
 
Лекц 15
Лекц 15Лекц 15
Лекц 15Muuluu
 
World IPv6 Day in indonesia
World IPv6 Day in indonesiaWorld IPv6 Day in indonesia
World IPv6 Day in indonesiaAffan Basalamah
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
IPv6 translation methods
IPv6 translation methodsIPv6 translation methods
IPv6 translation methodsAhmad Hijazi
 

What's hot (20)

JPNE MAP-E Deployment (IETF92@Dallas)
JPNE MAP-E Deployment (IETF92@Dallas)JPNE MAP-E Deployment (IETF92@Dallas)
JPNE MAP-E Deployment (IETF92@Dallas)
 
How to Configure NetFlow v5 & v9 on Cisco Routers
How to Configure NetFlow v5 & v9 on Cisco RoutersHow to Configure NetFlow v5 & v9 on Cisco Routers
How to Configure NetFlow v5 & v9 on Cisco Routers
 
MAP-E as IPv4 over IPv6 Technology - with some operational experiences
MAP-E as IPv4 over IPv6 Technology - with some operational experiencesMAP-E as IPv4 over IPv6 Technology - with some operational experiences
MAP-E as IPv4 over IPv6 Technology - with some operational experiences
 
NAT Traversal
NAT TraversalNAT Traversal
NAT Traversal
 
Addressing IPv6
Addressing IPv6Addressing IPv6
Addressing IPv6
 
Ipv6
Ipv6Ipv6
Ipv6
 
IPv6 Deployment in Japan
IPv6 Deployment in JapanIPv6 Deployment in Japan
IPv6 Deployment in Japan
 
Cisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBookCisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBook
 
Cisco IOS XRv Router Installation and Configuration Guide
Cisco IOS XRv Router Installation and Configuration GuideCisco IOS XRv Router Installation and Configuration Guide
Cisco IOS XRv Router Installation and Configuration Guide
 
Tutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerTutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting router
 
Operational Experience of MAP-E
Operational Experience of MAP-EOperational Experience of MAP-E
Operational Experience of MAP-E
 
Олег Купреев - Обзор и демонстрация нюансов и трюков из области беспроводных ...
Олег Купреев - Обзор и демонстрация нюансов и трюков из области беспроводных ...Олег Купреев - Обзор и демонстрация нюансов и трюков из области беспроводных ...
Олег Купреев - Обзор и демонстрация нюансов и трюков из области беспроводных ...
 
IPv6 deployment at APNIC
IPv6 deployment at APNICIPv6 deployment at APNIC
IPv6 deployment at APNIC
 
464XLAT Tutorial
464XLAT Tutorial464XLAT Tutorial
464XLAT Tutorial
 
LT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your network
LT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your networkLT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your network
LT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your network
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
 
World IPv6 Day in indonesia
World IPv6 Day in indonesiaWorld IPv6 Day in indonesia
World IPv6 Day in indonesia
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
IPv6 Addressing
IPv6 AddressingIPv6 Addressing
IPv6 Addressing
 
IPv6 translation methods
IPv6 translation methodsIPv6 translation methods
IPv6 translation methods
 

Similar to AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiya [A]

IPv6 Security - Myths and Reality
IPv6 Security - Myths and RealityIPv6 Security - Myths and Reality
IPv6 Security - Myths and RealitySwiss IPv6 Council
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Jhoni Guerrero
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesCisco Canada
 
Cisco Connect Montreal 2017 - Segment Routing - Technology Deep-dive and Adva...
Cisco Connect Montreal 2017 - Segment Routing - Technology Deep-dive and Adva...Cisco Connect Montreal 2017 - Segment Routing - Technology Deep-dive and Adva...
Cisco Connect Montreal 2017 - Segment Routing - Technology Deep-dive and Adva...Cisco Canada
 
IPv6 Fundamentals & Securities
IPv6 Fundamentals & SecuritiesIPv6 Fundamentals & Securities
IPv6 Fundamentals & SecuritiesDon Anto
 
IPv6 Security - Hacker Halted 2013
IPv6 Security - Hacker Halted 2013IPv6 Security - Hacker Halted 2013
IPv6 Security - Hacker Halted 2013Zivaro Inc
 
SRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptxSRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptxYohaWaid
 
OpenStack Havana over IPv6
OpenStack Havana over IPv6OpenStack Havana over IPv6
OpenStack Havana over IPv6Shixiong Shang
 
Rapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksRapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksSkeeve Stevens
 
CodiLime Tech Talk - Adam Kułagowski: IPv6 - introduction
CodiLime Tech Talk - Adam Kułagowski: IPv6 - introductionCodiLime Tech Talk - Adam Kułagowski: IPv6 - introduction
CodiLime Tech Talk - Adam Kułagowski: IPv6 - introductionCodiLime
 
Cisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceCisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceBertrand Duvivier
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesCisco Canada
 
Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Cisco Canada
 
SRv6 Network Programming: deployment use-cases
SRv6 Network Programming: deployment use-cases SRv6 Network Programming: deployment use-cases
SRv6 Network Programming: deployment use-cases APNIC
 
IPv6 Development in ITB 2013
IPv6 Development in ITB 2013IPv6 Development in ITB 2013
IPv6 Development in ITB 2013Affan Basalamah
 
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptxCCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptxManishkumarSharma338257
 
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantImplementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantShixiong Shang
 

Similar to AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiya [A] (20)

mpls CNNA.pdf
mpls CNNA.pdfmpls CNNA.pdf
mpls CNNA.pdf
 
IPv6 Security - Myths and Reality
IPv6 Security - Myths and RealityIPv6 Security - Myths and Reality
IPv6 Security - Myths and Reality
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
 
Cisco Connect Montreal 2017 - Segment Routing - Technology Deep-dive and Adva...
Cisco Connect Montreal 2017 - Segment Routing - Technology Deep-dive and Adva...Cisco Connect Montreal 2017 - Segment Routing - Technology Deep-dive and Adva...
Cisco Connect Montreal 2017 - Segment Routing - Technology Deep-dive and Adva...
 
IPv6 Fundamentals & Securities
IPv6 Fundamentals & SecuritiesIPv6 Fundamentals & Securities
IPv6 Fundamentals & Securities
 
Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140) Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140)
 
IPv6 Security - Hacker Halted 2013
IPv6 Security - Hacker Halted 2013IPv6 Security - Hacker Halted 2013
IPv6 Security - Hacker Halted 2013
 
SRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptxSRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptx
 
OpenStack Havana over IPv6
OpenStack Havana over IPv6OpenStack Havana over IPv6
OpenStack Havana over IPv6
 
Rapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksRapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP Networks
 
CodiLime Tech Talk - Adam Kułagowski: IPv6 - introduction
CodiLime Tech Talk - Adam Kułagowski: IPv6 - introductionCodiLime Tech Talk - Adam Kułagowski: IPv6 - introduction
CodiLime Tech Talk - Adam Kułagowski: IPv6 - introduction
 
Cisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceCisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advance
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
 
Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching
 
SRv6 Network Programming: deployment use-cases
SRv6 Network Programming: deployment use-cases SRv6 Network Programming: deployment use-cases
SRv6 Network Programming: deployment use-cases
 
IPv6 Development in ITB 2013
IPv6 Development in ITB 2013IPv6 Development in ITB 2013
IPv6 Development in ITB 2013
 
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptxCCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
 
ION Sri Lanka - IPv6 Deployment at IIJ (IPv6 Panel)
ION Sri Lanka - IPv6 Deployment at IIJ (IPv6 Panel)ION Sri Lanka - IPv6 Deployment at IIJ (IPv6 Panel)
ION Sri Lanka - IPv6 Deployment at IIJ (IPv6 Panel)
 
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantImplementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
 

More from APNIC

DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119APNIC
 
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119APNIC
 
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119APNIC
 
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119APNIC
 
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119APNIC
 
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...APNIC
 
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC
 
NANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonNANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonAPNIC
 
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonDNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonAPNIC
 
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPNIC
 
Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6APNIC
 
AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!APNIC
 
CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023APNIC
 
AFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAPNIC
 
AFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAPNIC
 
AFSIG 2023: Internet routing and addressing
AFSIG 2023: Internet routing and addressingAFSIG 2023: Internet routing and addressing
AFSIG 2023: Internet routing and addressingAPNIC
 

More from APNIC (20)

DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119
 
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119draft-harrison-sidrops-manifest-number-01, presented at IETF 119
draft-harrison-sidrops-manifest-number-01, presented at IETF 119
 
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
Making an RFC in Today's IETF, presented by Geoff Huston at IETF 119
 
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
IPv6 Operational Issues (with DNS), presented by Geoff Huston at IETF 119
 
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
Is DNS ready for IPv6, presented by Geoff Huston at IETF 119
 
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
 
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
APNIC Update and RIR Policies for ccTLDs, presented at APTLD 85
 
NANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff HustonNANOG 90: 'BGP in 2023' presented by Geoff Huston
NANOG 90: 'BGP in 2023' presented by Geoff Huston
 
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff HustonDNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
DNS-OARC 42: Is the DNS ready for IPv6? presentation by Geoff Huston
 
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, ThailandAPAN 57: APNIC Report at APAN 57, Bangkok, Thailand
APAN 57: APNIC Report at APAN 57, Bangkok, Thailand
 
Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6Lao Digital Week 2024: It's time to deploy IPv6
Lao Digital Week 2024: It's time to deploy IPv6
 
AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!AINTEC 2023: Networking in the Penumbra!
AINTEC 2023: Networking in the Penumbra!
 
CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023CNIRC 2023: Global and Regional IPv6 Deployment 2023
CNIRC 2023: Global and Regional IPv6 Deployment 2023
 
AFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet developmentAFSIG 2023: APNIC Foundation and support for Internet development
AFSIG 2023: APNIC Foundation and support for Internet development
 
AFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment StatusAFNOG 1: Afghanistan IP Deployment Status
AFNOG 1: Afghanistan IP Deployment Status
 
AFSIG 2023: Internet routing and addressing
AFSIG 2023: Internet routing and addressingAFSIG 2023: Internet routing and addressing
AFSIG 2023: Internet routing and addressing
 

Recently uploaded

How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663Call Girls Mumbai
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewingbigorange77
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdfkeithzhangding
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 

Recently uploaded (20)

How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewing
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 

AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiya [A]

  • 1. A mechanism for IPv6 migration and IPv4 sunsetting AutoIP Shishio Tsuchiya – CSE shtsuchi@cisco.com Ole Trøan – Tech Lead Steve Simlo – Product Manager
  • 2. 2© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  A mechanism for IPv6 migration and IPv4 sunsetting •  Dynamically Create Overlay Tunnel Topology •  Use Native IGP to discovery tunnel end point What is AutoIP?
  • 3. 3© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public IPv6 Network Transition – AutoIP Phases When AutoIP will be needed IPv4 Access Network IPv4 Core Edge Network IPv4 only IPv6 Access Network IPv6 Core Edge Network IPv6-Only Dual Stack Core + Access Edge Network Dual Stack PE CE Edge Network v4 over v6 Dual Stack Core 4over6 AutoIP Phase CE Dual Stack Core v6 over v4 Edge Network AutoIP Phase 6over4 CE IPv6 Transition Technology 6 over 4 IPv4 Sunset Technology 4 over 6 IPv4 IPv6
  • 4. 4© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  Current most of enterprise network status •  What is problem to deploy IPv6 -Hardware not support IPv6 - Software not support IPv6 -Lack of IPv6 feature - Lack of resource to deploy new protocol(IPv6) and new routing protocol(ex.OSPFv3) IPv4 only IPv4 Access Network IPv4 Core Edge Network IPv4 only OSPFv2 OSPFv2 OSPFv2 OSPFv2
  • 5. 5© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  IPv4/IPv6 enabled on dual Stack capable node/network •  Enabled AutoIP, then it makes IPv6 over IPv4 tunnel automatically •  Can use different routing protocol in each of address families. ex. EIGRP using in IPv4 but would like to use OSPFv3 in IPv6. AutoIP Phase IPv6 over IPv4 Dual Stack Core v6 over v4 Edge Network AutoIP Phase 6over4 CE OSPFv2 AutoIP OSPFv2 OSPFv2 AutoIP OSPFv2 OSPFv3 OSPFv3 OSPFv3 IPv6 unaware IPv6 over IPv4
  • 6. 6© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  IPv6 enable on all of node/network •  The Problem is …have to manage multiple routing protocols IPv4/IPv6 Dual Stack OSPFv3 Dual Stack Core + Access Edge Network Dual Stack CE OSPFv2 OSPFv2 OSPFv2 OSPFv2 OSPFv3 OSPFv3 OSPFv3
  • 7. 7© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  AutoIP enable for IPv6 terminal undeveloped site or IPv4 necessary site •  Established IPv4 over IPv6 tunnel automatically •  routing metric for tunnel would be -1 than actual routing metric. so traffic does not transit at this point. AutoIP Phase IPv4 Sunset IPv4 over IPv6 Edge Network v4 over v6 Dual Stack Core 4over6 AutoIP Phase CE OSPFv3 OSPFv2 OSPFv2 OSPFv2 OSPFv2 OSPFv3 AutoIP OSPFv3 OSPFv3 AutoIP IPv4 over IPv6
  • 8. 8© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  IPv4 routing protocol disabled on intermediate node •  OSPFv2 only running over overlay topology AutoIP Phase IPv4 Sunset IPv4 over IPv6 OSPFv3 OSPFv2 OSPFv2 OSPFv3 AutoIP OSPFv3 OSPFv3 AutoIP IPv4 over IPv6 Edge Network v4 over v6 Dual Stack Core 4over6 AutoIP Phase CE
  • 9. 9© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  Disable IPv4 on all of network when deployed all of IPv6 enable terminal IPv6 only network IPv6 Access Network IPv6 Core Edge Network IPv6-Only PE OSPFv3OSPFv3 OSPFv3 OSPFv3 Final
  • 10. 10© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public AutoIP setup sequence End Point Discovery distribute node information in network by extension IGP OSPFv2 Router Information (RI) Opaque LSA OSPFv3 Router Information (RI) Opaque LSA(RFC4970) EIGRP:Community TLV Overlay Topology Calculation uses shortest tunnel (not full mesh ) Tunnel Setup Stateless: GRE/IPinIP Signaled: IKE/L2TP I can talk GRE I can talk GRE R1 Shortest Path via R1 Shortest Path via R1 R1 R1
  • 11. 11© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  AutoIP is standard based technology set Routing Information LSA(RFC4970) Tunnel Attribute(RFC5512/RFC5566) Tunnel Setup(GRE/IPinIP/L2TP/IPSec) •  Cisco already provide running code as EFT(Early Field Trial) http://6lab.cisco.com/autoip/ Support EIGRP for IPv4/IPv6 and OSPFv2/OSPFv3 GRE tunnel type support use tunnel template for tunnel create Running Code
  • 12. 12© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public EFT implementation for OSPFv3 interface Virtual-Template1 type tunnel ip unnumbered Loopback0 ipv6 enable tunnel source Loopback0 tunnel mode gre ipv6 ! autoip ospfv3 1 area 0 ipv6 template Virtual-Template1 ! JP2#show ospfv3 database autoip OSPFv3 1 address-family ipv6 (router-id 192.168.255.2) AutoIP (Type-13) Link States (Area 0) LS age: 87 Link State ID: 0 (Interface ID) Advertising Router: 192.168.255.1 LS Seq Number: 80000036 Checksum: 0x73CA Length: 40 IPV6 Destination to this node: FD89:250E:192:168:FFFF::1 --snip--
  • 13. 13© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public EFT implementation for OSPFv3 cont’d JP2#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 192.168.255.1 0 FULL/ - 00:00:32 192.168.255.1 Virtual-Access1 JP2#show ip route ospf -snip- O E2 10.10.10.0/30 [110/1] via 192.168.255.1, 00:15:01, Virtual-Access1 O E2 10.10.10.4/30 [110/1] via 192.168.255.1, 00:15:01, Virtual-Access1 -snip- O 192.168.255.1 [110/3] via 192.168.255.1, 00:15:01, Virtual-Access1 O 192.168.255.3 [110/5] via 192.168.255.1, 00:13:48, Virtual-Access1 O 192.168.255.4 [110/4] via 192.168.255.1, 00:15:01, Virtual-Access1 -snip-
  • 14. 14© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public •  AutoIP is a mechanism for IPv6 migration and IPv4 sunsetting •  AutoIP is standard based technology •  Running code exists. •  If interested in, let us know and try EFTJ Summary