SlideShare ist ein Scribd-Unternehmen logo
1 von 38
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Asterisk Rest Interface - ARI
Asterisk Rest Interface - ARIAsterisk Rest Interface - ARI
Asterisk Rest Interface - ARIDavid Muñoz
 
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...Fred Posner
 
Orientação a Objetos - Introdução - Exercícios
Orientação a Objetos - Introdução - ExercíciosOrientação a Objetos - Introdução - Exercícios
Orientação a Objetos - Introdução - ExercíciosArthur Emanuel
 
FreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8sFreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8sChien Cheng Wu
 
Capítulo 19 camada de rede - end lógico
Capítulo 19   camada de rede - end lógicoCapítulo 19   camada de rede - end lógico
Capítulo 19 camada de rede - end lógicoFaculdade Mater Christi
 
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기흥배 최
 
GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)NetProtocol Xpert
 
SIP Attack Handling (Kamailio World 2021)
SIP Attack Handling (Kamailio World 2021)SIP Attack Handling (Kamailio World 2021)
SIP Attack Handling (Kamailio World 2021)Fred Posner
 
Basics of firewall, ebtables, arptables and iptables
Basics of firewall, ebtables, arptables and iptablesBasics of firewall, ebtables, arptables and iptables
Basics of firewall, ebtables, arptables and iptablesPrzemysław Piotrowski
 
Presentation On "Wi-Max Technology"
Presentation On "Wi-Max Technology"Presentation On "Wi-Max Technology"
Presentation On "Wi-Max Technology"surabhii007
 
Barry Hesk: Cisco Unified Communications Manager training deck 1
Barry Hesk: Cisco Unified Communications Manager training deck 1Barry Hesk: Cisco Unified Communications Manager training deck 1
Barry Hesk: Cisco Unified Communications Manager training deck 1Barry Hesk
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingteknetir
 
Choosing Mikrotik Platform x86 vs chr
Choosing Mikrotik Platform x86 vs chrChoosing Mikrotik Platform x86 vs chr
Choosing Mikrotik Platform x86 vs chrGLC Networks
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksAPNIC
 

Was ist angesagt? (20)

Asterisk Rest Interface - ARI
Asterisk Rest Interface - ARIAsterisk Rest Interface - ARI
Asterisk Rest Interface - ARI
 
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
Using Asterisk and Kamailio for Reliable, Scalable and Secure Communication S...
 
Aboutsip - SIP Routing
Aboutsip - SIP RoutingAboutsip - SIP Routing
Aboutsip - SIP Routing
 
Orientação a Objetos - Introdução - Exercícios
Orientação a Objetos - Introdução - ExercíciosOrientação a Objetos - Introdução - Exercícios
Orientação a Objetos - Introdução - Exercícios
 
MTCNA
MTCNAMTCNA
MTCNA
 
Wireshark
WiresharkWireshark
Wireshark
 
FreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8sFreeSWITCH Cluster by K8s
FreeSWITCH Cluster by K8s
 
Mikro tik advanced training
Mikro tik advanced trainingMikro tik advanced training
Mikro tik advanced training
 
Capítulo 19 camada de rede - end lógico
Capítulo 19   camada de rede - end lógicoCapítulo 19   camada de rede - end lógico
Capítulo 19 camada de rede - end lógico
 
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
 
GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)
 
SIP Attack Handling (Kamailio World 2021)
SIP Attack Handling (Kamailio World 2021)SIP Attack Handling (Kamailio World 2021)
SIP Attack Handling (Kamailio World 2021)
 
Mikrotik firewall filter
Mikrotik firewall filterMikrotik firewall filter
Mikrotik firewall filter
 
Basics of firewall, ebtables, arptables and iptables
Basics of firewall, ebtables, arptables and iptablesBasics of firewall, ebtables, arptables and iptables
Basics of firewall, ebtables, arptables and iptables
 
Aula 01 - Redes Wireless
Aula 01 - Redes WirelessAula 01 - Redes Wireless
Aula 01 - Redes Wireless
 
Presentation On "Wi-Max Technology"
Presentation On "Wi-Max Technology"Presentation On "Wi-Max Technology"
Presentation On "Wi-Max Technology"
 
Barry Hesk: Cisco Unified Communications Manager training deck 1
Barry Hesk: Cisco Unified Communications Manager training deck 1Barry Hesk: Cisco Unified Communications Manager training deck 1
Barry Hesk: Cisco Unified Communications Manager training deck 1
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 
Choosing Mikrotik Platform x86 vs chr
Choosing Mikrotik Platform x86 vs chrChoosing Mikrotik Platform x86 vs chr
Choosing Mikrotik Platform x86 vs chr
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building Blocks
 

Andere mochten auch

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
 

Andere mochten auch (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...
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 

Kürzlich hochgeladen (20)

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 

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