SlideShare a Scribd company logo
Telstra Unrestricted Copyright Telstra©
IPv6 in the Telco Cloud
APNIC 44 – September 2017
Sunny Yeung
Senior Technology Specialist, Telstra Wireless Network Engineering
Sunny.Yeung@team.telstra.com
Technical lead for
Wireless IPv6 deployment
Wireless Mobile Edge and Telco Cloud IP Architecture
Introduction
2 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
What does a IPv6 Mobile Network look like?
Where are we at with deployment?
What challenges lies ahead? Where else do we need to consider IPv6?
Executive Summary
3 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Telstra Unrestricted Copyright Telstra©
IPv6 for a Mobile Network
4 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
As IPv4 addresses deplete, it will be more expensive to extend IPv4
resources
Dual-Stack is an effective transition technology but does not solve the
IPv4 depletion problem
Introducing IPv6:
• Reduced dependency on NAT
• Remove the need for regionalisation
• Pushes applications to move to IPv6
IPv6 for a Mobile Network
Why?
5 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
IPv6 for a Mobile Network
Traffic Flow
6 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
IPv4	Public	Internet
Carrier	Network
(IPv4	+	IPv6)
IPv6	Public	InternetIBR
NAT64
Public	IPv6	to	Public	IPv4
Native	IPv6
Radio	Network
(IPv4	transport)
EPG
Single	–	Bearer
IPv6	only	user	plane
IPv6
Two existing APNs – one for Handsets, one for Mobile Broadband and Tethering
or
464XLAT + NAT64 + DNS64 for the Handset APN only
IPv6 enabled DNS for all other APNs
IPv6 for a Mobile Network
Different APNs for different purposes
7 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Telstra.WAP
Telstra.Internet
NAT64/
DNS64
464XLAT Internet
DNS-DS/	
NAT44
Internet
Telstra Unrestricted Copyright Telstra©
What have we achieved so far?
8 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Most major content providers are providing IPv6 reachability
Some providers have mandated IPv6 support in their app stores and all
new apps must support native IPv6
Networks are evolving to support new IPv6 connections – SS or DS
Devices are beginning to support IPv6 natively
What have we achieved so far?
9 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
What have we achieved so far?
10 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Source - https://www.google.com/intl/en/ipv6/statistics.html
So what is there left to do?
11 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Telstra Unrestricted Copyright Telstra©
Complexity in the network
12 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Value Added Services or packet processing requires manual steps today
Each path may require a unique VPN or PBR to define its path. The more
services, the more convoluted this becomes.
Complexity in the network
13 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
InternetMobile	Network
PGW
FW
Video	
Optimizer
Parental	
Control
Border	Router
Complexity in the network
Network Function Virtualization
14 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Virtualisation may reduce the cost
of such network functions, but does
not necessarily reduce the network
complexity
Each path may require a unique
VPN or PBR to define its path. The
more services, the more convoluted
this becomes.
vFW
vVideo	
Optimizer
vParental	
Control
vPGW
Internet	ProviderMobile	Network
PE
Leaf
BR
vCGN
Leaf
Spine Spine
Complexity in the network
SDN only solves one of many problems
15 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Software-Defined Network means
many different things to many
people.
Service Function Chaining is the
equivalent of PBR for SDN.
1. Identify the user
2. Allocate a service chain to the
user according to their
subscription
3. Program the network to direct
the packets of this user to the
appropriate VNFs
vFW
vVideo	
Optimizer
vParental	
Control
vPGW
Internet	ProviderMobile	Network
PE
Leaf
BR
vCGN
Leaf
Spine Spine
If	Service	A
	then	vFW
	then	vCGN
	then	Internet
If	Service	B
	then	vFW
	then	vParental	Control
	then	vCGN
	then	Internet
If	Service	C
	then	vVideo	Optimizer
	then	vParental	Control
	then	vCGN
	then	Internet
