SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Downloaden Sie, um offline zu lesen
© Lumina Networks, Inc. 2019. All rights reserved. 1
Prem Sankar Gopannan, ONS 2019
Step-by-Step Guide to Building a Truly
Composable Infrastructure for 5G/Edge
Trajectory
© Lumina Networks, Inc. 2019. All rights reserved. 2
Clouds
Edge
DevOps
Self-organizing
Networks
3
Service Innovation is
changing in a 5G World
● Agile/DevOps will Create
Services Faster
● Service Composition Needs
will Increase in Variation
● Improve Service Delivery
Times
Optimization Needed to
Improve Bottomline
● Efficiencies
● Commoditize Resources
● Scale in Heterogeneous
Environments
Digital Transformation
Requires Dynamism
● Intent-based
● No Silos
● Reduce Complexity
Transformation to Enable Opportunity
© Lumina Networks, Inc. 2019. All rights reserved.
What are we working towards?
5G and the Future
Vehicular
Telematics
Internet of Things
Personalized &
On-Demand Services (e.g.
Connected Stadiums)
Drones
Big Data Sensors for
Machine Learning, AI
Emergency
Broadcast Services
Ingredients
1. URLLC – ultrareliable low
latency communication
2. EMBB – enhanced mobile
broadband
3. mMTC – massive
machine-type
communications
!
© Lumina Networks, Inc. 2019. All rights reserved 4
5G and the Future
5
• 5G architecture adds agility to Telco network to meet the
critical requirements of business needs
• Emerging Business needs can vary depending on the
type of services they offer
• Ultra Reliable Low Latency Communication -
Delay/Jitter sensitive
• Massive IoT - Reliability sensitive
• Enhanced Mobile Broadband - Bandwidth sensitive
• The above requirements call for the network to be
composable based on the intent
• This calls for the software architecture driving 5G to be
cloud-enabled and microservices based
What will a Next Generation
Network Look Like?
© Lumina Networks, Inc. 2019. All rights reserved. 6
Fronthaul Backhaul EPC (Evolved Packet
Core)
Premises Transmission
IOT
UE
NG-PON
oruCPE
MEC CORE
DC
Provider
Edge L3
EPC /
vEPC
Transport SDN
ROADM
Slice L3
PON
EPC /
vEPC
vBBU
✓ Adaptable
✓ Mass Scale-Ready
✓ Open, vendor-agnostic
✓ RESTful interfaces & Data Models
✓ Agile Development-Enabled
✓ Standardized north & southbound interfaces
✓ Programmable
✓ Cloud-Ready
✓ Self-Organizing and Intent-Based
NETWORK SLICES
Software-driven
5G Functional Components
7
SDN-R
8
ONAP
OSS / Applications
Multi-Domain SDN-R Controller
Information Models for ONF-TAPI Optical, Microwave and Ethernet
Optical Microwave Ethernet
TAPI
API API API
Mediator Mediator Mediator
TR-532 TR-541
ONF Models
TR-545
TR-512
Network Slicing
9
Intent Driven Architecture
© Lumina Networks, Inc. 2019. All rights reserved. 10
Service Intents
Service Assurance
NFV-O
JSON-R
PC
Netconf, CLIconf, SNMP, Syslog,
gPRC / gNMI / gNOI, MQTT
Lumina SDN
Controller
PNF
White Box
Switch
VNF
Telemetry NFVi
Apps
Application Controller
VIM / CLOUD
11
Current Infrastructure Operations
Static Investment Dynamic Use Cases
1 Decision
Multiple Intended Uses
© Lumina Networks, Inc. 2019. All rights reserved.
12
Future Infrastructure Operations
Flexible Investment Dynamic Use Cases
Composition Based on
Intent
© Lumina Networks, Inc. 2019. All rights reserved.
13© Lumina Networks, Inc. 2019. All rights reserved.
Custom Built for Custom Experiences
Composable components
14
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
NS NS
NS NS
N
S
N
S
N
S
N
S
NS
NS
NS
NS NS
NS
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
NS
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
N
S
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Server
Kubernetes Service Deployment - CRD
15
Intent - Setup
Fixed Broad
Band for
“x”customers
vBNG.yml
vAAA.yml
vDHCP.yml
vDNS.yml
vGateway.yml
- Configmap
- Secrets
- Deployment
- Statefulset
Controller
Node 1..N
Pod Pod
Current
State
Desired
State
Kubernetes Service Deployment - CRD
16
Intent - Setup
Fixed Broad
Band for
“x”customers
vBNG.yml
vAAA.yml
vDHCP.yml
vDNS.yml
vGateway.yml
- Configmap
- Secrets
- Deployment
- Statefulset
- Custom Res Def
Custom
Controller
Node 1..N
Pod Pod
Current
State
Desired
State
Kubernetes and Network Service Mesh
17
Kubernetes Cluster
...
Kubernetes API Server
(Network Service Registry via CRDs)
Node(Network Service Manager Domain)
Network Service
Manager (NSM)
(Daemonset)
Network Service Mesh Dataplane (NSMD)
(kernel/vswitch)
...Network Service
Endpoint (NSE)
(Pod)
Network Service
Endpoint (NSE)
(Pod)
Node(Network Service Manager Domain)
Network Service
Manager (NSM)
(Daemonset)
Network Service Mesh Dataplane (NSMD)
(kernel/vswitch)
...
Network Service
Endpoint (NSE)
(Pod)
Network Service
Endpoint (NSE)
(Pod)
NSM
Dataplane (kernel/vswitch/vplane/vpp/...)
Sarah’s
Pod
NSM
InitContainer
1. Request Connection VPN
Gateway Pod
(NSE)
2. Req Con
3. Accept
4.Create & Inject
Interface
5.Create & Inject Interface
6 .Cross connect
cross-connect
7. Accept
Network Service Mesh CRD
Presented by:
© Lumina Networks, Inc. 2019. All rights reserved.
kind: NetworkService
apiVersion: V1
metadata:
name: my-cnf
spec:
selector:
app: my-cnf
channels:
- name: my-ip-channel
payload: IP
- name:
my-ethernet-channel
payload: ethernet
- name:
my-mpls-channel
payload: mpls
● ODL participates in gRPC
● All ODL networks/devices/services can be defined as endpoints
● End-users can point from their containers to these services
Node1
NSM1
Dataplane (kernel/vswitch)
Pod OpenDaylight
+gRPC +stub
(Lumina
LEAP)
NSM
InitContainer
K8s API Server
tunnel
Physical
Network
Function
Network Service Mesh for ODL
Presented by:
© Lumina Networks, Inc. 2019. All rights reserved.
K8S Central Cloud K8S Node
20
K8S Node
NF NF
K8S Master
NodeMgmt. App Config
(Config
Map/Secrets)
K8S Node
NF Istio
Config
Operator(s)
NF
K8S Edge/Regional Cloud
K8S Node
NF NF
K8S Node
NF
K8S Master Node
Mgmt. App Config
(Config Map/Secret)
Edge/Regiona
l Config
Operator(s)
K8s API -
CRD
Design
Network Service Versioning/Upgrade/Rollback
• K8S Ecosystem Helm Charts/Manager
Deploy
Initial NF Configuration
• Helm Charts for initial configuration
NF Config Store
• K8S Config Map/Secret in Central/Edge/Regional
Cloud(s)
NF Placement
• K8S RM/QoS for performance-aware NF placement in
K8S Central/Edge/Regional Cloud
Multi-Cloud Support
• K8S Ecosystem KubeVirt etc. - VMs besides
Containers
Operate
NF Monitoring
• K8S Ecosystem Prometheus etc.
NF Auto Healing
• K8S Replica Set
Incremental NF Configuration - Config Mgr./Dispatcher
• Track app config changes; dispatch changes using K8S
API CRD; use app specific config operators to effect
app config change
Helm
Mgr.
Istio
REST API
Config
Mgr./
Dispatche
r
K8s API
K8s API
Git Helm Charts
Kubernetes as Network Service
Orchestrator
Network Transformation
Enables a New Tomorrow
© Lumina Networks, Inc. 2019. All rights reserved. 21
Use REST API to
separate functions from
hardware
Integration with end to
end orchestration closes
automation loop and
creates resource
efficiencies
Service abstraction
creates common
interface powered by
business intent
Open programmability of
data plane enables real
time control of decisions
& easy service creation
and deployment
Monitoring and
Assurance
Operations & Culture
Flexibility and
lower opex/capex
Freedom of choice –
solution options
Faster fixes, better
agility, greater speed
Reduces dependency in
human, enables
on-demand
High response,
competitive agility
BENEFITSCHANGE
Virtualization
Normalization
Orchestration
Programmability
Closed-loop
Feedback
Moving to intent-based automation provides
a flexible foundation for 5G innovation creation Predictability
Fault and cost reduction
Predictive analytics
enabled by machine
learning for self-managed
networks"
LEAP Enables Next Generation Networks
© Lumina Networks, Inc. 2019. All rights reserved.
Lumina Solutions /
Functions
Partner / Customer
Devices / Apps
New to 5G
Fronthaul Backhaul EPC (Evolved
Packet Core)
Premises
Transmission
IOT
UE
NG-PON
oruCPE
MEC CORE
DC
Provider
Edge L3
EPC / vEPCTransport SDN
ROADM
Slice L3
PON EPC / vEPC
vBBU
Config / Operational / Telemetry / Unstructured Logs & Events
OSS / Orchestration
Network Slices
Software-Driven
App
s
App
s
JSON -
RPC
Pub/Sub
Data
LakeStructured
JSON
App
s
REST Northbound
Netconf / Openflow /
BGP / PCEP
LuminaSDN-Controller
Apps Apps
Lumina Extension &
Adaptation Platform
(LEAP) Core
Microservices
Messaging Bus
Apps
AgentsAgents
Network Analytics
Agents
Agents
DevPacks
Elastic
Syslog-NG
OpenDaylight
Feedback
Triggers Policy Application
1. Microservices Architecture
2. Makes network
applications aware and
cloud-ready
3. Enable one-click service
provisioning
4. Industry proven large scale
production deployments
5. Wide array of standardized
southbound & Northbound
interfaces
6. Pure Play Open
Source-based with
No Vendor Lock-in
Thank you.
© Lumina Networks, Inc. 2019. All rights reserved. 23
Luminanetworks.com
@luminanetworks
Prem Sankar Gopannan
pgopannan@luminanetworks.com

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Microservice Powered Orchestration
Microservice Powered OrchestrationMicroservice Powered Orchestration
Microservice Powered Orchestration
 
