SlideShare a Scribd company logo
Introduction to OpenDaylight 
and its Helium release 
Srini Seetharaman 
srini.seetharaman@gmail.com 
Oct 2014
Problem in Today’s Ossified Network 
2 
Routing, management, mobility management, 
access control, VPNs, … 
Million of lines 
of source code 
6000+ RFCs Barrier to entry 
Feature Feature 
Operating 
System 
Specialized Packet Billions of gates Bloated Power Hungry 
Forwarding Hardware 
Many complex functions baked into the infrastructure 
OSPF, BGP, multicast, differentiated services, 
Traffic Engineering, NAT, firewalls, MPLS, redundant layers, …
Solution: “Software-defined Network” 
3 
Simple Packet 
Forwarding 
Hardware 
Simple Packet 
Forwarding 
Hardware Simple Packet 
Simple Packet 
Forwarding 
Hardware 
Simple Packet 
Forwarding 
Hardware 
Forwarding 
Hardware 
Network Operating System 
OpenFlow or 
other API 
North-bound 
interface API 
Unchanged mgmt API 
LB 
service 
FW 
service 
IP routing 
service 
Legacy Router 
This is the purist view 
with clear separation 
of data and control
Expanded View of SDN in OpenDaylight 
Hybrid approaches supported 
1. FIB programmable through OpenFlow, 
irrespective of whether there is an 
onboard control plane 
2. Programmable exclusively through 
embedded control plane: e.g., Yang 
modeled NetConf, OpFlex 
3. Programming both embedded control 
plane and FIB: e.g., Open vSwitch 
Mgmt plane 
Orchestration 
Extnl. Control plane 
Intl. Control 
plane 
Data 
plane 
Hybrid control 
plane where the 
hardware contains 
a more open 
platform for 
adding logic
SDN Killer App #1: Network Virtualization 
SDN-based Virtualized Network Platform 
Dynamic, Programmable, Automated 
5 
Computing Infrastructure
SDN Killer App #2: Service Function Chaining 
6 
Internet Internet 
NFV
Business Potential of SDN 
Business potential How? 
Reduced time to revenue Speed up of service provisioning 
New revenue Through new business models centered around 
7 
on-demand usage 
Improved policy compliance Ensure that cloud workload is compliant with 
enterprise policies (e.g., access control) 
OpEx saving Automated operations and easier management 
of resources 
Reduced OpEx during upgrades Introduce new functions and service by 
replacing just software stack
8
OpenDaylight Consortium 
► Heavy industry involvement and backing 
► Focused on having an open framework for building 
upon SDN/NFV innovations 
 Not limited to OpenFlow innovations, but in fact decoupled 