Openflow	
Switch
Let’s dive deeper…
16 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Complexity in the network
Underlay and Overlay
17 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Underlay can be IPv4 only. But why?
Can we do Point-to-Point /127 and do
away with IPv4 altogether?
Is VXLAN over EVPN the best solution
for a Telco Cloud? What about service
chaining?
This should all be contained within a
single AS. What routing protocol is run
between VTEPs?
If this is entirely IPv6, can we leverage
Segment Routing for SDN control?vFW
vVideo	
Optimizer
vParental	
Control
vPGW
Internet	ProviderMobile	Network
PE
Leaf
BR
vCGN
Leaf
Spine Spine
SR?
Complexity in the network
Underlay and Overlay
18 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Openstack is somewhat ready for IPv6
– neutron supports IPv6 subnets and
DHCPv6, as well as SLAAC
You can begin to onboard tenants that
can be IPv6 enabled.
Really there is only two options –
Dual-Stack everything, or Conditional
Dual-Stack.
API endpoints
Databases
Automation
Interfaces
IPv4/IPv6
IPv4/IPv6
IPv4/IPv6
IPv4/IPv6
Does not support the use of an external IPAM module for IPv6 to allocate
the subnet.
OVS tunnel types do not support IPv6 endpoints until OVS 2.6.0+
Single-stack IPv6 tenant networking not fully available.
VPN support not good until at least Kilo.
NAT on OvS for IPv4.
Complexity in the network
Openstack does not fully support IPv6
19 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Telstra Unrestricted Copyright Telstra©
Fog and Transport
20 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Fog
21 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
5G requires super low latency
depending on the network slice
required and the application behind it.
At some point, we must move the
cloud even closer to the user
Telco Cloud:
1. Service Functions in VNFs
2. Virtualised Packet Core Nodes
3. Media Cache
4. Value Added Services
Transit	Provider Content	Provider
MPLS	Core
Internet
Aggregation
PE
Border	Router
Roaming	Gateway
CRAN
Telco	
Cloud
Transport
22 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
IPv6 SS for transport layer ? (6PE)
SRIPv6 to replace traditional
MPLS?
6VPE required to ensure services
provided by different VPNs have
IPv6 support
Transit	Provider Content	Provider
MPLS	Core
Internet
Aggregation
PE
Border	Router
Roaming	Gateway
CRAN
Telco	
Cloud
Telstra Unrestricted Copyright Telstra©
What is our goal?
23 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
The full removal of IPv4 private and public addressing from the entire
network
Enable NAT translations for only what is necessary
IPv4aaS
What is our goal?
24 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
There is a long journey yet for IPv6, this is just the start…
25 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
Telstra Unrestricted Copyright Telstra©
Thanks!
26 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017

More Related Content

What's hot

IPv6 Progress and Challenges in Japan
IPv6 Progress and Challenges in JapanIPv6 Progress and Challenges in Japan
IPv6 Progress and Challenges in Japan
APNIC
 
Roadmap to Next Generation IP Networks: A Review of the Fundamentals
Roadmap to Next Generation IP Networks: A Review of the FundamentalsRoadmap to Next Generation IP Networks: A Review of the Fundamentals
Roadmap to Next Generation IP Networks: A Review of the FundamentalsNetwork Utility Force
 
IPv6 translation methods
IPv6 translation methodsIPv6 translation methods
IPv6 translation methods
Ahmad Hijazi
 
Cameron - TMO IPv6 Norway Meeting
Cameron - TMO  IPv6 Norway MeetingCameron - TMO  IPv6 Norway Meeting
Cameron - TMO IPv6 Norway MeetingIPv6no
 
Cisco Live! :: Content Delivery Networks (CDN)
Cisco Live! :: Content Delivery Networks (CDN)Cisco Live! :: Content Delivery Networks (CDN)
Cisco Live! :: Content Delivery Networks (CDN)
Bruno Teixeira
 
vCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE frameworkvCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE framework
Cloudify Community
 