Introduction to Istio on Kubernetes
Introduction to Istio on KubernetesIntroduction to Istio on Kubernetes
Introduction to Istio on Kubernetes
 
The Simply Complex Task of Implementing Kubernetes Ingress - Velocity NYC
The Simply Complex Task of Implementing Kubernetes Ingress - Velocity NYCThe Simply Complex Task of Implementing Kubernetes Ingress - Velocity NYC
The Simply Complex Task of Implementing Kubernetes Ingress - Velocity NYC
 
Istio: Using nginMesh as the service proxy
Istio: Using nginMesh as the service proxyIstio: Using nginMesh as the service proxy
Istio: Using nginMesh as the service proxy
 
Building Hyperscale Networks
Building Hyperscale NetworksBuilding Hyperscale Networks
Building Hyperscale Networks
 
FlowN vs FlowVisor: Scalable Network Virtualization in SDN
FlowN vs FlowVisor: Scalable Network Virtualization in SDNFlowN vs FlowVisor: Scalable Network Virtualization in SDN
FlowN vs FlowVisor: Scalable Network Virtualization in SDN
 
Container Networking
Container NetworkingContainer Networking
Container Networking
 
Open and Disaggregated Transport SDN - from PoC to Field Trial
Open and Disaggregated Transport SDN - from PoC to Field TrialOpen and Disaggregated Transport SDN - from PoC to Field Trial
Open and Disaggregated Transport SDN - from PoC to Field Trial
 