from it allowing the two to evolve independently 
9
Hydrogen Release 
10 
Base Network Service Functions 
Management 
GUI/CLI 
Controller Platform 
Southbound Interfaces 
& Protocol Plugins 
DDoS 
Protection 
OpenDaylight APIs (REST) 
OpenStack Service 
DOVE Mgr 
Data Plane Elements 
(Virtual Switches, 
Physical Device 
Interfaces) 
Network 
Config 
Service Abstraction Layer (SAL) 
(plug-in mgr., capability abstractions, flow programming, inventory, …) 
OpenFlow 
1.0 1.3 
LISP 
Topology 
Mgr 
Stats 
Mgr 
Switch 
Mgr 
Host 
Tracker 
Shortest 
Path 
Forwarding 
VTN 
Coordinator 
Affinity 
Service 
Network Applications 
Orchestration & Services 
OpenStack 
Neutron 
VTN 
Manager 
VTN: Virtual Tenant Network 
DOVE: Distributed Overlay Virtual Ethernet 
DDoS: Distributed Denial Of Service 
LISP: Locator/Identifier Separation Protocol 
OVSDB: Open vSwitch DataBase Protocol 
BGP: Border Gateway Protocol 
PCEP: Path Computation Element Communication Protocol 
SNMP: Simple Network Management Protocol 
LISP 
Service 
NETCONF SNMP BGP-LS 
OVSDB PCEP 
OpenFlow Enabled 
Devices 
Main difference from other OpenFlow-centric 
controller platforms 
Devices with Proprietary 
control plane 
OVSDB enabled devices
Helium Release 
11 
Dlux UI 
Base Network Service Functions 
Controller 
Platform 
Southbound 
Interfaces 
& Protocol Plugins 
OpenDaylight APIs (REST) 
Data Plane Elements 
(Virtual Switches, 
Physical Device 
Interfaces) 
OpenStack Service 
Service Abstraction Layer (SAL) 
(plug-in mgr., capability abstractions, flow programming, inventory, …) 
OpenFlow 
1.0 1.3 
LISP 
Topology 
Mgr 
Stats 
Mgr 
Switch 
Mgr 
Host 
Tracker 
Flow Rules 
Mgr 
VTN 
Coordinator 
AAA 
Network Applications 
Orchestration & 
Services 
OpenStack 
Neutron 
OVSDB PCEP 
OpenFlow Enabled 
Devices 
VTN: Virtual Tenant Network 
DDoS: Distributed Denial Of Service 
LISP: Locator/Identifier Separation Protocol 
OVSDB: Open vSwitch DataBase Protocol 
BGP: Border Gateway Protocol 
PCEP: Path Computation Element Communication Protocol 
PCMM: Packet Cable MultiMedia 
SNMP: Simple Network Management Protocol 
LISP 
Service 
NETCONF BGP-LS 
Devices with Proprietary 
control plane 
SNMP 
DDoS 
Protection 
OVSDB enabled devices 
Main difference from other OpenFlow-centric 
controller platforms 
SDNi 
Wrapper 
GBP 
Service 
SFC 
TTP 
SNBI 
PCMM/ 
COPS 
OPEN 
CONTRAIL 
GBP 
renderer 
OVSDB 
Neutron 
VTN 
Mgr 
Open 
Contrail 
L2 
switch 
SNBI 
service 
DOCSIS 
SDNI 
aggreg 
AAA – AuthN filter
Java, Interface, Maven, OSGi, Karaf 
► Java chosen as an enterprise-grade, 
cross-platform compatible language 
► Java Interfaces are used for event listening, 
specifications and forming patterns 
► Maven – build system for Java 
► OSGi: 
 Allows dynamically loading bundles 
 Allows registering dependencies and 
services exported 
 For exchanging information across bundles 
Feature 
Feature 
A B … 
SAL 
Karaf 
OSGi Framework 
► Karaf: Light-weight Runtime for loading modules/bundles 
 OSGi based. Primary distribution mechanism for Helium 
