SlideShare une entreprise Scribd logo
1  sur  38
Télécharger pour lire hors ligne
For Astricon 2017
Doug Smith & Leif Madsen
Red Hat, Inc.
Intro to NFV & VNF-Asterisk
2
Leif Madsen
● DevOps team lead of the NFVPE team,
working with strategic NFV partners to help
them understand how to automate and test
deployments using common open source
tools.
● Blog: https://blogs.leifmadsen.com
Who are these guys!?
Doug Smith
● Member of the NFVPE DevOps team with a
focus on analyzing gaps in containerized
workloads for NFV, including container
networking & orchestration (e.g. Kube &
OpenShift)
● Blog: https://dougbtv.com
We’re from the NFV Partner Engineering Team @ Red Hat
@leifmadsen@dougbtv
3
10:45 - Intro to NFV & VNF-Asterisk
11:30 - A VNF-Asterisk Demo
1:45 - Infrastructure Deployment
2:30 - Application Deployment
TODAY’S AGENDA
4
VNF-Asterisk is a VNF utilizing Asterisk (an
Open Source telephony framework) and
intended to be used for validating environments,
and exploring topics such as:
● VNFs in Kubernetes / OpenShift
● Container Networking
● Scale
● High Availability
● And more.
SO, WHAT IS VNF-ASTERISK?
A demo VNF in Kubernetes that YOU can try out!
redhat-nfvpe/vnf-asterisk
BEGIN THE WHITEBOARD OF
ACRONYMS!
(If we use an acronym you don’t know,
don’t be shy, point at the whiteboard!)
6
VNF-Asterisk
High level overview (illustrating planned/future network segments)
Public network
Inter-machine trunk
Management network
Network Segments
Analytics
Controller
SIPp SIPp
Asterisk
(A)
Asterisk
(B)
sipcapture
(homer)
7
High Level pod layout (plan)
voip/asterisk
homer/capt-agent
Asterisk A
voip/asterisk
homer/capt-agent
Asterisk B
homer/capture-server
homer/mariadb
homer/web-ui
Homer
SIPp
voip/sipp
SIPp
voip/sipp
Controller
management/controller
8
Actual pod layout
Asterisk
(VoIP)
Capture
Agent
(packet
sniffer)
Asterisk
config
Environment
config
etcd
vnf-asterisk controller (API)
vnf-asterisk UI (nginx)
API
config
nginx
config
MySQL
MySQL
storage
Bootstrap
semaphor
Kamailio
(SIP
Proxy)
Homer API
Homer Web app (monitoring / analytics)
Environment
config
Vnf-asterisk homer
At least as of today.
9
VNF-Asterisk
High level overview (illustrating planned/future network segments)
Public network
Inter-machine trunk
Management network
Network Segments
Analytics
Controller
SIPp SIPp
Asterisk
(A)
Asterisk
(B)
sipcapture
(homer)
10
● Purpose is to take your traditional hardware network devices (routers, switches,
firewalls, etc) and deploy them virtually, like a computer running as a virtual machine.
● Defined by ETSI in September 2012 via seven of the world’s largest
telecommunication network operators.
○ Conceived by the world’s seven largest telecommunications operators in 2012,
lead to the creation of ETSI NFV in January 2013; ETSI NFV would create the
momentum and hype in the industry.
● Telecommunications operators vendors historically would
○ develop,
○ test,
○ and schedule deployment of ASICs on a multiple year trajectory
○ ROI heavily factored into the development and deployment of new hardware.
What is NFV?
Network Functions Virtualization
11
What is NFV?
12
What is NFV?
13
What is NFV?
Virtualized Network Function
= an application stack :)
Often delivered as virtual appliance
forklifted from a physical appliance.
Often a distributed application running
across dozens of different processing
blades VMs.
14
What is NFV?
Element Manager
= an application that does FCAPS
(Fault, Config, Accounting, Performance, Security)
management for one or more (V)NFs.
Many EMs PXE-booted the OS on all
blades, installed/upgraded software,
then provided standard north-bound
interface for FCAPS.
15
What is NFV?
Business Support System(s) and
Operations Support System(s)
= handle business resp. operations
logic for fulfilling and assuring
services end-to-end
Offer, e.g., product and service
catalogs, service and resource
orchestration, resource inventory,
workflow engine, policy engine,
root-cause analysis & analytics, ...
16
What is NFV?
new: NFV Infrastructure
= compute, storage and networking
resources and their virtualization
17
What is NFV?
new: Management & Orchestration
(MANO) stack
INSERT DESIGNATOR, IF NEEDED18
What is NFV?
new: Virt. Infrastructure Manager
= manage the lifecycle of compute,
storage and (data center) network
infrastructure resources
e.g. OpenStack, VMware, RHEV
virt. infrastructure
abstraction
INSERT DESIGNATOR, IF NEEDED19
What is NFV?
new: VNF Manager
= provisions and manages the
lifecycle of one or more VNF
applications
e.g. OpenStack Tacker, Cloudify, K8s
virt. infrastructure
abstraction
application
abstraction
INSERT DESIGNATOR, IF NEEDED20
What is NFV?
new: NFV Orchestrator
= provisions and manages the
lifecycle of one or more Network
Services
e.g. OpenStack Tacker, Rift.io
virt. infrastructure
abstraction
application
abstraction
composed service
abstraction
21
What is NFV?
22
● A VNF, or Virtualized Network Function, is made up of one or more components inside
an NFV-based (or SDN-based) network.
What is a VNF?
A VNF is a Virtual Network Function
23
● An example of a virtualized network function might be a virtual router (vRouter),
virtualized network switch (vSwitch), deep packet inspection (vDPI), virtual firewall,
etc
○ It’s the virtualized version of a dedicated physical component in your network
○ Only the most simple VNFs, such as vRouters, vDPI, etc are single
component/single-VM
○ More interesting deployments contain multiple components (load-balancer
component, signaling-processor component, data-plane processor component);
each of which can independently scaled by instantiating more instances.
○ A VNF can be made up of one or more components (VNFCs)
What is a VNF?
A VNF is a Virtual Network Function
24
● Software Defined Networking is a way of programmatically defining your network from
a central location, and disseminating that definition to your networking nodes
● The idea is to separate the control plane (where you program how you want the
network to be designed) from the data plane (where the actual networking data flows)
● By separating the control plane from the data plane, you’re able to more centrally
control the definition of the network (what you would typically do from, say, a Cisco
router CLI) from the physical hardware that performs the packet processing and
forwarding
What is SDN?
SDN is Software Defined Networking
25
● With a centralized control plane, you can scale it independent of the data plane, and
build additional functionality, like programming it through an API
● Forwarding tables and data plane information is then compiled out of the control
plane, and pushed down into the data plane, that then is able to act on the packets
without the overhead of also dealing with the control plane.
What is SDN?
SDN is Software Defined Networking
26
1There are several definitions of cloud nativeness.
We chose the CNCF to use here for two reasons:
What is cloud native?
This definition fits best to the examples we
would like to share here.
The CNCF’s definition represents a wide
body of professionals.
2
The following Cloud Native definition is used in
the Cloud Native Computing Foundation Charter
27
1
What is cloud native?
Container packaged. Running applications and processes in software containers as an isolated unit of application deployment, and as a
mechanism to achieve high levels of resource isolation. Improves overall developer experience, fosters code and component reuse and
simplify operations for cloud native applications.
Dynamically managed. Actively scheduled and actively managed by a central orchestrating process. Radically improve machine
efficiency and resource utilization while reducing the cost associated with maintenance and operations.
2
Cloud native systems will have the following properties
3Micro-services oriented. Loosely coupled with dependencies explicitly described (e.g. through service endpoints). Significantly increase
the overall agility and maintainability of applications. Uses ubiquitous and easily available through reliable interfaces.
28
● A standard Back2Back User Agent (B2BUA) setup where we generate traffic with SIPp
VNF-Asterisk Architecture
Basic Subsystem
29
● Extending the basic subsystem to start building out a control and data plane
● Controller pushes configuration into newly instantiated Asterisk instances
● (Enter Sorcery)
VNF-Asterisk Architecture
Extended Basic Subsystem
30
● In the initial implementation of this demonstration VNF, our “controller” may be so
primitive as to be a script that pushes a simple configuration into our Asterisk
instances
VNF-Asterisk Architecture
Extended Basic Subsystem
31
● In our expanded subsystem, we add sipcapture via the HOMER encapsulation protocol
(HEP).
VNF-Asterisk Architecture
Expanded Subsystem
32
● One of the more interesting tidbits of information we’re hoping to tease out is metrics
● Understanding our baseline metrics will allow us to determine what happens as we
start changing the infrastructure
● If our metrics get significantly worse as we containerize the system, we’ll be better
armed to understand
○ if it’s the containerization
○ our network
○ architecture
○ other unknown issues
VNF-Asterisk Architecture
Expanded Subsystem
33
● Next step is to start breaking our monolithic deployment into more fungible
components
VNF-Asterisk Architecture
Containerized PoC (e.g. in Docker)
34
● Controller may be expanded to include dynamic configuration through service
discovery (such as etcd)
● Pave the way for using discovery services to find and configure the containers
VNF-Asterisk Architecture
Containerized PoC (e.g. in Docker)
35
VNF-Asterisk Architecture
Orchestrated PoC (e.g. in Kubernetes)
36
● Orchestrating the pods using Kubernetes (optionally, on top of OpenShift) and
validating that all our components are still operating
● Breaking the containers into pods
● Getting ready to change the underlying network
VNF-Asterisk Architecture
Orchestrated PoC (e.g. in Kubernetes)
37
VNF-Asterisk Architecture
Service Networking & Networking Topology
38
● Start splitting the components into their own related networks
● Gives network separation between the various planes
● Kubernetes currently only allows for a single interface
○ CNI
○ Multus-CNI
VNF-Asterisk Architecture
Service Networking & Networking Topology