Istio - A Service Mesh for Microservices as Scale
Istio - A Service Mesh for Microservices as ScaleIstio - A Service Mesh for Microservices as Scale
Istio - A Service Mesh for Microservices as Scale
 
State of the OpenDaylight Union
State of the OpenDaylight UnionState of the OpenDaylight Union
State of the OpenDaylight Union
 
Edge Computing: A Unified Infrastructure for all the Different Pieces
Edge Computing: A Unified Infrastructure for all the Different PiecesEdge Computing: A Unified Infrastructure for all the Different Pieces
Edge Computing: A Unified Infrastructure for all the Different Pieces
 
OpenStack: Networking Roadmap, Collaboration and Contribution
OpenStack: Networking Roadmap, Collaboration and ContributionOpenStack: Networking Roadmap, Collaboration and Contribution
OpenStack: Networking Roadmap, Collaboration and Contribution
 
Building Business on Top of Open Source
Building Business on Top of Open SourceBuilding Business on Top of Open Source
Building Business on Top of Open Source
 
Rina2020 michal
Rina2020 michalRina2020 michal
Rina2020 michal
 
Securing Micro Services in Cloud Foundry
Securing Micro Services in Cloud FoundrySecuring Micro Services in Cloud Foundry
Securing Micro Services in Cloud Foundry
 