464XLAT Tutorial
464XLAT Tutorial464XLAT Tutorial
464XLAT Tutorial
APNIC
 
V cpe deployment-best-practices-presentation
V cpe deployment-best-practices-presentationV cpe deployment-best-practices-presentation
V cpe deployment-best-practices-presentation
Nir Cohen
 
Content over IPv6: no excuses
Content over IPv6: no excusesContent over IPv6: no excuses
Content over IPv6: no excuses
Ivan Pepelnjak
 
NFV SDN Summit March 2014 D1 07 kireeti_kompella Native MPLS Fabric
NFV SDN Summit March 2014 D1 07 kireeti_kompella Native MPLS FabricNFV SDN Summit March 2014 D1 07 kireeti_kompella Native MPLS Fabric
NFV SDN Summit March 2014 D1 07 kireeti_kompella Native MPLS Fabricozkan01
 
The Use of IPv6 in IoT
The Use of IPv6 in IoTThe Use of IPv6 in IoT
The Use of IPv6 in IoT
Oliver Müller
 
IPv6 Deployment In Enterprise Networks
IPv6 Deployment In Enterprise NetworksIPv6 Deployment In Enterprise Networks
IPv6 Deployment In Enterprise Networks
Ivan Pepelnjak
 
Transition To I Pv6
Transition To I Pv6Transition To I Pv6
Transition To I Pv6
Fred Bovy
 
DDoS Mitigation using BGP Flowspec
DDoS Mitigation using BGP Flowspec DDoS Mitigation using BGP Flowspec
DDoS Mitigation using BGP Flowspec
APNIC
 
IPv6 Transition
IPv6 TransitionIPv6 Transition
IPv6 Transition
Swiss IPv6 Council
 
IPv6 - A Real World Deployment for Mobiles
IPv6 - A Real World Deployment for MobilesIPv6 - A Real World Deployment for Mobiles
IPv6 - A Real World Deployment for Mobiles
APNIC
 
DPDK Summit 2015 - Sprint - Arun Rajagopal
DPDK Summit 2015 - Sprint - Arun RajagopalDPDK Summit 2015 - Sprint - Arun Rajagopal
DPDK Summit 2015 - Sprint - Arun Rajagopal
Jim St. Leger
 
Jan zorz procurement-ripe-501
Jan zorz procurement-ripe-501Jan zorz procurement-ripe-501
Jan zorz procurement-ripe-501IPv6no
 

What's hot (20)

IPv6 Progress and Challenges in Japan
IPv6 Progress and Challenges in JapanIPv6 Progress and Challenges in Japan
IPv6 Progress and Challenges in Japan
 
Roadmap to Next Generation IP Networks: A Review of the Fundamentals
Roadmap to Next Generation IP Networks: A Review of the FundamentalsRoadmap to Next Generation IP Networks: A Review of the Fundamentals
Roadmap to Next Generation IP Networks: A Review of the Fundamentals
 
IPv6 translation methods
IPv6 translation methodsIPv6 translation methods
IPv6 translation methods
 
Cameron - TMO IPv6 Norway Meeting
Cameron - TMO  IPv6 Norway MeetingCameron - TMO  IPv6 Norway Meeting
Cameron - TMO IPv6 Norway Meeting
 
I pv6
I pv6I pv6
I pv6
 
Cisco Live! :: Content Delivery Networks (CDN)
Cisco Live! :: Content Delivery Networks (CDN)Cisco Live! :: Content Delivery Networks (CDN)
Cisco Live! :: Content Delivery Networks (CDN)
 
Final Assignment On IPv4 vs IPv6
Final Assignment On IPv4 vs IPv6Final Assignment On IPv4 vs IPv6
Final Assignment On IPv4 vs IPv6
 
vCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE frameworkvCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE framework
 
464XLAT Tutorial
464XLAT Tutorial464XLAT Tutorial
464XLAT Tutorial
 