12 
(Equinox)
Active projects based on phone calls  
OpenFlowPlugin 
MD-SAL 
LISP Flow Mapping 
OVSDB 
Documentation 
SNBI 
Integration, SFC 
► OVSDB – Southbound plugin and OpenStack Neutron integration 
► SNBI – Secure Network Bootstrapping Infrastructure 
► GBP – Group Based Policy 
► SFC – Service Function Chaining (NSH) 
► Dlux – OpenDaylight UI 
Security analysis 
AAA, Dlux 
GBP 
OpFlex 
PacketCable 
Full project list here: https://wiki.opendaylight.org/view/Main_Page#Projects
Helium: Full List of Projects 
opflex OpFlex protocol 
ovsdb OVSDB protocol and OpenStack integration 
packetcable PacketCable PCMM/COPS 
plugin2oc Southbound plugin to the OpenContrail platform 
reservation Dynamic Resource Reservation project 
sdninterfaceapp SDNi Cross-controller interface 
sfc Service Function Chaining 
snbi Secure Network Bootstrap Infrastructure 
snmp4sdn SNMP4SDN Plugin 
tcpmd5 TCP-MD5 Support library 
toolkit Quickstart Toolkit 
ttp TTP Project 
vtn VTN (Virtual Tenant Network) 
yangtools YANG Tools 
Project keyword Description 
aaa AAA Project 
bgpcep BGP/PCEP protocol library 
controller OpenDaylight Controller 
defense4all Radware Defense4All 
discovery Discovery Service 
dlux OpenDaylight UI 
docs Documentation Project 
groupbasedpolicy Group Based Policy Plugin 
integration Integration Framework 
l2switch Separate Layer 2 switching 
lispflowmapping LISP Mapping Service 
openflowjava OpenFlow Protocol Library 
openflowplugin OpenFlow Plugin
Helium: Feature Dependency Chart
Helium: Running Karaf distribution 
$ wget 
http://nexus.opendaylight.org/content/groups/public/org/op 
endaylight/integration/distribution-karaf/0.2.0- 
Helium/distribution-karaf-0.2.0-Helium.zip 
$ unzip distribution-karaf-0.2.0-Helium.zip 
$ cd distribution-karaf-0.2.0-Helium 
$ ./bin/karaf 
opendaylight-user@root> feature:list (get all apps available) 
opendaylight-user@root> feature:install odl-dlux-core 
opendaylight-user@root> feature:install odl-openflowplugin-all 
opendaylight-user@root> feature:install odl-l2switch-all 
opendaylight-user@root> bundle:list | grep Active 
Now your controller is ready to connect to switches and 
handle incoming flows.
Helium: REST APIs 
► Using REST APIs are much easier with 
Helium 
► Restconf allows for checking config 
and operational state 
 feature:install odl-restconf 
 http://localhost:8181/restconf/.... 
► List of exposed Northbound APIs are 
autogenerated using swagger. 
 feature:install odl-mdsal-apidocs 
 http://localhost:8181/apidoc/explorer
OpenDaylight Hands-on Exploration 
► Tutorial at: http://sdnhub.org/tutorials/opendaylight 
► Dependency chart: 
18 
Legend: Blue = Feature, Green = Bundle
Sample project: OVSDB 
1) OVSDB southbound-plugin 
2) OpenStack integration for net-virt
Orchestration 
North-bound 
API 
Application 
Controller 
South-bound 
API 
Dataplane 
elements 
OpenStack Network Mgmt 
20 
Typical workflow 
1. Create a network 
2. Associate a subnet 
with the network 
3. Boot a VM and 
attach it to the 
network 
4. Delete the VM 
5. Delete any ports 
6. Delete the 
network 
ML2 Plugin 
ODL Mech driver 
Network Virtualization App 
SDN Controller 
OpenFlow OVSDB 
pSwitch 
pSwitch 
vSwitch 
vSwitch 
Neutron API

More Related Content

PDF
OpenDaylight: an open source SDN for your OpenStack cloud
Anees Shaikh
 
PPTX
Odl virtualization-20140520
NEC Corporation
 
PPTX
Opendaylight SDN Controller
Sumit Arora
 
PPTX
All Things Open SDN, NFV and Open Daylight
Mark Hinkle
 
PPTX
Cloud open unveillithium-odlnewrelease-2-ns
NEC Corporation
 
PDF
SDN - Openflow + OpenVSwitch + Quantum
Rodrigo Campos
 
PDF
Open daylight and Openstack
Dave Neary
 
PPTX
OpenStack and OpenDaylight Workshop: ONUG Spring 2014
mestery
 
OpenDaylight: an open source SDN for your OpenStack cloud
Anees Shaikh
 
Odl virtualization-20140520
NEC Corporation
 
Opendaylight SDN Controller
Sumit Arora
 
All Things Open SDN, NFV and Open Daylight
Mark Hinkle
 
Cloud open unveillithium-odlnewrelease-2-ns
NEC Corporation
 
SDN - Openflow + OpenVSwitch + Quantum
Rodrigo Campos
 