Rina p4 rina workshop
Rina p4   rina workshopRina p4   rina workshop
Rina p4 rina workshop
 
SDN-Based Enterprise Connectivity Service
SDN-Based Enterprise Connectivity ServiceSDN-Based Enterprise Connectivity Service
SDN-Based Enterprise Connectivity Service
 
Rina2020 taps rina-ocarina (1)
Rina2020 taps rina-ocarina (1)Rina2020 taps rina-ocarina (1)
Rina2020 taps rina-ocarina (1)
 
How we built Packet's bare metal cloud platform
How we built Packet's bare metal cloud platformHow we built Packet's bare metal cloud platform
How we built Packet's bare metal cloud platform
 
Why nfv and digital transformation projects fail!
Why nfv and digital transformation projects fail! Why nfv and digital transformation projects fail!
Why nfv and digital transformation projects fail!
 

Ähnlich wie Step-by-Step Guide to Building a Truly Composable Infrastructure for 5G/Edge

Ähnlich wie Step-by-Step Guide to Building a Truly Composable Infrastructure for 5G/Edge (20)

OSN Bay Area Feb 2019 Meetup: Lumina Networks, Unlocking a digital future
OSN Bay Area Feb 2019 Meetup: Lumina Networks, Unlocking a digital futureOSN Bay Area Feb 2019 Meetup: Lumina Networks, Unlocking a digital future
OSN Bay Area Feb 2019 Meetup: Lumina Networks, Unlocking a digital future
 
Mavenir: Network Transformation for 5G Services
Mavenir: Network Transformation for 5G ServicesMavenir: Network Transformation for 5G Services
Mavenir: Network Transformation for 5G Services
 
Transforming to Enable 5G
Transforming to Enable 5GTransforming to Enable 5G
Transforming to Enable 5G
 
LKNOG3 - Telco Cloud Common – VIM/ CIM
LKNOG3 - Telco Cloud Common – VIM/ CIMLKNOG3 - Telco Cloud Common – VIM/ CIM
LKNOG3 - Telco Cloud Common – VIM/ CIM
 
Ecoc 2020 25-years_autonomusnetwork_ddm_201208
Ecoc 2020 25-years_autonomusnetwork_ddm_201208Ecoc 2020 25-years_autonomusnetwork_ddm_201208
Ecoc 2020 25-years_autonomusnetwork_ddm_201208
 
5G in Brownfield how SDN makes 5G Deployments Work
5G in Brownfield how SDN makes 5G Deployments Work5G in Brownfield how SDN makes 5G Deployments Work
5G in Brownfield how SDN makes 5G Deployments Work
 
Accelerating Edge Computing Adoption
Accelerating Edge Computing Adoption Accelerating Edge Computing Adoption
Accelerating Edge Computing Adoption
 
A New Approach to Continuous Monitoring in the Cloud
A New Approach to Continuous Monitoring in the CloudA New Approach to Continuous Monitoring in the Cloud
A New Approach to Continuous Monitoring in the Cloud
 
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...
 