V cpe deployment-best-practices-presentation
V cpe deployment-best-practices-presentationV cpe deployment-best-practices-presentation
V cpe deployment-best-practices-presentation
 
Content over IPv6: no excuses
Content over IPv6: no excusesContent over IPv6: no excuses
Content over IPv6: no excuses
 
NFV SDN Summit March 2014 D1 07 kireeti_kompella Native MPLS Fabric
NFV SDN Summit March 2014 D1 07 kireeti_kompella Native MPLS FabricNFV SDN Summit March 2014 D1 07 kireeti_kompella Native MPLS Fabric
NFV SDN Summit March 2014 D1 07 kireeti_kompella Native MPLS Fabric
 
The Use of IPv6 in IoT
The Use of IPv6 in IoTThe Use of IPv6 in IoT
The Use of IPv6 in IoT
 
IPv6 Deployment In Enterprise Networks
IPv6 Deployment In Enterprise NetworksIPv6 Deployment In Enterprise Networks
IPv6 Deployment In Enterprise Networks
 
Transition To I Pv6
Transition To I Pv6Transition To I Pv6
Transition To I Pv6
 
DDoS Mitigation using BGP Flowspec
DDoS Mitigation using BGP Flowspec DDoS Mitigation using BGP Flowspec
DDoS Mitigation using BGP Flowspec
 
IPv6 Transition
IPv6 TransitionIPv6 Transition
IPv6 Transition
 
IPv6 - A Real World Deployment for Mobiles
IPv6 - A Real World Deployment for MobilesIPv6 - A Real World Deployment for Mobiles
IPv6 - A Real World Deployment for Mobiles
 
DPDK Summit 2015 - Sprint - Arun Rajagopal
DPDK Summit 2015 - Sprint - Arun RajagopalDPDK Summit 2015 - Sprint - Arun Rajagopal
DPDK Summit 2015 - Sprint - Arun Rajagopal
 
Jan zorz procurement-ripe-501
Jan zorz procurement-ripe-501Jan zorz procurement-ripe-501
Jan zorz procurement-ripe-501
 

Similar to IPv6 in the Telco Cloud

IPv6 in the Telco Cloud and 5G
IPv6 in the Telco Cloud and 5GIPv6 in the Telco Cloud and 5G
IPv6 in the Telco Cloud and 5G
APNIC
 
IPv6 Single Stack Now or Later? - The Ultimate Carrier Conundrum
IPv6 Single Stack Now or Later? - The Ultimate Carrier ConundrumIPv6 Single Stack Now or Later? - The Ultimate Carrier Conundrum
IPv6 Single Stack Now or Later? - The Ultimate Carrier Conundrum
APNIC
 
Next Generation Network Architecture
Next Generation Network ArchitectureNext Generation Network Architecture
Next Generation Network Architecture
APNIC
 
Hypes? Fanfares? Fads? Wading through the muddy IPv6 puddle
Hypes? Fanfares? Fads? Wading through the muddy IPv6 puddleHypes? Fanfares? Fads? Wading through the muddy IPv6 puddle
Hypes? Fanfares? Fads? Wading through the muddy IPv6 puddle
APNIC
 
IPv6 in Mobile Networks
IPv6 in Mobile NetworksIPv6 in Mobile Networks
IPv6 in Mobile Networks
APNIC
 
Cisco Connect 2018 Thailand - Innovation towards sp transformation mr.sean wa...
Cisco Connect 2018 Thailand - Innovation towards sp transformation mr.sean wa...Cisco Connect 2018 Thailand - Innovation towards sp transformation mr.sean wa...
Cisco Connect 2018 Thailand - Innovation towards sp transformation mr.sean wa...
NetworkCollaborators
 
WAN Summit NYC: SDN, SD-WAN, NFV - I'm Confused!
WAN Summit NYC: SDN, SD-WAN, NFV - I'm Confused!WAN Summit NYC: SDN, SD-WAN, NFV - I'm Confused!
WAN Summit NYC: SDN, SD-WAN, NFV - I'm Confused!
Ciaran Roche
 