Open daylight and Openstack
Dave Neary
 
OpenStack and OpenDaylight Workshop: ONUG Spring 2014
mestery
 

What's hot (20)

PPTX
Network Intent Composition in OpenDaylight
OpenDaylight
 
PDF
Software Defined Networking: The OpenDaylight Project
Great Wide Open
 
PDF
OpenDaylight SDN Controller - Introduction
Eueung Mulyana
 
PDF
Openstack Neutron and SDN
inakipascual
 
PPTX
OpenStack and the Transformation of the Data Center - Lew Tucker
Lew Tucker
 
PDF
June Boston openStack Summit: Preparing quantum for the data center
Kamesh Pemmaraju
 
PDF
OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...
Cisco DevNet
 
PPT
OpenDaylight nluug_november
Christopher Price
 
PDF
SDN - OpenFlow + OpenVSwitch + Quantum
The Linux Foundation
 
PPTX
OpenStack Discovery and Networking Assurance - Koren Lev - Meetup
Cloud Native Day Tel Aviv
 
PPTX
Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...
Cloud Native Day Tel Aviv
 
PPTX
Harmonia open iris_basic_v0.1
Yongyoon Shin
 
PDF
OpenStack networking - Neutron deep dive with PLUMgrid
Kamesh Pemmaraju
 
PDF
Open Source Backends for OpenStack Neutron
mestery
 
PDF
Red Hat demo of OpenStack and ODL at ODL summit 2016
RedHatTelco
 
ODP
Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...
Dave Neary
 
PDF
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
OpenNebula Project
 
PPT
OpenDaylight Integration with OpenStack Neutron: A Tutorial
mestery
 
PDF
Group Based Policy: Open Source Policy in OpenDaylight and OpenStack Neutron
mestery
 
PPTX
OpenStack Neutron behind the Scenes
Anil Bidari ( CEO , Cloud Enabled)
 
Network Intent Composition in OpenDaylight
OpenDaylight
 
Software Defined Networking: The OpenDaylight Project
Great Wide Open
 
OpenDaylight SDN Controller - Introduction
Eueung Mulyana
 
Openstack Neutron and SDN
inakipascual
 
OpenStack and the Transformation of the Data Center - Lew Tucker
Lew Tucker
 
June Boston openStack Summit: Preparing quantum for the data center
Kamesh Pemmaraju
 
OpenStack and OpenDaylight, The Evolving Relationship in Cloud Networking: a ...
Cisco DevNet
 
OpenDaylight nluug_november
Christopher Price
 
SDN - OpenFlow + OpenVSwitch + Quantum
The Linux Foundation
 
OpenStack Discovery and Networking Assurance - Koren Lev - Meetup
Cloud Native Day Tel Aviv
 
Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...
Cloud Native Day Tel Aviv
 
Harmonia open iris_basic_v0.1
Yongyoon Shin
 
OpenStack networking - Neutron deep dive with PLUMgrid
Kamesh Pemmaraju
 
Open Source Backends for OpenStack Neutron
mestery
 
Red Hat demo of OpenStack and ODL at ODL summit 2016
RedHatTelco
 
Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...
Dave Neary
 
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
OpenNebula Project
 
OpenDaylight Integration with OpenStack Neutron: A Tutorial
mestery
 
Group Based Policy: Open Source Policy in OpenDaylight and OpenStack Neutron
mestery
 
OpenStack Neutron behind the Scenes
Anil Bidari ( CEO , Cloud Enabled)
 
Ad

Similar to Introduction to the Helium release of OpenDaylight (20)

PDF
Open daylight openstack_meetup_20140218
phrobb
 
PPTX
NFV & SDN ( Efficiency & Automation )
Hongsik Choi
 
PPT
Open Networking through Programmability
Tal Lavian Ph.D.
 
PDF
Summit 16: Open-O Mini-Summit - Architecture & Technology
OPNFV
 
