SlideShare a Scribd company logo
OpenFlow Switch Management using NETCONF and YANG

Carl Moberg, VP Technical Marketing
calle@tail-f.com, @cmoberg
What You Should Come Away With

• Understanding of IETF NETCONF protocol and YANG
  language and it’s major features and benefits

• Understanding of ONF OF-CONFIG specification and it’s
  moving parts

• Advantages to the combination of these technologies for
  Network Managers and Equipment Providers

• New thoughts on the future of automated network
  management!

                                                            1
Introducing Tail-f Systems


                     Voice         Business        Mobile          Video
                    Services       Ethernet       Backhaul        Services




 Customers expect fast and            Complexity of service            Faster time-to-market
faultless turn-up of services        provisioning exploding                expectations


        Network Equipment Providers                           Service Providers
        • Reduce development time and                 • Innovate and differentiate on
          project risk                                  service offerings
        • Provide more complete operations            • Reduce OPEX through automating
          management solutions                          configuration management systems
        • Off-load core platform management             and processes
          development to allow focus on               • Drive customer retention through
          areas of product differentiation              operational excellence


                                                                                               2
A Brief History of NETCONF and YANG

• 2001: Network Management Roadshow
• 2002: Internet Architecture Board (IAB) Workshop on
  Network Management


  “The workshop recommends, with
  strong consensus from both
  protocol developers and
  operators, that the IETF focus
  resources on the standardization
  of configuration management
  mechanisms.”

                                                        3
What NETCONF and YANG is and isn’t

• The NETCONF protocol is a formal application
  programming interface (API) that allows configuration data
  information to be retrieved and manipulated
• The YANG data modeling language is used to model
  configuration and state data manipulated by NETCONF



• NETCONF is not replacing CORBA/SOAP/REST; it
  provides full set of semantics for configuration management
• YANG is not replacing XSD/RelaxNG/WSDL; it provides
  many features specific to configuration management

                                                               4
NETCONF Key Features

• Distinct difference between configuration and operational
  data
• Rich configuration management semantics including
  validation, rollbacks and transactions
• Extensible protocol based on capabilities exchange



                                          More information:
                                          • RFC 6241
                                          • netconfcentral.org
                                          • slideshare.net


                                                                 5
YANG Key Features

• A complete description of API between a NETCONF client
  and server
• A hierarchy of data including configuration, state, Remote
  Procedure Calls (RPCs), and notifications
• Syntax is compact and optimized for human readers



                                          More information:
                                          • RFC 6020
                                          • yang-central.org
                                          • slideshare.net


                                                               6
Who Is Using It


Equipment Vendors          SDOs
• Brocade (MLX, NetIron)   • IETF
• Ericsson (SEA 20)          – Drives standard
• Cisco (IOS, IOS-XE)      • CableLabs
                             – CCAP (Next-gen CMTS)
• H3C (S9500E)
• Huawei (AR x200)         • MEF
                             – FM, PM, and services
• Juniper (JUNOS >7.5)
                           • ONF(!)
• Sonus (NBS 5200)
                             – OF-CONFIG
• Verivue (MDX 9020)


                                                      7
OpenFlow Architecture Overview



                   Controller

                  OpenFlow Protocol




                             Switch

    Switch                            Switch

                  Switch


                                               8
Introducing OF-CONFIG

•   “The motivation for the OpenFlow
    Configuration Protocol (OF-
    CONFIG) is to enable the remote    Configuration
    configuration of OpenFlow                             Controller
                                          Point
    datapaths”

•   Provides basic abstractions of                        OpenFlow
    OpenFlow functions                    OF-CONFIG
                                                           Protocol
                                          (NETCONF)

•   “OF-CONFIG1.1 requires that
    devices supporting OFCONFIG
    1.1 MUST implement NETCONF
    protocol as the transport.”                          Switch
                                                          Switch
                                                           Switch


                                            Operation Context

                                                                       9
The Building Blocks

• Configuration Point    Configuration
                                                        Controller
                            Point
  – Configures set of
    Capable Switches
                          OF-CONFIG                OpenFlow