Contenu connexe

Tendances

FreeSWITCH on Docker
FreeSWITCH on DockerFreeSWITCH on Docker
FreeSWITCH on Docker建澄 吳
 
From Cisco ACS to ISE
From Cisco ACS to ISE From Cisco ACS to ISE
From Cisco ACS to ISE Mahzad Zahedi
 
Jain Sip Tutorial
Jain Sip TutorialJain Sip Tutorial
Jain Sip Tutorialrajibdk
 
[GitOps] Argo CD on GKE (v0.9.2).pdf
[GitOps] Argo CD on GKE (v0.9.2).pdf[GitOps] Argo CD on GKE (v0.9.2).pdf
[GitOps] Argo CD on GKE (v0.9.2).pdfJo Hoon
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingteknetir
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)Netwax Lab
 
Technical Overwiev (Олексій Панченко)
Technical Overwiev (Олексій Панченко)Technical Overwiev (Олексій Панченко)
Technical Overwiev (Олексій Панченко)IT-HR Club_Lviv
 
Cisco sddc solution 소개
Cisco sddc solution 소개Cisco sddc solution 소개
Cisco sddc solution 소개Woo Hyung Choi
 
Breeze overview
Breeze overviewBreeze overview
Breeze overviewYang Cheng
 
Building a CICD Pipeline for Container Deployment to Amazon ECS
Building a CICD Pipeline for Container Deployment to Amazon ECSBuilding a CICD Pipeline for Container Deployment to Amazon ECS
Building a CICD Pipeline for Container Deployment to Amazon ECSAmazon Web Services
 