PPT
OpenFlow tutorial
openflow
 
PDF
Kubernetes-DX-5G-session
Hidetsugu Sugiyama
 
PPTX
Networking revolution
Nahian Chowdhury
 
PPT
Naveen nimmu sdn future of networking
suniltomar04
 
PPT
Naveen nimmu sdn future of networking
OpenSourceIndia
 
PDF
SDN/OpenFlow #lspe
Chris Westin
 
PDF
An Introduce of OPNFV (Open Platform for NFV)
Mario Cho
 
PDF
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
Cisco Canada
 
PPT
OpenFlow Tutorial
Ja-seop Kwak
 
PDF
Simplify Networking for Containers
LinuxCon ContainerCon CloudOpen China
 
PPTX
Software Defined Networks
Shreeya Shah
 
PPTX
Introduction to Software Defined Networking (SDN)
Bangladesh Network Operators Group
 
PDF
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
APNIC
 
PPTX
btNOG 9 presentation Introduction to Software Defined Networking
APNIC
 
PPTX
Opnfv & odl case study slides
Christopher Price
 
PDF
Openlab.2014 02-13.major.vi sion
Ccie Light
 
Open daylight openstack_meetup_20140218
phrobb
 
NFV & SDN ( Efficiency & Automation )
Hongsik Choi
 
Open Networking through Programmability
Tal Lavian Ph.D.
 
Summit 16: Open-O Mini-Summit - Architecture & Technology
OPNFV
 
OpenFlow tutorial
openflow
 
Kubernetes-DX-5G-session
Hidetsugu Sugiyama
 
Networking revolution
Nahian Chowdhury
 
Naveen nimmu sdn future of networking
suniltomar04
 
Naveen nimmu sdn future of networking
OpenSourceIndia
 
SDN/OpenFlow #lspe
Chris Westin
 
An Introduce of OPNFV (Open Platform for NFV)
Mario Cho
 
Software Innovations and Control Plane Evolution in the new SDN Transport Arc...
Cisco Canada
 
OpenFlow Tutorial
Ja-seop Kwak
 
Simplify Networking for Containers
LinuxCon ContainerCon CloudOpen China
 
Software Defined Networks
Shreeya Shah
 
Introduction to Software Defined Networking (SDN)
Bangladesh Network Operators Group
 
Introduction to Software Defined Networking (SDN) presentation by Warren Finc...
APNIC
 
btNOG 9 presentation Introduction to Software Defined Networking
APNIC
 
Opnfv & odl case study slides
Christopher Price
 
Openlab.2014 02-13.major.vi sion
Ccie Light
 
Ad

Recently uploaded (20)

PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 