• Capable Switch          (NETCONF)                 Protocol

  – Managed entity
                         OpenFlow Capable Switch
    containing set of
    Logical Switches      Logical Switch              Logical Switch

• Logical Switch             Resource
                               Resource
                             (e.g. Port)
                               (e.g. Port)
                                             ...         Resource
                                                           Resource
                                                         (e.g. Port)
                                                           (e.g. Port)
  – A set of resources
    managed by
    Controller
                                                                         10
Bringing it Together

• OF-CONFIG includes                  Configuration
                                         Point
  full YANG model
• Implementations
  immediately benefit                • Validation
                                     • Rollback
  from:
                                     • Transactions
  – Standard protocol and
    language
  – Formal API definition   Switch
                                                      Switch


  – NETCONF feature set                    Switch




                                                           11
Introducing Tail-f NCS
                                                        Network
                                   OSS/BSS              Engineer               EMS/NMS




                                 NET-                                   WEB       JAVA /
                                        CLI      REST       SNMP
                                 CONF                                    UI     JavaScript


•   Network abstraction engine    NCS                                                        Service
                                                                                             Models
•   Data-model driven
•   Multi-vendor support                                                                     Device
                                                                                             Models
•   Device and service models                          Device Manager




                                                       SNMP        CLI
                                   ConfD                                            Other
                                                                              NETCONF
                                             Netconf
                                                       SNMP        WS

                                                                                                       12
NCS as an OpenFlow Switch Manager
                                                    Network
                                  OSS/BSS           Engineer         EMS/NMS




                                NET-                           WEB      JAVA /
                                       CLI   REST      SNMP
                                CONF                            UI
•
                                                                      JavaScript
    Import OF-CONFIG modules!
•   No code needed               NCS                                               Service
                                                                                   Models
•   All northbound interfaces
•   NETCONF feature set                                                            OF-CONFIG
                                                                                     YANG
     – Validation                                                                   Module

     – Rollback                               OF-CONFIG Manager

     – Transactions




                                                                                             13
Example Use Case #2
Bringing up new logical switch

                                        Network
1.   Import OF-CONFIG YANG              Engineer            EMS/NMS



2.   Regenerate Interfaces
3.   Set up connectivity to switches   CLI         REST         NETCONF


4.   Use CLI to bring up logical
     switch                            NCS



                                               Device Manager




5. ...or REST

                                                                          14
Example Use Case #2
Bringing up new separated virtual network (set of logical switches)
                                                  Network
                                                  Engineer            EMS/NMS
1. Import OF-CONFIG YANG
2. Regenerate Interfaces
                                                CLI          REST         NETCONF
3. Set up connectivity to
   switches
                                                 NCS
4. Bring up candidate
   configuration for logical
   switches across switches                              Device Manager


5. Validate configuration
6. Use NETCONF confirmed
   commit for transactions


                                                                                    15
Conclusion

• OF-CONFIG leverages open and standardized NETCONF
  and YANG for switch management

• Formal model and well-known protocol reduces time to
  market and risk for network equipment provides

• Open, well defined API reduces implementation cost and
  risk for network management teams at service providers




                                                         16
Wrap-up and Questions

• Feel free to reach out at:
   – Carl Moberg <calle@tail-f.com>
   – follow or DM me on @cmoberg on twitter
• ...for any configuration management questions

• Follow us on:
   – www.tail-f.com
   – LinkedIn (company page, NETCONF and YANG Users Group)




                                                             17
Ad

More Related Content

What's hot (20)

CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
AIRTEL
 
Soutenance Finale
Soutenance FinaleSoutenance Finale
Soutenance Finale
Slim Bejaoui
 
Open vSwitch Introduction
Open vSwitch IntroductionOpen vSwitch Introduction
Open vSwitch Introduction
HungWei Chiu
 
Iptables presentation
Iptables presentationIptables presentation
Iptables presentation
Emin Abdul Azeez
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
sarasanandam
 
MPLS L3 VPN Deployment
MPLS L3 VPN DeploymentMPLS L3 VPN Deployment
MPLS L3 VPN Deployment
APNIC
 