The Cisco IP/MPLS Backbone Solution
The Cisco IP/MPLS Backbone SolutionThe Cisco IP/MPLS Backbone Solution
The Cisco IP/MPLS Backbone Solution
AbdulrahmanRahmani4
 
Ieee ce.dcai
Ieee ce.dcaiIeee ce.dcai
Ieee ce.dcai
Rama Subramanian
 
Summit 16: IPv6 in DT's TeraStream
Summit 16: IPv6 in DT's TeraStreamSummit 16: IPv6 in DT's TeraStream
Summit 16: IPv6 in DT's TeraStream
OPNFV
 
IPv6 Readiness
IPv6 ReadinessIPv6 Readiness
IPv6 Readiness
APNIC
 
IPv6 Single Stack Now or Later? - The ultimate carrier conundrum, by Sunny Ye...
IPv6 Single Stack Now or Later? - The ultimate carrier conundrum, by Sunny Ye...IPv6 Single Stack Now or Later? - The ultimate carrier conundrum, by Sunny Ye...
IPv6 Single Stack Now or Later? - The ultimate carrier conundrum, by Sunny Ye...
APNIC
 
PLNOG 22 - Denis Zotov - SD-WAN - typowe i nietypowe zastosowania
PLNOG 22 - Denis Zotov - SD-WAN - typowe i nietypowe zastosowaniaPLNOG 22 - Denis Zotov - SD-WAN - typowe i nietypowe zastosowania
PLNOG 22 - Denis Zotov - SD-WAN - typowe i nietypowe zastosowania
PROIDEA
 
ION Malta - Seeweb Thoughts on IPv6 Transition
ION Malta - Seeweb Thoughts on IPv6 TransitionION Malta - Seeweb Thoughts on IPv6 Transition
ION Malta - Seeweb Thoughts on IPv6 Transition
Deploy360 Programme (Internet Society)
 
IPv6 Support at NEC CEs
IPv6 Support at NEC CEsIPv6 Support at NEC CEs
IPv6 Support at NEC CEs
APNIC
 
World of many (OpenStack) clouds - the Making of the Intercloud
World of many (OpenStack) clouds - the Making of the IntercloudWorld of many (OpenStack) clouds - the Making of the Intercloud
World of many (OpenStack) clouds - the Making of the Intercloud
Lew Tucker
 
IRJET- Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET-  	  Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIPIRJET-  	  Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET- Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET Journal
 
[Cisco Connect 2018 - Vietnam] 3. rajinder singh cisco sd-wan-next generati...
[Cisco Connect 2018 - Vietnam] 3. rajinder singh   cisco sd-wan-next generati...[Cisco Connect 2018 - Vietnam] 3. rajinder singh   cisco sd-wan-next generati...
[Cisco Connect 2018 - Vietnam] 3. rajinder singh cisco sd-wan-next generati...
Nur Shiqim Chok
 

Similar to IPv6 in the Telco Cloud (20)

IPv6 in the Telco Cloud and 5G
IPv6 in the Telco Cloud and 5GIPv6 in the Telco Cloud and 5G
IPv6 in the Telco Cloud and 5G
 
IPv6 Single Stack Now or Later? - The Ultimate Carrier Conundrum
IPv6 Single Stack Now or Later? - The Ultimate Carrier ConundrumIPv6 Single Stack Now or Later? - The Ultimate Carrier Conundrum
IPv6 Single Stack Now or Later? - The Ultimate Carrier Conundrum
 
Next Generation Network Architecture
Next Generation Network ArchitectureNext Generation Network Architecture
Next Generation Network Architecture
 