Introduction to the Helium release of OpenDaylight

  • 1. Introduction to OpenDaylight and its Helium release Srini Seetharaman [email protected] Oct 2014
  • 2. Problem in Today’s Ossified Network 2 Routing, management, mobility management, access control, VPNs, … Million of lines of source code 6000+ RFCs Barrier to entry Feature Feature Operating System Specialized Packet Billions of gates Bloated Power Hungry Forwarding Hardware Many complex functions baked into the infrastructure OSPF, BGP, multicast, differentiated services, Traffic Engineering, NAT, firewalls, MPLS, redundant layers, …
  • 3. Solution: “Software-defined Network” 3 Simple Packet Forwarding Hardware Simple Packet Forwarding Hardware Simple Packet Simple Packet Forwarding Hardware Simple Packet Forwarding Hardware Forwarding Hardware Network Operating System OpenFlow or other API North-bound interface API Unchanged mgmt API LB service FW service IP routing service Legacy Router This is the purist view with clear separation of data and control
  • 4. Expanded View of SDN in OpenDaylight Hybrid approaches supported 1. FIB programmable through OpenFlow, irrespective of whether there is an onboard control plane 2. Programmable exclusively through embedded control plane: e.g., Yang modeled NetConf, OpFlex 3. Programming both embedded control plane and FIB: e.g., Open vSwitch Mgmt plane Orchestration Extnl. Control plane Intl. Control plane Data plane Hybrid control plane where the hardware contains a more open platform for adding logic
  • 5. SDN Killer App #1: Network Virtualization SDN-based Virtualized Network Platform Dynamic, Programmable, Automated 5 Computing Infrastructure
  • 6. SDN Killer App #2: Service Function Chaining 6 Internet Internet NFV
  • 7. Business Potential of SDN Business potential How? Reduced time to revenue Speed up of service provisioning New revenue Through new business models centered around 7 on-demand usage Improved policy compliance Ensure that cloud workload is compliant with enterprise policies (e.g., access control) OpEx saving Automated operations and easier management of resources Reduced OpEx during upgrades Introduce new functions and service by replacing just software stack
  • 8. 8
  • 9. OpenDaylight Consortium ► Heavy industry involvement and backing ► Focused on having an open framework for building upon SDN/NFV innovations  Not limited to OpenFlow innovations, but in fact decoupled from it allowing the two to evolve independently 9
  • 10. Hydrogen Release 10 Base Network Service Functions Management GUI/CLI Controller Platform Southbound Interfaces & Protocol Plugins DDoS Protection OpenDaylight APIs (REST) OpenStack Service DOVE Mgr Data Plane Elements (Virtual Switches, Physical Device Interfaces) Network Config Service Abstraction Layer (SAL) (plug-in mgr., capability abstractions, flow programming, inventory, …) OpenFlow 1.0 1.3 LISP Topology Mgr Stats Mgr Switch Mgr Host Tracker Shortest Path Forwarding VTN Coordinator Affinity Service Network Applications Orchestration & Services OpenStack Neutron VTN Manager VTN: Virtual Tenant Network DOVE: Distributed Overlay Virtual Ethernet DDoS: Distributed Denial Of Service LISP: Locator/Identifier Separation Protocol OVSDB: Open vSwitch DataBase Protocol BGP: Border Gateway Protocol PCEP: Path Computation Element Communication Protocol SNMP: Simple Network Management Protocol LISP Service NETCONF SNMP BGP-LS OVSDB PCEP OpenFlow Enabled Devices Main difference from other OpenFlow-centric controller platforms Devices with Proprietary control plane OVSDB enabled devices
  • 11. Helium Release 11 Dlux UI Base Network Service Functions Controller Platform Southbound Interfaces & Protocol Plugins OpenDaylight APIs (REST) Data Plane Elements (Virtual Switches, Physical Device Interfaces) OpenStack Service Service Abstraction Layer (SAL) (plug-in mgr., capability abstractions, flow programming, inventory, …) OpenFlow 1.0 1.3 LISP Topology Mgr Stats Mgr Switch Mgr Host Tracker Flow Rules Mgr VTN Coordinator AAA Network Applications Orchestration & Services OpenStack Neutron OVSDB PCEP OpenFlow Enabled Devices VTN: Virtual Tenant Network DDoS: Distributed Denial Of Service LISP: Locator/Identifier Separation Protocol OVSDB: Open vSwitch DataBase Protocol BGP: Border Gateway Protocol PCEP: Path Computation Element Communication Protocol PCMM: Packet Cable MultiMedia SNMP: Simple Network Management Protocol LISP Service NETCONF BGP-LS Devices with Proprietary control plane SNMP DDoS Protection OVSDB enabled devices Main difference from other OpenFlow-centric controller platforms SDNi Wrapper GBP Service SFC TTP SNBI PCMM/ COPS OPEN CONTRAIL GBP renderer OVSDB Neutron VTN Mgr Open Contrail L2 switch SNBI service DOCSIS SDNI aggreg AAA – AuthN filter
  • 12. Java, Interface, Maven, OSGi, Karaf ► Java chosen as an enterprise-grade, cross-platform compatible language ► Java Interfaces are used for event listening, specifications and forming patterns ► Maven – build system for Java ► OSGi:  Allows dynamically loading bundles  Allows registering dependencies and services exported  For exchanging information across bundles Feature Feature A B … SAL Karaf OSGi Framework ► Karaf: Light-weight Runtime for loading modules/bundles  OSGi based. Primary distribution mechanism for Helium 12 (Equinox)
  • 13. Active projects based on phone calls  OpenFlowPlugin MD-SAL LISP Flow Mapping OVSDB Documentation SNBI Integration, SFC ► OVSDB – Southbound plugin and OpenStack Neutron integration ► SNBI – Secure Network Bootstrapping Infrastructure ► GBP – Group Based Policy ► SFC – Service Function Chaining (NSH) ► Dlux – OpenDaylight UI Security analysis AAA, Dlux GBP OpFlex PacketCable Full project list here: https://wiki.opendaylight.org/view/Main_Page#Projects
  • 14. Helium: Full List of Projects opflex OpFlex protocol ovsdb OVSDB protocol and OpenStack integration packetcable PacketCable PCMM/COPS plugin2oc Southbound plugin to the OpenContrail platform reservation Dynamic Resource Reservation project sdninterfaceapp SDNi Cross-controller interface sfc Service Function Chaining snbi Secure Network Bootstrap Infrastructure snmp4sdn SNMP4SDN Plugin tcpmd5 TCP-MD5 Support library toolkit Quickstart Toolkit ttp TTP Project vtn VTN (Virtual Tenant Network) yangtools YANG Tools Project keyword Description aaa AAA Project bgpcep BGP/PCEP protocol library controller OpenDaylight Controller defense4all Radware Defense4All discovery Discovery Service dlux OpenDaylight UI docs Documentation Project groupbasedpolicy Group Based Policy Plugin integration Integration Framework l2switch Separate Layer 2 switching lispflowmapping LISP Mapping Service openflowjava OpenFlow Protocol Library openflowplugin OpenFlow Plugin
  • 16. Helium: Running Karaf distribution $ wget http://nexus.opendaylight.org/content/groups/public/org/op endaylight/integration/distribution-karaf/0.2.0- Helium/distribution-karaf-0.2.0-Helium.zip $ unzip distribution-karaf-0.2.0-Helium.zip $ cd distribution-karaf-0.2.0-Helium $ ./bin/karaf opendaylight-user@root> feature:list (get all apps available) opendaylight-user@root> feature:install odl-dlux-core opendaylight-user@root> feature:install odl-openflowplugin-all opendaylight-user@root> feature:install odl-l2switch-all opendaylight-user@root> bundle:list | grep Active Now your controller is ready to connect to switches and handle incoming flows.
  • 17. Helium: REST APIs ► Using REST APIs are much easier with Helium ► Restconf allows for checking config and operational state  feature:install odl-restconf  http://localhost:8181/restconf/.... ► List of exposed Northbound APIs are autogenerated using swagger.  feature:install odl-mdsal-apidocs  http://localhost:8181/apidoc/explorer
  • 18. OpenDaylight Hands-on Exploration ► Tutorial at: http://sdnhub.org/tutorials/opendaylight ► Dependency chart: 18 Legend: Blue = Feature, Green = Bundle
  • 19. Sample project: OVSDB 1) OVSDB southbound-plugin 2) OpenStack integration for net-virt
  • 20. Orchestration North-bound API Application Controller South-bound API Dataplane elements OpenStack Network Mgmt 20 Typical workflow 1. Create a network 2. Associate a subnet with the network 3. Boot a VM and attach it to the network 4. Delete the VM 5. Delete any ports 6. Delete the network ML2 Plugin ODL Mech driver Network Virtualization App SDN Controller OpenFlow OVSDB pSwitch pSwitch vSwitch vSwitch Neutron API