Virtualized network with openvswitch
Virtualized network with openvswitchVirtualized network with openvswitch
Virtualized network with openvswitch
Sim Janghoon
 
Nfv
NfvNfv
Nfv
Ahmad Hijazi
 
JUNOS: OSPF and BGP
JUNOS: OSPF and BGPJUNOS: OSPF and BGP
JUNOS: OSPF and BGP
Zenith Networks
 
Notions de base sur le routage
Notions de base sur le routageNotions de base sur le routage
Notions de base sur le routage
Ines Kechiche
 
Chapter07
Chapter07Chapter07
Chapter07
Muhammad Ahad
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
Edgardo Scrimaglia
 
Linux Linux Traffic Control
Linux Linux Traffic ControlLinux Linux Traffic Control
Linux Linux Traffic Control
SUSE Labs Taipei
 
Jncia junos
Jncia junosJncia junos
Jncia junos
Sayed Qaisar Shah
 
IP Multicasting
IP MulticastingIP Multicasting
IP Multicasting
Tharindu Kumara
 
Presentation on ccna
Presentation on ccnaPresentation on ccna
Presentation on ccna
HoneyKumar34
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
Swapnil Kapate
 
Sockets and Socket-Buffer
Sockets and Socket-BufferSockets and Socket-Buffer
Sockets and Socket-Buffer
Sourav Punoriyar
 
Hands-on ethernet driver
Hands-on ethernet driverHands-on ethernet driver
Hands-on ethernet driver
SUSE Labs Taipei
 
Designing Multi-tenant Data Centers Using EVPN
Designing Multi-tenant Data Centers Using EVPNDesigning Multi-tenant Data Centers Using EVPN
Designing Multi-tenant Data Centers Using EVPN
Anas
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
AIRTEL
 
Open vSwitch Introduction
Open vSwitch IntroductionOpen vSwitch Introduction
Open vSwitch Introduction
HungWei Chiu
 
MPLS L3 VPN Deployment
MPLS L3 VPN DeploymentMPLS L3 VPN Deployment
MPLS L3 VPN Deployment
APNIC
 
Virtualized network with openvswitch
Virtualized network with openvswitchVirtualized network with openvswitch
Virtualized network with openvswitch
Sim Janghoon
 
Notions de base sur le routage
Notions de base sur le routageNotions de base sur le routage
Notions de base sur le routage
Ines Kechiche
 
Linux Linux Traffic Control
Linux Linux Traffic ControlLinux Linux Traffic Control
Linux Linux Traffic Control
SUSE Labs Taipei
 
Presentation on ccna
Presentation on ccnaPresentation on ccna
Presentation on ccna
HoneyKumar34
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
Swapnil Kapate
 
Designing Multi-tenant Data Centers Using EVPN
Designing Multi-tenant Data Centers Using EVPNDesigning Multi-tenant Data Centers Using EVPN
Designing Multi-tenant Data Centers Using EVPN
Anas
 

Viewers also liked (20)

NETCONF YANG tutorial
NETCONF YANG tutorialNETCONF YANG tutorial
NETCONF YANG tutorial
Tail-f Systems
 
Module 3: NETCONF and YANG Concepts
Module 3: NETCONF and YANG ConceptsModule 3: NETCONF and YANG Concepts
Module 3: NETCONF and YANG Concepts
Tail-f Systems
 
Module 2: Why NETCONF and YANG
Module 2: Why NETCONF and YANGModule 2: Why NETCONF and YANG
Module 2: Why NETCONF and YANG
Tail-f Systems
 
Module 4: NETCONF Tutorial
Module 4: NETCONF Tutorial Module 4: NETCONF Tutorial
Module 4: NETCONF Tutorial
Tail-f Systems
 
Module 5: YANG Tutorial - part 1
Module 5: YANG Tutorial - part 1Module 5: YANG Tutorial - part 1
Module 5: YANG Tutorial - part 1
Tail-f Systems
 
Meetup sdn paris #4
Meetup sdn paris #4Meetup sdn paris #4
Meetup sdn paris #4
SDN_Paris
 