Cache in API Gateway
Cache in API GatewayCache in API Gateway
Cache in API GatewayGilWon Oh
 
Subscriber Traffic & Policy Management (BNG) on the ASR9000 & ASR1000
Subscriber Traffic & Policy Management (BNG) on the ASR9000 & ASR1000Subscriber Traffic & Policy Management (BNG) on the ASR9000 & ASR1000
Subscriber Traffic & Policy Management (BNG) on the ASR9000 & ASR1000Cisco Canada
 
클라우드 네이티브로의 전환을 위한 여정
클라우드 네이티브로의 전환을 위한 여정클라우드 네이티브로의 전환을 위한 여정
클라우드 네이티브로의 전환을 위한 여정VMware Tanzu Korea
 
WSO2 Enterprise Service Bus - Product Overview
WSO2 Enterprise Service Bus - Product OverviewWSO2 Enterprise Service Bus - Product Overview
WSO2 Enterprise Service Bus - Product OverviewWSO2
 
왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항
왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항
왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항rockplace
 

Tendances (20)

FreeSWITCH on Docker
FreeSWITCH on DockerFreeSWITCH on Docker
FreeSWITCH on Docker
 
From Cisco ACS to ISE
From Cisco ACS to ISE From Cisco ACS to ISE
From Cisco ACS to ISE
 
Tecnologías de VoIP
Tecnologías de VoIPTecnologías de VoIP
Tecnologías de VoIP
 
Jain Sip Tutorial
Jain Sip TutorialJain Sip Tutorial
Jain Sip Tutorial
 