Hypes? Fanfares? Fads? Wading through the muddy IPv6 puddle
Hypes? Fanfares? Fads? Wading through the muddy IPv6 puddleHypes? Fanfares? Fads? Wading through the muddy IPv6 puddle
Hypes? Fanfares? Fads? Wading through the muddy IPv6 puddle
 
IPv6 in Mobile Networks
IPv6 in Mobile NetworksIPv6 in Mobile Networks
IPv6 in Mobile Networks
 
Cisco Connect 2018 Thailand - Innovation towards sp transformation mr.sean wa...
Cisco Connect 2018 Thailand - Innovation towards sp transformation mr.sean wa...Cisco Connect 2018 Thailand - Innovation towards sp transformation mr.sean wa...
Cisco Connect 2018 Thailand - Innovation towards sp transformation mr.sean wa...
 
IPv6: Early Mover Advantage?
IPv6: Early Mover Advantage?IPv6: Early Mover Advantage?
IPv6: Early Mover Advantage?
 
WAN Summit NYC: SDN, SD-WAN, NFV - I'm Confused!
WAN Summit NYC: SDN, SD-WAN, NFV - I'm Confused!WAN Summit NYC: SDN, SD-WAN, NFV - I'm Confused!
WAN Summit NYC: SDN, SD-WAN, NFV - I'm Confused!
 
The Cisco IP/MPLS Backbone Solution
The Cisco IP/MPLS Backbone SolutionThe Cisco IP/MPLS Backbone Solution
The Cisco IP/MPLS Backbone Solution
 
Ieee ce.dcai
Ieee ce.dcaiIeee ce.dcai
Ieee ce.dcai
 
Summit 16: IPv6 in DT's TeraStream
Summit 16: IPv6 in DT's TeraStreamSummit 16: IPv6 in DT's TeraStream
Summit 16: IPv6 in DT's TeraStream
 
IPv6 Readiness
IPv6 ReadinessIPv6 Readiness
IPv6 Readiness
 
IPv6 Single Stack Now or Later? - The ultimate carrier conundrum, by Sunny Ye...
IPv6 Single Stack Now or Later? - The ultimate carrier conundrum, by Sunny Ye...IPv6 Single Stack Now or Later? - The ultimate carrier conundrum, by Sunny Ye...
IPv6 Single Stack Now or Later? - The ultimate carrier conundrum, by Sunny Ye...
 
PLNOG 22 - Denis Zotov - SD-WAN - typowe i nietypowe zastosowania
PLNOG 22 - Denis Zotov - SD-WAN - typowe i nietypowe zastosowaniaPLNOG 22 - Denis Zotov - SD-WAN - typowe i nietypowe zastosowania
PLNOG 22 - Denis Zotov - SD-WAN - typowe i nietypowe zastosowania
 
ION Malta - Seeweb Thoughts on IPv6 Transition
ION Malta - Seeweb Thoughts on IPv6 TransitionION Malta - Seeweb Thoughts on IPv6 Transition
ION Malta - Seeweb Thoughts on IPv6 Transition
 
implementing IPv6 in an ISP network, case study and lessons learned - Amos Ro...
implementing IPv6 in an ISP network, case study and lessons learned - Amos Ro...implementing IPv6 in an ISP network, case study and lessons learned - Amos Ro...
implementing IPv6 in an ISP network, case study and lessons learned - Amos Ro...
 
IPv6 Support at NEC CEs
IPv6 Support at NEC CEsIPv6 Support at NEC CEs
IPv6 Support at NEC CEs
 
World of many (OpenStack) clouds - the Making of the Intercloud
World of many (OpenStack) clouds - the Making of the IntercloudWorld of many (OpenStack) clouds - the Making of the Intercloud
World of many (OpenStack) clouds - the Making of the Intercloud
 
IRJET- Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET-  	  Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIPIRJET-  	  Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET- Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
 