Module 6: YANG Tutorial - part 2
Module 6: YANG Tutorial - part 2Module 6: YANG Tutorial - part 2
Module 6: YANG Tutorial - part 2
Tail-f Systems
 
Module 10: CDB Subscribers
Module 10: CDB SubscribersModule 10: CDB Subscribers
Module 10: CDB Subscribers
Tail-f Systems
 
M 14ofl
M 14oflM 14ofl
M 14ofl
ronsito
 
Getting started with YANG
Getting started with YANGGetting started with YANG
Getting started with YANG
CoreStack
 
Развитие линейки маршрутизаторов Cisco NCS
Развитие линейки маршрутизаторов Cisco NCSРазвитие линейки маршрутизаторов Cisco NCS
Развитие линейки маршрутизаторов Cisco NCS
Cisco Russia
 
Peering et points d’échanges, rôles clés de l’internet
Peering et points d’échanges, rôles clés de l’internetPeering et points d’échanges, rôles clés de l’internet
Peering et points d’échanges, rôles clés de l’internet
aurelienmartin
 
Opencontrail network virtualization
Opencontrail network virtualizationOpencontrail network virtualization
Opencontrail network virtualization
Nicolai van der Smagt
 
Tail-f Webinar OpenFlow Switch Management Using NETCONF and YANG
Tail-f Webinar OpenFlow Switch Management Using NETCONF and YANGTail-f Webinar OpenFlow Switch Management Using NETCONF and YANG
Tail-f Webinar OpenFlow Switch Management Using NETCONF and YANG
Tail-f Systems
 
Stratégie des services opérés autours des réseaux privés MPLS
Stratégie des services opérés autours des réseaux privés MPLSStratégie des services opérés autours des réseaux privés MPLS
Stratégie des services opérés autours des réseaux privés MPLS
aurelienmartin
 
Hp - 9febr2012
Hp - 9febr2012Hp - 9febr2012
Hp - 9febr2012
Agora Group
 
Hp Product And Solutions Overview
Hp Product And Solutions OverviewHp Product And Solutions Overview
Hp Product And Solutions Overview
mcini
 
Tail f - Why ConfD
Tail f - Why ConfDTail f - Why ConfD
Tail f - Why ConfD
Tail-f Systems
 
HP Networking - FlexNetwork Architecteure Customer 2013
HP Networking - FlexNetwork Architecteure Customer 2013HP Networking - FlexNetwork Architecteure Customer 2013
HP Networking - FlexNetwork Architecteure Customer 2013
Procontact Informatique
 
H3C HP Networking IRF2 Technology & Products Introduction 201212
H3C HP  Networking IRF2 Technology & Products Introduction 201212H3C HP  Networking IRF2 Technology & Products Introduction 201212
H3C HP Networking IRF2 Technology & Products Introduction 201212
Wilson Cheung
 
Module 3: NETCONF and YANG Concepts
Module 3: NETCONF and YANG ConceptsModule 3: NETCONF and YANG Concepts
Module 3: NETCONF and YANG Concepts
Tail-f Systems
 
Module 2: Why NETCONF and YANG
Module 2: Why NETCONF and YANGModule 2: Why NETCONF and YANG
Module 2: Why NETCONF and YANG
Tail-f Systems
 
Module 4: NETCONF Tutorial
Module 4: NETCONF Tutorial Module 4: NETCONF Tutorial
Module 4: NETCONF Tutorial
Tail-f Systems
 
Module 5: YANG Tutorial - part 1
Module 5: YANG Tutorial - part 1Module 5: YANG Tutorial - part 1
Module 5: YANG Tutorial - part 1
Tail-f Systems
 
Meetup sdn paris #4
Meetup sdn paris #4Meetup sdn paris #4
Meetup sdn paris #4
SDN_Paris
 
Module 6: YANG Tutorial - part 2
Module 6: YANG Tutorial - part 2Module 6: YANG Tutorial - part 2
Module 6: YANG Tutorial - part 2
Tail-f Systems
 