[GitOps] Argo CD on GKE (v0.9.2).pdf
[GitOps] Argo CD on GKE (v0.9.2).pdf[GitOps] Argo CD on GKE (v0.9.2).pdf
[GitOps] Argo CD on GKE (v0.9.2).pdf
 
CCNA Chapter1
CCNA Chapter1CCNA Chapter1
CCNA Chapter1
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
 
CCNA CheatSheet
CCNA CheatSheetCCNA CheatSheet
CCNA CheatSheet
 
Technical Overwiev (Олексій Панченко)
Technical Overwiev (Олексій Панченко)Technical Overwiev (Олексій Панченко)
Technical Overwiev (Олексій Панченко)
 
Cisco sddc solution 소개
Cisco sddc solution 소개Cisco sddc solution 소개
Cisco sddc solution 소개
 
Rip v2
Rip v2Rip v2
Rip v2
 
Breeze overview
Breeze overviewBreeze overview
Breeze overview
 
Building a CICD Pipeline for Container Deployment to Amazon ECS
Building a CICD Pipeline for Container Deployment to Amazon ECSBuilding a CICD Pipeline for Container Deployment to Amazon ECS
Building a CICD Pipeline for Container Deployment to Amazon ECS
 
OSPF v3
OSPF v3OSPF v3
OSPF v3
 
Cache in API Gateway
Cache in API GatewayCache in API Gateway
Cache in API Gateway
 
Subscriber Traffic & Policy Management (BNG) on the ASR9000 & ASR1000
Subscriber Traffic & Policy Management (BNG) on the ASR9000 & ASR1000Subscriber Traffic & Policy Management (BNG) on the ASR9000 & ASR1000
Subscriber Traffic & Policy Management (BNG) on the ASR9000 & ASR1000
 
클라우드 네이티브로의 전환을 위한 여정
클라우드 네이티브로의 전환을 위한 여정클라우드 네이티브로의 전환을 위한 여정
클라우드 네이티브로의 전환을 위한 여정
 
WSO2 Enterprise Service Bus - Product Overview
WSO2 Enterprise Service Bus - Product OverviewWSO2 Enterprise Service Bus - Product Overview
WSO2 Enterprise Service Bus - Product Overview
 
왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항
왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항
왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항
 

En vedette

Integrate Openshift with Cloudforms
Integrate Openshift with CloudformsIntegrate Openshift with Cloudforms
Integrate Openshift with CloudformsMichael Lessard
 
RHTE2015_CloudForms_Containers
RHTE2015_CloudForms_ContainersRHTE2015_CloudForms_Containers
RHTE2015_CloudForms_ContainersJerome Marc
 
Automating the Enterprise with CloudForms & Ansible
Automating the Enterprise with CloudForms & AnsibleAutomating the Enterprise with CloudForms & Ansible
Automating the Enterprise with CloudForms & AnsibleJerome Marc
 
Pedal to the metal: Red Hat CloudForms for workload & infrastructure management
Pedal to the metal: Red Hat CloudForms for workload & infrastructure managementPedal to the metal: Red Hat CloudForms for workload & infrastructure management
Pedal to the metal: Red Hat CloudForms for workload & infrastructure managementAlex Baretto
 
Red Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveRed Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveGreg Hoelzer
 
Managing open shift at scale across the open hybrid cloud
Managing open shift at scale across the open hybrid cloudManaging open shift at scale across the open hybrid cloud
Managing open shift at scale across the open hybrid cloudGeert Jansen
 
Openstack Cloud Management and Automation Using Red Hat Cloudforms 4.0
Openstack Cloud  Management and Automation Using Red Hat Cloudforms 4.0Openstack Cloud  Management and Automation Using Red Hat Cloudforms 4.0
Openstack Cloud Management and Automation Using Red Hat Cloudforms 4.0Prasad Mukhedkar
 
OpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sOpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sFrederik Bijlsma
 
Automating security compliance for physical, virtual, cloud, and container en...
Automating security compliance for physical, virtual, cloud, and container en...Automating security compliance for physical, virtual, cloud, and container en...
Automating security compliance for physical, virtual, cloud, and container en...Lucy Huh Kerner
 

En vedette (12)

Integrate Openshift with Cloudforms
Integrate Openshift with CloudformsIntegrate Openshift with Cloudforms
Integrate Openshift with Cloudforms
 
RHTE2015_CloudForms_Containers
RHTE2015_CloudForms_ContainersRHTE2015_CloudForms_Containers
RHTE2015_CloudForms_Containers
 