[Cisco Connect 2018 - Vietnam] 3. rajinder singh cisco sd-wan-next generati...
[Cisco Connect 2018 - Vietnam] 3. rajinder singh   cisco sd-wan-next generati...[Cisco Connect 2018 - Vietnam] 3. rajinder singh   cisco sd-wan-next generati...
[Cisco Connect 2018 - Vietnam] 3. rajinder singh cisco sd-wan-next generati...
 

More from APNIC

APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
APNIC
 
APNIC Updates presented by Paul Wilson at CaribNOG 27
APNIC Updates presented by Paul Wilson at  CaribNOG 27APNIC Updates presented by Paul Wilson at  CaribNOG 27
APNIC Updates presented by Paul Wilson at CaribNOG 27
APNIC
 
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
APNIC
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
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 2024
APNIC
 
'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 2024
APNIC
 
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
APNIC
 
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
APNIC
 
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
APNIC
 
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
APNIC
 
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
APNIC
 
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
APNIC
 
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 85
APNIC
 
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
APNIC
 
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
APNIC
 
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
APNIC
 

More from APNIC (20)

APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
Registry Data Accuracy Improvements, presented by Chimi Dorji at SANOG 41 / I...
 
APNIC Updates presented by Paul Wilson at CaribNOG 27
APNIC Updates presented by Paul Wilson at  CaribNOG 27APNIC Updates presented by Paul Wilson at  CaribNOG 27
APNIC Updates presented by Paul Wilson at CaribNOG 27
 
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
APNIC Policy Roundup presented by Sunny Chendi at TWNOG 5.0
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
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
 

Recently uploaded

How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
VivekSinghShekhawat2
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 

Recently uploaded (20)

How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 