Module 10: CDB Subscribers
Module 10: CDB SubscribersModule 10: CDB Subscribers
Module 10: CDB Subscribers
Tail-f Systems
 
Getting started with YANG
Getting started with YANGGetting started with YANG
Getting started with YANG
CoreStack
 
Развитие линейки маршрутизаторов Cisco NCS
Развитие линейки маршрутизаторов Cisco NCSРазвитие линейки маршрутизаторов Cisco NCS
Развитие линейки маршрутизаторов Cisco NCS
Cisco Russia
 
Peering et points d’échanges, rôles clés de l’internet
Peering et points d’échanges, rôles clés de l’internetPeering et points d’échanges, rôles clés de l’internet
Peering et points d’échanges, rôles clés de l’internet
aurelienmartin
 
Tail-f Webinar OpenFlow Switch Management Using NETCONF and YANG
Tail-f Webinar OpenFlow Switch Management Using NETCONF and YANGTail-f Webinar OpenFlow Switch Management Using NETCONF and YANG
Tail-f Webinar OpenFlow Switch Management Using NETCONF and YANG
Tail-f Systems
 
Stratégie des services opérés autours des réseaux privés MPLS
Stratégie des services opérés autours des réseaux privés MPLSStratégie des services opérés autours des réseaux privés MPLS
Stratégie des services opérés autours des réseaux privés MPLS
aurelienmartin
 
Hp Product And Solutions Overview
Hp Product And Solutions OverviewHp Product And Solutions Overview
Hp Product And Solutions Overview
mcini
 
HP Networking - FlexNetwork Architecteure Customer 2013
HP Networking - FlexNetwork Architecteure Customer 2013HP Networking - FlexNetwork Architecteure Customer 2013
HP Networking - FlexNetwork Architecteure Customer 2013
Procontact Informatique
 
H3C HP Networking IRF2 Technology & Products Introduction 201212
H3C HP  Networking IRF2 Technology & Products Introduction 201212H3C HP  Networking IRF2 Technology & Products Introduction 201212
H3C HP Networking IRF2 Technology & Products Introduction 201212
Wilson Cheung
 
Ad

Similar to OpenFlow Switch Management using NETCONF and YANG (20)

OPNFV: Road to Next-Generation Network
OPNFV: Road to Next-Generation NetworkOPNFV: Road to Next-Generation Network
OPNFV: Road to Next-Generation Network
OPNFV
 
5G core use cases in CORE NetworkSBI.pptx
5G core use cases in CORE NetworkSBI.pptx5G core use cases in CORE NetworkSBI.pptx
5G core use cases in CORE NetworkSBI.pptx
lakshmianthony80
 
Transport SDN @ OIF
Transport SDN @ OIFTransport SDN @ OIF
Transport SDN @ OIF
CPqD
 
NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect Keynote
Linaro
 
ONAP - Open Network Automation Platform
ONAP - Open Network Automation PlatformONAP - Open Network Automation Platform
ONAP - Open Network Automation Platform
Atul Pandey
 
2pm-Wilson-Wang-5G-Mobile-Platform-with-P4-Enabled-Network-Slicing-and-MEC.pdf
2pm-Wilson-Wang-5G-Mobile-Platform-with-P4-Enabled-Network-Slicing-and-MEC.pdf2pm-Wilson-Wang-5G-Mobile-Platform-with-P4-Enabled-Network-Slicing-and-MEC.pdf
2pm-Wilson-Wang-5G-Mobile-Platform-with-P4-Enabled-Network-Slicing-and-MEC.pdf
HngDngc
 
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentationTurbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
Radisys Corporation
 
Intel's Out of the Box Network Developers Ireland Meetup on March 29 2017 - ...
Intel's Out of the Box Network Developers Ireland Meetup on March 29 2017  - ...Intel's Out of the Box Network Developers Ireland Meetup on March 29 2017  - ...
Intel's Out of the Box Network Developers Ireland Meetup on March 29 2017 - ...
Haidee McMahon
 
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Joel W. King
 