Meetup
MeetupMeetup
Meetup
 
SS42731_v2_KernerMicene
SS42731_v2_KernerMiceneSS42731_v2_KernerMicene
SS42731_v2_KernerMicene
 
Automating the Enterprise with CloudForms & Ansible
Automating the Enterprise with CloudForms & AnsibleAutomating the Enterprise with CloudForms & Ansible
Automating the Enterprise with CloudForms & Ansible
 
Pedal to the metal: Red Hat CloudForms for workload & infrastructure management
Pedal to the metal: Red Hat CloudForms for workload & infrastructure managementPedal to the metal: Red Hat CloudForms for workload & infrastructure management
Pedal to the metal: Red Hat CloudForms for workload & infrastructure management
 
Red Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveRed Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep Dive
 
Managing open shift at scale across the open hybrid cloud
Managing open shift at scale across the open hybrid cloudManaging open shift at scale across the open hybrid cloud
Managing open shift at scale across the open hybrid cloud
 
Cloudforms Workshop
Cloudforms WorkshopCloudforms Workshop
Cloudforms Workshop
 
Openstack Cloud Management and Automation Using Red Hat Cloudforms 4.0
Openstack Cloud  Management and Automation Using Red Hat Cloudforms 4.0Openstack Cloud  Management and Automation Using Red Hat Cloudforms 4.0
Openstack Cloud Management and Automation Using Red Hat Cloudforms 4.0
 
OpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sOpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont's
 
Automating security compliance for physical, virtual, cloud, and container en...
Automating security compliance for physical, virtual, cloud, and container en...Automating security compliance for physical, virtual, cloud, and container en...
Automating security compliance for physical, virtual, cloud, and container en...
 

Similaire à Asterisk as a Virtual Network Function Part 1

Telco Cloud - 02. Introduction to NFV - Network Function Virtualization
Telco Cloud - 02. Introduction to NFV - Network Function VirtualizationTelco Cloud - 02. Introduction to NFV - Network Function Virtualization
Telco Cloud - 02. Introduction to NFV - Network Function VirtualizationVikas Shokeen
 
SDN: A New Approach to Networking Technology
SDN: A New Approach to Networking TechnologySDN: A New Approach to Networking Technology
SDN: A New Approach to Networking TechnologyIRJET Journal
 
SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?Kedar Raval
 
Know about SDN and NFV
Know about SDN and NFVKnow about SDN and NFV
Know about SDN and NFVKedar Raval
 
Network function virtualization
Network function virtualizationNetwork function virtualization
Network function virtualizationSatish Chavan
 
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_HyperscaleRIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscalevibhorrastogi
 
WWT Software-Defined Networking Guide
WWT Software-Defined Networking GuideWWT Software-Defined Networking Guide
WWT Software-Defined Networking GuideJoel W. King
 
Design Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave NearyDesign Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave NearyManageIQ
 
NFV foundation/NFV For Dummies
NFV foundation/NFV For DummiesNFV foundation/NFV For Dummies
NFV foundation/NFV For Dummiesanandbajaj
 
The Future of Networks is Open...Source
The Future of Networks is Open...SourceThe Future of Networks is Open...Source
The Future of Networks is Open...SourceFrancois Duthilleul
 
Why Network Functions Virtualization sdn?
Why Network Functions Virtualization sdn?Why Network Functions Virtualization sdn?
Why Network Functions Virtualization sdn?idrajeev
 
NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect KeynoteLinaro
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesJustyna Bak
 
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP SemiconductorsSummit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP SemiconductorsOPNFV
 
Demystifying Network Function Virtualization (NFV) Service Assurance
Demystifying Network Function Virtualization (NFV) Service AssuranceDemystifying Network Function Virtualization (NFV) Service Assurance
Demystifying Network Function Virtualization (NFV) Service AssuranceZenoss
 
OpenStack-Foundation-NFV-Report
OpenStack-Foundation-NFV-ReportOpenStack-Foundation-NFV-Report
OpenStack-Foundation-NFV-ReportEric Zhaohui Ji
 
Red hat NFV Roadmap - OpenStack Summit 2016/Red Hat NFV Mini Summit
Red hat NFV Roadmap    - OpenStack Summit 2016/Red Hat NFV Mini SummitRed hat NFV Roadmap    - OpenStack Summit 2016/Red Hat NFV Mini Summit
Red hat NFV Roadmap - OpenStack Summit 2016/Red Hat NFV Mini Summitkimw001
 