WTSA-16_SG13_Presentation.pptx
WTSA-16_SG13_Presentation.pptxWTSA-16_SG13_Presentation.pptx
WTSA-16_SG13_Presentation.pptx
 
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...
 
Achieving real time voice and video virtualized network functionality in nfv
Achieving real time voice and video virtualized network functionality in nfvAchieving real time voice and video virtualized network functionality in nfv
Achieving real time voice and video virtualized network functionality in nfv
 
SCF Technologies for Densification (Introduction)
SCF Technologies for Densification (Introduction)SCF Technologies for Densification (Introduction)
SCF Technologies for Densification (Introduction)
 
ITU-T Study Group 13 Introduction
ITU-T Study Group 13 IntroductionITU-T Study Group 13 Introduction
ITU-T Study Group 13 Introduction
 
Interconnect your future
Interconnect your futureInterconnect your future
Interconnect your future
 
Getting Started with Kubernetes and Consul
Getting Started with Kubernetes and ConsulGetting Started with Kubernetes and Consul
Getting Started with Kubernetes and Consul
 
Cisco Connect 2018 Malaysia - Innovation towards SP transformation
Cisco Connect 2018 Malaysia - Innovation towards SP transformationCisco Connect 2018 Malaysia - Innovation towards SP transformation
Cisco Connect 2018 Malaysia - Innovation towards SP transformation
 
Real World Orchestration & Automation
Real World Orchestration & AutomationReal World Orchestration & Automation
Real World Orchestration & Automation
 
Cisco Connect Toronto 2017 - NFV/SDN Platform for Orchestrating Cloud and vBr...
Cisco Connect Toronto 2017 - NFV/SDN Platform for Orchestrating Cloud and vBr...Cisco Connect Toronto 2017 - NFV/SDN Platform for Orchestrating Cloud and vBr...
Cisco Connect Toronto 2017 - NFV/SDN Platform for Orchestrating Cloud and vBr...
 
Software-Defined WAN: A Real World Success Story
Software-Defined WAN: A Real World Success StorySoftware-Defined WAN: A Real World Success Story
Software-Defined WAN: A Real World Success Story
 

Kürzlich hochgeladen

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Kürzlich hochgeladen (20)

UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