SDN/NFV: Service Chaining
SDN/NFV: Service Chaining SDN/NFV: Service Chaining
SDN/NFV: Service Chaining
Odinot Stanislas
 
Quattor
QuattorQuattor
Quattor
Inria
 
Summit 16: Service Function Chaining: Demo and Usage
Summit 16: Service Function Chaining: Demo and UsageSummit 16: Service Function Chaining: Demo and Usage
Summit 16: Service Function Chaining: Demo and Usage
OPNFV
 
443029825 cloud-computing-week8-9-pptx
443029825 cloud-computing-week8-9-pptx443029825 cloud-computing-week8-9-pptx
443029825 cloud-computing-week8-9-pptx
Abdulqader Al-kaboudei
 
DEVNET-1006 Getting Started with OpenDayLight
DEVNET-1006	Getting Started with OpenDayLightDEVNET-1006	Getting Started with OpenDayLight
DEVNET-1006 Getting Started with OpenDayLight
Cisco DevNet
 
Introduction to OpenNetwork and SDN
Introduction to OpenNetwork and SDNIntroduction to OpenNetwork and SDN
Introduction to OpenNetwork and SDN
HungWei Chiu
 
Building the carrier grade nfv infrastructure
Building the carrier grade nfv infrastructureBuilding the carrier grade nfv infrastructure
Building the carrier grade nfv infrastructure
OPNFV
 
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
nvirters
 
Data models-and-automation-jp
Data models-and-automation-jpData models-and-automation-jp
Data models-and-automation-jp
Miya Kohno
 
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) ArchitectureNFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
Michelle Holley
 
OpenSAF Symposium_Architecture_and_Roadmap_Update9.19.11
OpenSAF Symposium_Architecture_and_Roadmap_Update9.19.11OpenSAF Symposium_Architecture_and_Roadmap_Update9.19.11
OpenSAF Symposium_Architecture_and_Roadmap_Update9.19.11
OpenSAF Foundation
 
OPNFV: Road to Next-Generation Network
OPNFV: Road to Next-Generation NetworkOPNFV: Road to Next-Generation Network
OPNFV: Road to Next-Generation Network
OPNFV
 
5G core use cases in CORE NetworkSBI.pptx
5G core use cases in CORE NetworkSBI.pptx5G core use cases in CORE NetworkSBI.pptx
5G core use cases in CORE NetworkSBI.pptx
lakshmianthony80
 
Transport SDN @ OIF
Transport SDN @ OIFTransport SDN @ OIF
Transport SDN @ OIF
CPqD
 
NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect Keynote
Linaro
 
ONAP - Open Network Automation Platform
ONAP - Open Network Automation PlatformONAP - Open Network Automation Platform
ONAP - Open Network Automation Platform
Atul Pandey
 
2pm-Wilson-Wang-5G-Mobile-Platform-with-P4-Enabled-Network-Slicing-and-MEC.pdf
2pm-Wilson-Wang-5G-Mobile-Platform-with-P4-Enabled-Network-Slicing-and-MEC.pdf2pm-Wilson-Wang-5G-Mobile-Platform-with-P4-Enabled-Network-Slicing-and-MEC.pdf
2pm-Wilson-Wang-5G-Mobile-Platform-with-P4-Enabled-Network-Slicing-and-MEC.pdf
HngDngc
 
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentationTurbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
Turbocharge the NFV Data Plane in the SDN Era - a Radisys presentation
Radisys Corporation
 
Intel's Out of the Box Network Developers Ireland Meetup on March 29 2017 - ...
Intel's Out of the Box Network Developers Ireland Meetup on March 29 2017  - ...Intel's Out of the Box Network Developers Ireland Meetup on March 29 2017  - ...
Intel's Out of the Box Network Developers Ireland Meetup on March 29 2017 - ...
Haidee McMahon
 
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Programmability and Automation in Data Center Networks: A talk on Hot Air Bal...
Joel W. King
 
SDN/NFV: Service Chaining
SDN/NFV: Service Chaining SDN/NFV: Service Chaining
SDN/NFV: Service Chaining
Odinot Stanislas
 