Collaborating with OpenDaylight for a Network-Enabled Cloud
Collaborating with OpenDaylight for a Network-Enabled CloudCollaborating with OpenDaylight for a Network-Enabled Cloud
Collaborating with OpenDaylight for a Network-Enabled CloudTesora
 

Similaire à Asterisk as a Virtual Network Function Part 1 (20)

Telco Cloud - 02. Introduction to NFV - Network Function Virtualization
Telco Cloud - 02. Introduction to NFV - Network Function VirtualizationTelco Cloud - 02. Introduction to NFV - Network Function Virtualization
Telco Cloud - 02. Introduction to NFV - Network Function Virtualization
 
SDN: A New Approach to Networking Technology
SDN: A New Approach to Networking TechnologySDN: A New Approach to Networking Technology
SDN: A New Approach to Networking Technology
 
SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?
 
Know about SDN and NFV
Know about SDN and NFVKnow about SDN and NFV
Know about SDN and NFV
 
Network function virtualization
Network function virtualizationNetwork function virtualization
Network function virtualization
 
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_HyperscaleRIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
 
WWT Software-Defined Networking Guide
WWT Software-Defined Networking GuideWWT Software-Defined Networking Guide
WWT Software-Defined Networking Guide
 
Design Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave NearyDesign Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave Neary
 
NFV foundation/NFV For Dummies
NFV foundation/NFV For DummiesNFV foundation/NFV For Dummies
NFV foundation/NFV For Dummies
 
The Future of Networks is Open...Source
The Future of Networks is Open...SourceThe Future of Networks is Open...Source
The Future of Networks is Open...Source
 
HP NFV ezine v2 dec 2014
HP NFV ezine v2 dec 2014HP NFV ezine v2 dec 2014
HP NFV ezine v2 dec 2014
 
Why Network Functions Virtualization sdn?
Why Network Functions Virtualization sdn?Why Network Functions Virtualization sdn?
Why Network Functions Virtualization sdn?
 
Open stack foundation-nfv-report
Open stack foundation-nfv-reportOpen stack foundation-nfv-report
Open stack foundation-nfv-report
 
NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect Keynote
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or Enemies
 
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP SemiconductorsSummit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
 
Demystifying Network Function Virtualization (NFV) Service Assurance
Demystifying Network Function Virtualization (NFV) Service AssuranceDemystifying Network Function Virtualization (NFV) Service Assurance
Demystifying Network Function Virtualization (NFV) Service Assurance
 
OpenStack-Foundation-NFV-Report
OpenStack-Foundation-NFV-ReportOpenStack-Foundation-NFV-Report
OpenStack-Foundation-NFV-Report
 
Red hat NFV Roadmap - OpenStack Summit 2016/Red Hat NFV Mini Summit
Red hat NFV Roadmap    - OpenStack Summit 2016/Red Hat NFV Mini SummitRed hat NFV Roadmap    - OpenStack Summit 2016/Red Hat NFV Mini Summit
Red hat NFV Roadmap - OpenStack Summit 2016/Red Hat NFV Mini Summit
 
Collaborating with OpenDaylight for a Network-Enabled Cloud
Collaborating with OpenDaylight for a Network-Enabled CloudCollaborating with OpenDaylight for a Network-Enabled Cloud
Collaborating with OpenDaylight for a Network-Enabled Cloud
 

Dernier

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 