Step-by-Step Guide to Building a Truly Composable Infrastructure for 5G/Edge

  • 1. © Lumina Networks, Inc. 2019. All rights reserved. 1 Prem Sankar Gopannan, ONS 2019 Step-by-Step Guide to Building a Truly Composable Infrastructure for 5G/Edge
  • 2. Trajectory © Lumina Networks, Inc. 2019. All rights reserved. 2 Clouds Edge DevOps Self-organizing Networks
  • 3. 3 Service Innovation is changing in a 5G World ● Agile/DevOps will Create Services Faster ● Service Composition Needs will Increase in Variation ● Improve Service Delivery Times Optimization Needed to Improve Bottomline ● Efficiencies ● Commoditize Resources ● Scale in Heterogeneous Environments Digital Transformation Requires Dynamism ● Intent-based ● No Silos ● Reduce Complexity Transformation to Enable Opportunity © Lumina Networks, Inc. 2019. All rights reserved.
  • 4. What are we working towards? 5G and the Future Vehicular Telematics Internet of Things Personalized & On-Demand Services (e.g. Connected Stadiums) Drones Big Data Sensors for Machine Learning, AI Emergency Broadcast Services Ingredients 1. URLLC – ultrareliable low latency communication 2. EMBB – enhanced mobile broadband 3. mMTC – massive machine-type communications ! © Lumina Networks, Inc. 2019. All rights reserved 4
  • 5. 5G and the Future 5 • 5G architecture adds agility to Telco network to meet the critical requirements of business needs • Emerging Business needs can vary depending on the type of services they offer • Ultra Reliable Low Latency Communication - Delay/Jitter sensitive • Massive IoT - Reliability sensitive • Enhanced Mobile Broadband - Bandwidth sensitive • The above requirements call for the network to be composable based on the intent • This calls for the software architecture driving 5G to be cloud-enabled and microservices based
  • 6. What will a Next Generation Network Look Like? © Lumina Networks, Inc. 2019. All rights reserved. 6 Fronthaul Backhaul EPC (Evolved Packet Core) Premises Transmission IOT UE NG-PON oruCPE MEC CORE DC Provider Edge L3 EPC / vEPC Transport SDN ROADM Slice L3 PON EPC / vEPC vBBU ✓ Adaptable ✓ Mass Scale-Ready ✓ Open, vendor-agnostic ✓ RESTful interfaces & Data Models ✓ Agile Development-Enabled ✓ Standardized north & southbound interfaces ✓ Programmable ✓ Cloud-Ready ✓ Self-Organizing and Intent-Based NETWORK SLICES Software-driven
  • 8. SDN-R 8 ONAP OSS / Applications Multi-Domain SDN-R Controller Information Models for ONF-TAPI Optical, Microwave and Ethernet Optical Microwave Ethernet TAPI API API API Mediator Mediator Mediator TR-532 TR-541 ONF Models TR-545 TR-512
  • 10. Intent Driven Architecture © Lumina Networks, Inc. 2019. All rights reserved. 10 Service Intents Service Assurance NFV-O JSON-R PC Netconf, CLIconf, SNMP, Syslog, gPRC / gNMI / gNOI, MQTT Lumina SDN Controller PNF White Box Switch VNF Telemetry NFVi Apps Application Controller VIM / CLOUD
  • 11. 11 Current Infrastructure Operations Static Investment Dynamic Use Cases 1 Decision Multiple Intended Uses © Lumina Networks, Inc. 2019. All rights reserved.
  • 12. 12 Future Infrastructure Operations Flexible Investment Dynamic Use Cases Composition Based on Intent © Lumina Networks, Inc. 2019. All rights reserved.
  • 13. 13© Lumina Networks, Inc. 2019. All rights reserved. Custom Built for Custom Experiences
  • 14. Composable components 14 N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S NS NS NS NS N S N S N S N S NS NS NS NS NS NS N S N S N S N S N S N S N S N S NS N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S N S Server Server Server Server Server Server Server Server Server Server Server Server Server Server Server Server Server Server Server Server
  • 15. Kubernetes Service Deployment - CRD 15 Intent - Setup Fixed Broad Band for “x”customers vBNG.yml vAAA.yml vDHCP.yml vDNS.yml vGateway.yml - Configmap - Secrets - Deployment - Statefulset Controller Node 1..N Pod Pod Current State Desired State
  • 16. Kubernetes Service Deployment - CRD 16 Intent - Setup Fixed Broad Band for “x”customers vBNG.yml vAAA.yml vDHCP.yml vDNS.yml vGateway.yml - Configmap - Secrets - Deployment - Statefulset - Custom Res Def Custom Controller Node 1..N Pod Pod Current State Desired State
  • 17. Kubernetes and Network Service Mesh 17 Kubernetes Cluster ... Kubernetes API Server (Network Service Registry via CRDs) Node(Network Service Manager Domain) Network Service Manager (NSM) (Daemonset) Network Service Mesh Dataplane (NSMD) (kernel/vswitch) ...Network Service Endpoint (NSE) (Pod) Network Service Endpoint (NSE) (Pod) Node(Network Service Manager Domain) Network Service Manager (NSM) (Daemonset) Network Service Mesh Dataplane (NSMD) (kernel/vswitch) ... Network Service Endpoint (NSE) (Pod) Network Service Endpoint (NSE) (Pod)
  • 18. NSM Dataplane (kernel/vswitch/vplane/vpp/...) Sarah’s Pod NSM InitContainer 1. Request Connection VPN Gateway Pod (NSE) 2. Req Con 3. Accept 4.Create & Inject Interface 5.Create & Inject Interface 6 .Cross connect cross-connect 7. Accept Network Service Mesh CRD Presented by: © Lumina Networks, Inc. 2019. All rights reserved. kind: NetworkService apiVersion: V1 metadata: name: my-cnf spec: selector: app: my-cnf channels: - name: my-ip-channel payload: IP - name: my-ethernet-channel payload: ethernet - name: my-mpls-channel payload: mpls
  • 19. ● ODL participates in gRPC ● All ODL networks/devices/services can be defined as endpoints ● End-users can point from their containers to these services Node1 NSM1 Dataplane (kernel/vswitch) Pod OpenDaylight +gRPC +stub (Lumina LEAP) NSM InitContainer K8s API Server tunnel Physical Network Function Network Service Mesh for ODL Presented by: © Lumina Networks, Inc. 2019. All rights reserved.
  • 20. K8S Central Cloud K8S Node 20 K8S Node NF NF K8S Master NodeMgmt. App Config (Config Map/Secrets) K8S Node NF Istio Config Operator(s) NF K8S Edge/Regional Cloud K8S Node NF NF K8S Node NF K8S Master Node Mgmt. App Config (Config Map/Secret) Edge/Regiona l Config Operator(s) K8s API - CRD Design Network Service Versioning/Upgrade/Rollback • K8S Ecosystem Helm Charts/Manager Deploy Initial NF Configuration • Helm Charts for initial configuration NF Config Store • K8S Config Map/Secret in Central/Edge/Regional Cloud(s) NF Placement • K8S RM/QoS for performance-aware NF placement in K8S Central/Edge/Regional Cloud Multi-Cloud Support • K8S Ecosystem KubeVirt etc. - VMs besides Containers Operate NF Monitoring • K8S Ecosystem Prometheus etc. NF Auto Healing • K8S Replica Set Incremental NF Configuration - Config Mgr./Dispatcher • Track app config changes; dispatch changes using K8S API CRD; use app specific config operators to effect app config change Helm Mgr. Istio REST API Config Mgr./ Dispatche r K8s API K8s API Git Helm Charts Kubernetes as Network Service Orchestrator
  • 21. Network Transformation Enables a New Tomorrow © Lumina Networks, Inc. 2019. All rights reserved. 21 Use REST API to separate functions from hardware Integration with end to end orchestration closes automation loop and creates resource efficiencies Service abstraction creates common interface powered by business intent Open programmability of data plane enables real time control of decisions & easy service creation and deployment Monitoring and Assurance Operations & Culture Flexibility and lower opex/capex Freedom of choice – solution options Faster fixes, better agility, greater speed Reduces dependency in human, enables on-demand High response, competitive agility BENEFITSCHANGE Virtualization Normalization Orchestration Programmability Closed-loop Feedback Moving to intent-based automation provides a flexible foundation for 5G innovation creation Predictability Fault and cost reduction Predictive analytics enabled by machine learning for self-managed networks"
  • 22. LEAP Enables Next Generation Networks © Lumina Networks, Inc. 2019. All rights reserved. Lumina Solutions / Functions Partner / Customer Devices / Apps New to 5G Fronthaul Backhaul EPC (Evolved Packet Core) Premises Transmission IOT UE NG-PON oruCPE MEC CORE DC Provider Edge L3 EPC / vEPCTransport SDN ROADM Slice L3 PON EPC / vEPC vBBU Config / Operational / Telemetry / Unstructured Logs & Events OSS / Orchestration Network Slices Software-Driven App s App s JSON - RPC Pub/Sub Data LakeStructured JSON App s REST Northbound Netconf / Openflow / BGP / PCEP LuminaSDN-Controller Apps Apps Lumina Extension & Adaptation Platform (LEAP) Core Microservices Messaging Bus Apps AgentsAgents Network Analytics Agents Agents DevPacks Elastic Syslog-NG OpenDaylight Feedback Triggers Policy Application 1. Microservices Architecture 2. Makes network applications aware and cloud-ready 3. Enable one-click service provisioning 4. Industry proven large scale production deployments 5. Wide array of standardized southbound & Northbound interfaces 6. Pure Play Open Source-based with No Vendor Lock-in
  • 23. Thank you. © Lumina Networks, Inc. 2019. All rights reserved. 23 Luminanetworks.com @luminanetworks Prem Sankar Gopannan pgopannan@luminanetworks.com