Quattor
QuattorQuattor
Quattor
Inria
 
Summit 16: Service Function Chaining: Demo and Usage
Summit 16: Service Function Chaining: Demo and UsageSummit 16: Service Function Chaining: Demo and Usage
Summit 16: Service Function Chaining: Demo and Usage
OPNFV
 
443029825 cloud-computing-week8-9-pptx
443029825 cloud-computing-week8-9-pptx443029825 cloud-computing-week8-9-pptx
443029825 cloud-computing-week8-9-pptx
Abdulqader Al-kaboudei
 
DEVNET-1006 Getting Started with OpenDayLight
DEVNET-1006	Getting Started with OpenDayLightDEVNET-1006	Getting Started with OpenDayLight
DEVNET-1006 Getting Started with OpenDayLight
Cisco DevNet
 
Introduction to OpenNetwork and SDN
Introduction to OpenNetwork and SDNIntroduction to OpenNetwork and SDN
Introduction to OpenNetwork and SDN
HungWei Chiu
 
Building the carrier grade nfv infrastructure
Building the carrier grade nfv infrastructureBuilding the carrier grade nfv infrastructure
Building the carrier grade nfv infrastructure
OPNFV
 
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
nvirters
 
Data models-and-automation-jp
Data models-and-automation-jpData models-and-automation-jp
Data models-and-automation-jp
Miya Kohno
 
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) ArchitectureNFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
NFV and SDN: 4G LTE and 5G Wireless Networks on Intel(r) Architecture
Michelle Holley
 
OpenSAF Symposium_Architecture_and_Roadmap_Update9.19.11
OpenSAF Symposium_Architecture_and_Roadmap_Update9.19.11OpenSAF Symposium_Architecture_and_Roadmap_Update9.19.11
OpenSAF Symposium_Architecture_and_Roadmap_Update9.19.11
OpenSAF Foundation
 
Ad

Recently uploaded (20)

tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 