Dernier (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

Asterisk as a Virtual Network Function Part 1

  • 1. For Astricon 2017 Doug Smith & Leif Madsen Red Hat, Inc. Intro to NFV & VNF-Asterisk
  • 2. 2 Leif Madsen ● DevOps team lead of the NFVPE team, working with strategic NFV partners to help them understand how to automate and test deployments using common open source tools. ● Blog: https://blogs.leifmadsen.com Who are these guys!? Doug Smith ● Member of the NFVPE DevOps team with a focus on analyzing gaps in containerized workloads for NFV, including container networking & orchestration (e.g. Kube & OpenShift) ● Blog: https://dougbtv.com We’re from the NFV Partner Engineering Team @ Red Hat @leifmadsen@dougbtv
  • 3. 3 10:45 - Intro to NFV & VNF-Asterisk 11:30 - A VNF-Asterisk Demo 1:45 - Infrastructure Deployment 2:30 - Application Deployment TODAY’S AGENDA
  • 4. 4 VNF-Asterisk is a VNF utilizing Asterisk (an Open Source telephony framework) and intended to be used for validating environments, and exploring topics such as: ● VNFs in Kubernetes / OpenShift ● Container Networking ● Scale ● High Availability ● And more. SO, WHAT IS VNF-ASTERISK? A demo VNF in Kubernetes that YOU can try out! redhat-nfvpe/vnf-asterisk
  • 5. BEGIN THE WHITEBOARD OF ACRONYMS! (If we use an acronym you don’t know, don’t be shy, point at the whiteboard!)
  • 6. 6 VNF-Asterisk High level overview (illustrating planned/future network segments) Public network Inter-machine trunk Management network Network Segments Analytics Controller SIPp SIPp Asterisk (A) Asterisk (B) sipcapture (homer)
  • 7. 7 High Level pod layout (plan) voip/asterisk homer/capt-agent Asterisk A voip/asterisk homer/capt-agent Asterisk B homer/capture-server homer/mariadb homer/web-ui Homer SIPp voip/sipp SIPp voip/sipp Controller management/controller
  • 8. 8 Actual pod layout Asterisk (VoIP) Capture Agent (packet sniffer) Asterisk config Environment config etcd vnf-asterisk controller (API) vnf-asterisk UI (nginx) API config nginx config MySQL MySQL storage Bootstrap semaphor Kamailio (SIP Proxy) Homer API Homer Web app (monitoring / analytics) Environment config Vnf-asterisk homer At least as of today.
  • 9. 9 VNF-Asterisk High level overview (illustrating planned/future network segments) Public network Inter-machine trunk Management network Network Segments Analytics Controller SIPp SIPp Asterisk (A) Asterisk (B) sipcapture (homer)
  • 10. 10 ● Purpose is to take your traditional hardware network devices (routers, switches, firewalls, etc) and deploy them virtually, like a computer running as a virtual machine. ● Defined by ETSI in September 2012 via seven of the world’s largest telecommunication network operators. ○ Conceived by the world’s seven largest telecommunications operators in 2012, lead to the creation of ETSI NFV in January 2013; ETSI NFV would create the momentum and hype in the industry. ● Telecommunications operators vendors historically would ○ develop, ○ test, ○ and schedule deployment of ASICs on a multiple year trajectory ○ ROI heavily factored into the development and deployment of new hardware. What is NFV? Network Functions Virtualization
  • 13. 13 What is NFV? Virtualized Network Function = an application stack :) Often delivered as virtual appliance forklifted from a physical appliance. Often a distributed application running across dozens of different processing blades VMs.
  • 14. 14 What is NFV? Element Manager = an application that does FCAPS (Fault, Config, Accounting, Performance, Security) management for one or more (V)NFs. Many EMs PXE-booted the OS on all blades, installed/upgraded software, then provided standard north-bound interface for FCAPS.
  • 15. 15 What is NFV? Business Support System(s) and Operations Support System(s) = handle business resp. operations logic for fulfilling and assuring services end-to-end Offer, e.g., product and service catalogs, service and resource orchestration, resource inventory, workflow engine, policy engine, root-cause analysis & analytics, ...
  • 16. 16 What is NFV? new: NFV Infrastructure = compute, storage and networking resources and their virtualization
  • 17. 17 What is NFV? new: Management & Orchestration (MANO) stack
  • 18. INSERT DESIGNATOR, IF NEEDED18 What is NFV? new: Virt. Infrastructure Manager = manage the lifecycle of compute, storage and (data center) network infrastructure resources e.g. OpenStack, VMware, RHEV virt. infrastructure abstraction
  • 19. INSERT DESIGNATOR, IF NEEDED19 What is NFV? new: VNF Manager = provisions and manages the lifecycle of one or more VNF applications e.g. OpenStack Tacker, Cloudify, K8s virt. infrastructure abstraction application abstraction
  • 20. INSERT DESIGNATOR, IF NEEDED20 What is NFV? new: NFV Orchestrator = provisions and manages the lifecycle of one or more Network Services e.g. OpenStack Tacker, Rift.io virt. infrastructure abstraction application abstraction composed service abstraction
  • 22. 22 ● A VNF, or Virtualized Network Function, is made up of one or more components inside an NFV-based (or SDN-based) network. What is a VNF? A VNF is a Virtual Network Function
  • 23. 23 ● An example of a virtualized network function might be a virtual router (vRouter), virtualized network switch (vSwitch), deep packet inspection (vDPI), virtual firewall, etc ○ It’s the virtualized version of a dedicated physical component in your network ○ Only the most simple VNFs, such as vRouters, vDPI, etc are single component/single-VM ○ More interesting deployments contain multiple components (load-balancer component, signaling-processor component, data-plane processor component); each of which can independently scaled by instantiating more instances. ○ A VNF can be made up of one or more components (VNFCs) What is a VNF? A VNF is a Virtual Network Function
  • 24. 24 ● Software Defined Networking is a way of programmatically defining your network from a central location, and disseminating that definition to your networking nodes ● The idea is to separate the control plane (where you program how you want the network to be designed) from the data plane (where the actual networking data flows) ● By separating the control plane from the data plane, you’re able to more centrally control the definition of the network (what you would typically do from, say, a Cisco router CLI) from the physical hardware that performs the packet processing and forwarding What is SDN? SDN is Software Defined Networking
  • 25. 25 ● With a centralized control plane, you can scale it independent of the data plane, and build additional functionality, like programming it through an API ● Forwarding tables and data plane information is then compiled out of the control plane, and pushed down into the data plane, that then is able to act on the packets without the overhead of also dealing with the control plane. What is SDN? SDN is Software Defined Networking
  • 26. 26 1There are several definitions of cloud nativeness. We chose the CNCF to use here for two reasons: What is cloud native? This definition fits best to the examples we would like to share here. The CNCF’s definition represents a wide body of professionals. 2 The following Cloud Native definition is used in the Cloud Native Computing Foundation Charter
  • 27. 27 1 What is cloud native? Container packaged. Running applications and processes in software containers as an isolated unit of application deployment, and as a mechanism to achieve high levels of resource isolation. Improves overall developer experience, fosters code and component reuse and simplify operations for cloud native applications. Dynamically managed. Actively scheduled and actively managed by a central orchestrating process. Radically improve machine efficiency and resource utilization while reducing the cost associated with maintenance and operations. 2 Cloud native systems will have the following properties 3Micro-services oriented. Loosely coupled with dependencies explicitly described (e.g. through service endpoints). Significantly increase the overall agility and maintainability of applications. Uses ubiquitous and easily available through reliable interfaces.
  • 28. 28 ● A standard Back2Back User Agent (B2BUA) setup where we generate traffic with SIPp VNF-Asterisk Architecture Basic Subsystem
  • 29. 29 ● Extending the basic subsystem to start building out a control and data plane ● Controller pushes configuration into newly instantiated Asterisk instances ● (Enter Sorcery) VNF-Asterisk Architecture Extended Basic Subsystem
  • 30. 30 ● In the initial implementation of this demonstration VNF, our “controller” may be so primitive as to be a script that pushes a simple configuration into our Asterisk instances VNF-Asterisk Architecture Extended Basic Subsystem
  • 31. 31 ● In our expanded subsystem, we add sipcapture via the HOMER encapsulation protocol (HEP). VNF-Asterisk Architecture Expanded Subsystem
  • 32. 32 ● One of the more interesting tidbits of information we’re hoping to tease out is metrics ● Understanding our baseline metrics will allow us to determine what happens as we start changing the infrastructure ● If our metrics get significantly worse as we containerize the system, we’ll be better armed to understand ○ if it’s the containerization ○ our network ○ architecture ○ other unknown issues VNF-Asterisk Architecture Expanded Subsystem
  • 33. 33 ● Next step is to start breaking our monolithic deployment into more fungible components VNF-Asterisk Architecture Containerized PoC (e.g. in Docker)
  • 34. 34 ● Controller may be expanded to include dynamic configuration through service discovery (such as etcd) ● Pave the way for using discovery services to find and configure the containers VNF-Asterisk Architecture Containerized PoC (e.g. in Docker)
  • 36. 36 ● Orchestrating the pods using Kubernetes (optionally, on top of OpenShift) and validating that all our components are still operating ● Breaking the containers into pods ● Getting ready to change the underlying network VNF-Asterisk Architecture Orchestrated PoC (e.g. in Kubernetes)
  • 38. 38 ● Start splitting the components into their own related networks ● Gives network separation between the various planes ● Kubernetes currently only allows for a single interface ○ CNI ○ Multus-CNI VNF-Asterisk Architecture Service Networking & Networking Topology