IPv6 in the Telco Cloud

  • 1. Telstra Unrestricted Copyright Telstra© IPv6 in the Telco Cloud APNIC 44 – September 2017
  • 2. Sunny Yeung Senior Technology Specialist, Telstra Wireless Network Engineering Sunny.Yeung@team.telstra.com Technical lead for Wireless IPv6 deployment Wireless Mobile Edge and Telco Cloud IP Architecture Introduction 2 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 3. What does a IPv6 Mobile Network look like? Where are we at with deployment? What challenges lies ahead? Where else do we need to consider IPv6? Executive Summary 3 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 4. Telstra Unrestricted Copyright Telstra© IPv6 for a Mobile Network 4 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 5. As IPv4 addresses deplete, it will be more expensive to extend IPv4 resources Dual-Stack is an effective transition technology but does not solve the IPv4 depletion problem Introducing IPv6: • Reduced dependency on NAT • Remove the need for regionalisation • Pushes applications to move to IPv6 IPv6 for a Mobile Network Why? 5 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 6. IPv6 for a Mobile Network Traffic Flow 6 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 IPv4 Public Internet Carrier Network (IPv4 + IPv6) IPv6 Public InternetIBR NAT64 Public IPv6 to Public IPv4 Native IPv6 Radio Network (IPv4 transport) EPG Single – Bearer IPv6 only user plane IPv6
  • 7. Two existing APNs – one for Handsets, one for Mobile Broadband and Tethering or 464XLAT + NAT64 + DNS64 for the Handset APN only IPv6 enabled DNS for all other APNs IPv6 for a Mobile Network Different APNs for different purposes 7 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 Telstra.WAP Telstra.Internet NAT64/ DNS64 464XLAT Internet DNS-DS/ NAT44 Internet
  • 8. Telstra Unrestricted Copyright Telstra© What have we achieved so far? 8 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 9. Most major content providers are providing IPv6 reachability Some providers have mandated IPv6 support in their app stores and all new apps must support native IPv6 Networks are evolving to support new IPv6 connections – SS or DS Devices are beginning to support IPv6 natively What have we achieved so far? 9 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 10. What have we achieved so far? 10 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 Source - https://www.google.com/intl/en/ipv6/statistics.html
  • 11. So what is there left to do? 11 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 12. Telstra Unrestricted Copyright Telstra© Complexity in the network 12 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 13. Value Added Services or packet processing requires manual steps today Each path may require a unique VPN or PBR to define its path. The more services, the more convoluted this becomes. Complexity in the network 13 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 InternetMobile Network PGW FW Video Optimizer Parental Control Border Router
  • 14. Complexity in the network Network Function Virtualization 14 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 Virtualisation may reduce the cost of such network functions, but does not necessarily reduce the network complexity Each path may require a unique VPN or PBR to define its path. The more services, the more convoluted this becomes. vFW vVideo Optimizer vParental Control vPGW Internet ProviderMobile Network PE Leaf BR vCGN Leaf Spine Spine
  • 15. Complexity in the network SDN only solves one of many problems 15 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 Software-Defined Network means many different things to many people. Service Function Chaining is the equivalent of PBR for SDN. 1. Identify the user 2. Allocate a service chain to the user according to their subscription 3. Program the network to direct the packets of this user to the appropriate VNFs vFW vVideo Optimizer vParental Control vPGW Internet ProviderMobile Network PE Leaf BR vCGN Leaf Spine Spine If Service A then vFW then vCGN then Internet If Service B then vFW then vParental Control then vCGN then Internet If Service C then vVideo Optimizer then vParental Control then vCGN then Internet Openflow Switch
  • 16. Let’s dive deeper… 16 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 17. Complexity in the network Underlay and Overlay 17 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 Underlay can be IPv4 only. But why? Can we do Point-to-Point /127 and do away with IPv4 altogether? Is VXLAN over EVPN the best solution for a Telco Cloud? What about service chaining? This should all be contained within a single AS. What routing protocol is run between VTEPs? If this is entirely IPv6, can we leverage Segment Routing for SDN control?vFW vVideo Optimizer vParental Control vPGW Internet ProviderMobile Network PE Leaf BR vCGN Leaf Spine Spine SR?
  • 18. Complexity in the network Underlay and Overlay 18 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 Openstack is somewhat ready for IPv6 – neutron supports IPv6 subnets and DHCPv6, as well as SLAAC You can begin to onboard tenants that can be IPv6 enabled. Really there is only two options – Dual-Stack everything, or Conditional Dual-Stack. API endpoints Databases Automation Interfaces IPv4/IPv6 IPv4/IPv6 IPv4/IPv6 IPv4/IPv6
  • 19. Does not support the use of an external IPAM module for IPv6 to allocate the subnet. OVS tunnel types do not support IPv6 endpoints until OVS 2.6.0+ Single-stack IPv6 tenant networking not fully available. VPN support not good until at least Kilo. NAT on OvS for IPv4. Complexity in the network Openstack does not fully support IPv6 19 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 20. Telstra Unrestricted Copyright Telstra© Fog and Transport 20 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 21. Fog 21 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 5G requires super low latency depending on the network slice required and the application behind it. At some point, we must move the cloud even closer to the user Telco Cloud: 1. Service Functions in VNFs 2. Virtualised Packet Core Nodes 3. Media Cache 4. Value Added Services Transit Provider Content Provider MPLS Core Internet Aggregation PE Border Router Roaming Gateway CRAN Telco Cloud
  • 22. Transport 22 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017 IPv6 SS for transport layer ? (6PE) SRIPv6 to replace traditional MPLS? 6VPE required to ensure services provided by different VPNs have IPv6 support Transit Provider Content Provider MPLS Core Internet Aggregation PE Border Router Roaming Gateway CRAN Telco Cloud
  • 23. Telstra Unrestricted Copyright Telstra© What is our goal? 23 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 24. The full removal of IPv4 private and public addressing from the entire network Enable NAT translations for only what is necessary IPv4aaS What is our goal? 24 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 25. There is a long journey yet for IPv6, this is just the start… 25 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017
  • 26. Telstra Unrestricted Copyright Telstra© Thanks! 26 | Telstra Unrestricted | IPv6 in the Telco Cloud | Sunny Yeung | 09/2017