OpenFlow Switch Management using NETCONF and YANG

  • 1. OpenFlow Switch Management using NETCONF and YANG Carl Moberg, VP Technical Marketing [email protected], @cmoberg
  • 2. What You Should Come Away With • Understanding of IETF NETCONF protocol and YANG language and it’s major features and benefits • Understanding of ONF OF-CONFIG specification and it’s moving parts • Advantages to the combination of these technologies for Network Managers and Equipment Providers • New thoughts on the future of automated network management! 1
  • 3. Introducing Tail-f Systems Voice Business Mobile Video Services Ethernet Backhaul Services Customers expect fast and Complexity of service Faster time-to-market faultless turn-up of services provisioning exploding expectations Network Equipment Providers Service Providers • Reduce development time and • Innovate and differentiate on project risk service offerings • Provide more complete operations • Reduce OPEX through automating management solutions configuration management systems • Off-load core platform management and processes development to allow focus on • Drive customer retention through areas of product differentiation operational excellence 2
  • 4. A Brief History of NETCONF and YANG • 2001: Network Management Roadshow • 2002: Internet Architecture Board (IAB) Workshop on Network Management “The workshop recommends, with strong consensus from both protocol developers and operators, that the IETF focus resources on the standardization of configuration management mechanisms.” 3
  • 5. What NETCONF and YANG is and isn’t • The NETCONF protocol is a formal application programming interface (API) that allows configuration data information to be retrieved and manipulated • The YANG data modeling language is used to model configuration and state data manipulated by NETCONF • NETCONF is not replacing CORBA/SOAP/REST; it provides full set of semantics for configuration management • YANG is not replacing XSD/RelaxNG/WSDL; it provides many features specific to configuration management 4
  • 6. NETCONF Key Features • Distinct difference between configuration and operational data • Rich configuration management semantics including validation, rollbacks and transactions • Extensible protocol based on capabilities exchange More information: • RFC 6241 • netconfcentral.org • slideshare.net 5
  • 7. YANG Key Features • A complete description of API between a NETCONF client and server • A hierarchy of data including configuration, state, Remote Procedure Calls (RPCs), and notifications • Syntax is compact and optimized for human readers More information: • RFC 6020 • yang-central.org • slideshare.net 6
  • 8. Who Is Using It Equipment Vendors SDOs • Brocade (MLX, NetIron) • IETF • Ericsson (SEA 20) – Drives standard • Cisco (IOS, IOS-XE) • CableLabs – CCAP (Next-gen CMTS) • H3C (S9500E) • Huawei (AR x200) • MEF – FM, PM, and services • Juniper (JUNOS >7.5) • ONF(!) • Sonus (NBS 5200) – OF-CONFIG • Verivue (MDX 9020) 7
  • 9. OpenFlow Architecture Overview Controller OpenFlow Protocol Switch Switch Switch Switch 8
  • 10. Introducing OF-CONFIG • “The motivation for the OpenFlow Configuration Protocol (OF- CONFIG) is to enable the remote Configuration configuration of OpenFlow Controller Point datapaths” • Provides basic abstractions of OpenFlow OpenFlow functions OF-CONFIG Protocol (NETCONF) • “OF-CONFIG1.1 requires that devices supporting OFCONFIG 1.1 MUST implement NETCONF protocol as the transport.” Switch Switch Switch Operation Context 9
  • 11. The Building Blocks • Configuration Point Configuration Controller Point – Configures set of Capable Switches OF-CONFIG OpenFlow • Capable Switch (NETCONF) Protocol – Managed entity OpenFlow Capable Switch containing set of Logical Switches Logical Switch Logical Switch • Logical Switch Resource Resource (e.g. Port) (e.g. Port) ... Resource Resource (e.g. Port) (e.g. Port) – A set of resources managed by Controller 10
  • 12. Bringing it Together • OF-CONFIG includes Configuration Point full YANG model • Implementations immediately benefit • Validation • Rollback from: • Transactions – Standard protocol and language – Formal API definition Switch Switch – NETCONF feature set Switch 11
  • 13. Introducing Tail-f NCS Network OSS/BSS Engineer EMS/NMS NET- WEB JAVA / CLI REST SNMP CONF UI JavaScript • Network abstraction engine NCS Service Models • Data-model driven • Multi-vendor support Device Models • Device and service models Device Manager SNMP CLI ConfD Other NETCONF Netconf SNMP WS 12
  • 14. NCS as an OpenFlow Switch Manager Network OSS/BSS Engineer EMS/NMS NET- WEB JAVA / CLI REST SNMP CONF UI • JavaScript Import OF-CONFIG modules! • No code needed NCS Service Models • All northbound interfaces • NETCONF feature set OF-CONFIG YANG – Validation Module – Rollback OF-CONFIG Manager – Transactions 13
  • 15. Example Use Case #2 Bringing up new logical switch Network 1. Import OF-CONFIG YANG Engineer EMS/NMS 2. Regenerate Interfaces 3. Set up connectivity to switches CLI REST NETCONF 4. Use CLI to bring up logical switch NCS Device Manager 5. ...or REST 14
  • 16. Example Use Case #2 Bringing up new separated virtual network (set of logical switches) Network Engineer EMS/NMS 1. Import OF-CONFIG YANG 2. Regenerate Interfaces CLI REST NETCONF 3. Set up connectivity to switches NCS 4. Bring up candidate configuration for logical switches across switches Device Manager 5. Validate configuration 6. Use NETCONF confirmed commit for transactions 15
  • 17. Conclusion • OF-CONFIG leverages open and standardized NETCONF and YANG for switch management • Formal model and well-known protocol reduces time to market and risk for network equipment provides • Open, well defined API reduces implementation cost and risk for network management teams at service providers 16
  • 18. Wrap-up and Questions • Feel free to reach out at: – Carl Moberg <[email protected]> – follow or DM me on @cmoberg on twitter • ...for any configuration management questions • Follow us on: – www.tail-f.com – LinkedIn (company page, NETCONF and YANG Users Group) 17

Editor's Notes

  • #4: 2001 roadshow et at: NANOG 22, RIPE 40focus on backbone network operatorsLISA-XV