OIF SDN Transport API NFV Proof of Concept. May 4, 2017 Layer 123 NFV World Congress Lyndon Ong, Ciena OIF MA&E Committee Co-Chair

Size: px
Start display at page:

Download "OIF SDN Transport API NFV Proof of Concept. May 4, 2017 Layer 123 NFV World Congress Lyndon Ong, Ciena OIF MA&E Committee Co-Chair"

Transcription

1 OIF SDN Transport API NFV Proof of Concept May 4, 2017 Layer 123 NFV World Congress Lyndon Ong, Ciena OIF MA&E Committee Co-Chair

2 Agenda NFV/SDN Relationship Transport API OIF Transport SDN Interop Testing NFV PoC Findings and Next Steps

3 Enabling NFV Transport for Carriers Deploying NFV Across Carrier Transport Infrastructure Diverse Transport Networks Multi-Vendor Multi-Technology Complex Management NFV Needs Deploy functions quickly and ubiquitously Flexible allocation of network resources and connectivity Virtualize resources across vendors and network domains Programmability enables carrier requirements to be met 3

4 Supporting network programmability NFV and SDN Integration The target scope in OIF Network controller for the WAN Architectural model: Multi-layered Multi-domain/multi-vendor Network Controller Model Hierarchical: E2E/ Domain Network Controller NBI/ SBI: TAPI Network elements in the WAN Optical network Nodes Packet network Nodes ETSI GS NFV-MAN 001 V

5 Transport SDN Model Open API for network control is essential Common abstraction model OSS/App Multi-Domain Controller Transport API Implementation of the MEF LSO Presto interface and subject of MEF work on Network Resource Provisioning API Common technological models TAPI Agent TAPI Agent TAPI Agent MW Controller Optical Controller IP Controller 5

6 Transport API Architecture Topology Service Connectivity Service Application Path Computation Service Shared Network Information Context SBIs (e.g. Openflow Optical) Network Resource Groups SDN Controller Transport API Virtual Network Service Transport API SDN Controller Notification Service Topology Service Retrieve Topology, Node, Link & Edge-Point details (Across al layers) Connectivity Service Retrieve & Request P2P, P2MP, MP2MP connectivity (Across all layers) Notification Service Subscription and filtering / Autonomous event notification Path Computation Service Request for Computation & Optimization of paths Virtual Network Service Create, Update, Delete Virtual Network topologies 6

7 T-API SDK: Organization and Modularity ONF Transport API Functional Requirements ONF TR-527, June 2016 ONF Open Transport WG Project Input to the TAPI SDK (Software Development Kit) Software-wise, T-API SDK is packaged as 4 Eclipse subprojects ( ONFOpenTransport ) Papyrus-UML Information Model Technology-agnostic generic framework + technology specific extensions (OTN, ETH) based on ONF Core Information Model Auto-generated Using ONF OSSDN EAGLE Project Tools YANG Data Schema Swagger-JSON RESTConf API Reference Implementation (RI) in Python Iterative design process with code development an integral part of the cycle Purpose-specific Use cases Functional Requirements Information Model (UML in Papyrus) Data-Schema (JSON/YANG) API Code 7

8 Topology Model A FwdingDomain (Node/Topology) 01 LTP (Node Edge Point) 01.1 LTP (Service End Point) Link Network Control Domain Internal Service Provider Topology retrieves a detailed internal topology n 01 A A A.2.1 A.2 A.2.2 A A 02.n 21 A A B 02 Service Level Topology may only show Service Endpoints 02.1

9 2016 SDN T-API Interop Demo 9

10 10 Timeline Extensive preparation and testing ETSI NFV ONF Interim BCE OECC ONF Workday 3Q OIF ECOC 2016 L123 SDN 4Q OIF 1Q OIF MWC 2017 OFC May Q16 OIF Jun Jul Aug Contract/NDA Sep Oct Nov Dec Jan Feb Test start Test end 2017 Mar Readouts Tech Spec Start Proposed and accepted as an ETSI NFV PoC by ETSI TST WG See Domain_Transport_SDN (Hiroshi Dempo, C, editor)

11 Transport SDN Interop Testing Multi-vendor, Multi-layer, Multi-domain Common abstraction model Parent MD Controller Transport API Child MD Controller Transport API Common technological models TAPI Agent TAPI Agent TAPI Agent L0 ROADM Controller L1 OTN Controller IP/Optical Controller 11

12 12 Topology Capture HTTP/ Created Content-Type: application/json Server: Werkzeug/ Python/2.7.5 Date: Tue, 12 Dec :41:37 GMT { "_linkport": [ { "_nodeedgepoint": "/restconf/config/context/_topology/7a f-abf2-4c48c4ab9d3e/_node/07d7ad4c d98-8be8-4e6826cece43/_ownednodeedgepoint/37a03a6b-3e95-48bb-a253-fd5b3d2f597b/", "direction": "BIDIRECTIONAL", "localid": "lp13", "role": "SYMMETRIC" }, { "_nodeedgepoint": "/restconf/config/context/_topology/7a f-abf2-4c48c4ab9d3e/_node/019ac632-20d b77c ee60ed6/_ownedNodeEdgePoint/a4b af-4c38-862b-6c4a46ca9ec7/", "direction": "BIDIRECTIONAL", "localid": "lp31", "role": "SYMMETRIC" } ], "_node": [ "/restconf/config/context/_topology/7a f-abf2-4c48c4ab9d3e/_node/07d7ad4c d98-8be8-4e6826cece43/", "/restconf/config/context/_topology/7a f-abf2-4c48c4ab9d3e/_node/019ac632-20d b77c-80852ee60ed6/" ], "_state": { "administrativestate": "UNLOCKED", "lifecyclestate": "INSTALLED", "operationalstate": "ENABLED" },

13 Service Invocation Capture POST /restconf/config/context/_connectivityservice/ Content-Type: application/json { "_serviceport": [ { "_serviceendpoint":"\/restconf\/config\/context\/_serviceendpoint\/tsdn:sm:script::2\/", 13 "direction": "INPUT", "role": "ROOT" }, { "_serviceendpoint": "\/restconf\/config\/context\/_serviceendpoint\/tsdn:adva:script::5\/", "direction": "OUTPUT", "role": "LEAF" } ], "_connconstraint": { "servicetype": "POINT_TO_POINT_CONCTIVITY", "requestedcapacity": {}, "_includepath": [ { "_node": [ "\/restconf\/config\/context\/_topology\/top\/_node\/tsdn:sm:script\/", "\/restconf\/config\/context\/_topology\/top\/_node\/tsdn:adva:script\/" ], "_nodeedgepoint": [ "\/restconf\/config\/context\/_topology\/top\/_node\/tsdn:sm:script\/_ownednodeedgepoint\/tsdn:sm:script::4\/", "\/restconf\/config\/context\/_topology\/top\/_node\/tsdn:adva:script\/_ownednodeedgepoint\/tsdn:adva:script::3\/" ], "localid": 0 } ] }

14 Test Case tracking

15 15 Findings Transport API is a solution that enables SDN for Carriers Networks with an evolutionary approach. It automates and simplifies the operation of transport domains for L0, L1 and L2 services. Network topology information elements can be taken from the underlying network infrastructure configured by multiple vendors network equipment. T-API implementation deployed in a hierarchical SDN controllers tree enables real-time orchestration of on-demand connectivity setup, control and monitoring across diverse multi-layer, multi-domain, multi-vendor, networks.

16 Next Steps T-API 2.0 Based on demo feedback, further align T-API with YANG Best Practices Object ID format and lifecycle Separation of Configuration, Operational Data T-API functionality extended for additional use cases Path computation refinements, e.g., forwarding attributes, constraints Protected and Recoverable Services OAM, Generalized Notification and Telemetry Carrier Input to OIF: Help Bring T-API to the Market Interoperability Testing of TAPI 2.0 Implementations Potential Certification

17 SDN Transport API Interop Demo Resources and upcoming events Press release, 14 February, 2017 Light Reading webinar, 15 March see the replay at: OIF SDN T-API Interop Demonstration Results Technical white paper and Executive summary paper download at

18 Thank You!

Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo

Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo June 13 th, 2017 Optinet China Conference 2017 Junjie Li, China Telecom (lijj.bri@chinatelecom.cn) OIF Board Member Agenda Motivation

More information

ONF SDN Architecture and Standards for Transport Networks

ONF SDN Architecture and Standards for Transport Networks ONF SDN Architecture and Standards for Transport Networks Control Architecture and Network Modeling I M2H.1 Lyndon Ong Tutorial Talk 21 March 2016, 01.30 pm 02.30 pm lyong@ciena.com Agenda 2 Open Networking

More information

Transport API (TAPI) 2.0 Overview. Version 0.0 August 13, 2017 DRAFT

Transport API (TAPI) 2.0 Overview. Version 0.0 August 13, 2017 DRAFT Transport API (TAPI) 2.0 Overview Version 0.0 August 13, 2017 DRAFT ONF Document Type: White Paper ONF Document Name: TAPI 2.0 Overview Disclaimer THIS SPECIFICATION IS PROVIDED AS IS WITH NO WARRANTIES

More information

Nathan Tracy OIF Technical Committee Chair ECOC 2016 Market Focus September 20, 2016

Nathan Tracy OIF Technical Committee Chair ECOC 2016 Market Focus September 20, 2016 OIF Interop The Key to Unlocking the Benefits of SDN Nathan Tracy OIF Technical Committee Chair ECOC 2016 Market Focus September 20, 2016 About the OIF Network Operators System Suppliers Transceiver Suppliers

More information

Karl Gass OIF PLL Vice Chair - Optical Track NGON 2016 July 1, 2016

Karl Gass OIF PLL Vice Chair - Optical Track NGON 2016 July 1, 2016 TRANSPORT SDN & NFV WHAT DOES IT MEAN FOR OPTICAL TWORKING? Karl Gass OIF PLL Vice Chair - Optical Track NGON 2016 July 1, 2016 About the OIF Network Operators System Suppliers Transceiver Suppliers Component

More information

Transport SDN at OIF Assuring a Seamless Evolution to Interoperable Transport Networks of the Future

Transport SDN at OIF Assuring a Seamless Evolution to Interoperable Transport Networks of the Future Transport SDN at OIF Assuring a Seamless Evolution to Interoperable Transport Networks of the Future Vishnu Shukla OIF President Verizon, USA Presented by Jonathan Sadler (Coriant) ECOC Cannes, September

More information

Phase 1 Planning ODTN

Phase 1 Planning ODTN Phase 1 Planning ODTN 1 Phase 1 Planning Session Logistics (30 mins) Team Formation Tasks and Schedule Test Lab Locations Tools Technical Scope of Work (rest of day) Use Case / Test Scenario Software Development

More information

ONF presentations to Information Modelling Workshop ONF Common Information Model Core Information Model and Tapi update

ONF presentations to Information Modelling Workshop ONF Common Information Model Core Information Model and Tapi update ONF presentations to Information Modelling Workshop ONF Common Information Model Core Information Model and Tapi update December 2016 Contents Joint work update Recap of model ONF model update Tapi update

More information

Open Transport Configuration & Control. Lyndon Ong (Ciena) Config & control wireless networks with CIM & SDN-C. Tracy Van Brakle (AT&T)

Open Transport Configuration & Control. Lyndon Ong (Ciena) Config & control wireless networks with CIM & SDN-C. Tracy Van Brakle (AT&T) Open Transport Configuration & Control. Lyndon Ong (Ciena) Config & control wireless networks with CIM & SDN-C. Tracy Van Brakle (AT&T) First Joint ONF/ONAP Demonstration with SDN-R..... George Clapp (AT&T)

More information

ODTN An Open Controller for the Disaggregated Optical Network

ODTN An Open Controller for the Disaggregated Optical Network ODTN An Open Controller for the Disaggregated Optical Network Andrea Campanella andrea@opennetworking.org An Operator Led Consortium Outline Clear ask from Operators ONOS as a Platform Incremental steps

More information

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes..

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes.. Seminar Series Sponsor Event Sponsors MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes.. Janine Rebelo Head of Global Ethernet Product Development Vodafone

More information

ETSI All rights reserved

ETSI All rights reserved ETSI NFV POCS AND PLUGTESTS AS OPPORTUNITIES FOR COLLABORATION WHILE FOSTERING NFV INTEROPERABILITY Presented by Silvia Almagia ETSI (CTI) ETSI (NFV) meets OpenStack, Denver, September 2017 ABOUT CTI ETSI

More information

Open, Hierarchical SDN Control Systems: Ecosystem Progress

Open, Hierarchical SDN Control Systems: Ecosystem Progress Open, Hierarchical SDN Control Systems: Ecosystem Progress Chris Janz, Technical VP Next-Generation Optical Networks, Nice 2016 SaaS Application Communication Entertainment Social networking Information

More information

ODTN and TIP Collaboration with Whitebox Transponder Cassini

ODTN and TIP Collaboration with Whitebox Transponder Cassini ntt.com ODTN and TIP Collaboration with Whitebox Transponder Cassini 2018.12.5 Hiroki Okui NTT Communications Transform your business, transcend expectations with our technologically advanced solutions.

More information

Innovative and Open Network Architectures for research and education networks and automated operation through SDN

Innovative and Open Network Architectures for research and education networks and automated operation through SDN Innovative and Open Network Architectures for research and education networks and automated operation through SDN Dr. Stephan Neidlinger, Jornadas Tecnicas de RedIRIS Valencia, November 16, 2016 Abstract

More information

Carrier SDN for Multilayer Control

Carrier SDN for Multilayer Control Carrier SDN for Multilayer Control Savings and Services Víctor López Technology Specialist, I+D Chris Liou Vice President, Network Strategy Dirk van den Borne Solution Architect, Packet-Optical Integration

More information

NFV ACCELERATION INTRODUCTION. Presenter Ning Zong

NFV ACCELERATION INTRODUCTION. Presenter Ning Zong NFV ACCELERATION INTRODUCTION Presenter Ning Zong (zongning@huawei.com) 1 Some History - Why Acceleration is Beneficial to NFV PoC#21 - Network Intensive and Compute Intensive Hardware Acceleration ETSI

More information

Path from CE 2.0 to Third Network Services Roadmap

Path from CE 2.0 to Third Network Services Roadmap Sponsored by: Path from CE 2.0 to Third Network Services Roadmap Bruno Giguère Director, Product Marketing, MEF Agenda 1 MEF s Carrier Ethernet and other Third Network Services 2 Lifecycle Service Orchestration

More information

IISOMI (Informal Inter-SDO Open Model Initiative)

IISOMI (Informal Inter-SDO Open Model Initiative) I IISOMI (Informal Inter- Open Model Initiative) m IM Workshop; December 2016 Content IISOMI Setup IISOMI Guidelines Publication Structure UML Modeling Guidelines Papyrus Guidelines UML To YANG Mapping

More information

MEF SPECIFICATION MEF 60. Network Resource Provisioning Interface Profile Specification. January, 2018

MEF SPECIFICATION MEF 60. Network Resource Provisioning Interface Profile Specification. January, 2018 MEF SPECIFICATION MEF 60 Network Resource Provisioning Interface Profile Specification January, 2018 Disclaimer The information in this publication is freely available for reproduction and use by any recipient

More information

Digital Transformation for Service Providers

Digital Transformation for Service Providers Digital Transformation for Service Providers Frank Miller, CTO EMEA, Ciena 2018 TM Forum 1 What is Digital Transformation? Definition: The use of technology to radically improve an enterprise s performance

More information

2012 OIF Worldwide Interoperability Demo Enabling High-Speed Dynamic Services. Collaboration and Innovation. At Light Speed.

2012 OIF Worldwide Interoperability Demo Enabling High-Speed Dynamic Services. Collaboration and Innovation. At Light Speed. 2012 OIF Worldwide Interoperability Demo Enabling High-Speed Dynamic Services Collaboration and Innovation. At Light Speed. About the OIF Mission: To foster the development and deployment of interoperable

More information

Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal

Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal 1.1 PoC Team Members PoC Project Name: Orchestrated Assurance enabled by NFV Network Operators/ Service Providers: Orange Contact: Christos

More information

SD-WANs and Lifecycle Service Orchestration (LSO) October Daniel Bar-Lev Director, Office of the CTO

SD-WANs and Lifecycle Service Orchestration (LSO) October Daniel Bar-Lev Director, Office of the CTO s and Lifecycle Service Orchestration () October 2017 Daniel Bar-Lev Director, Office of the CTO About MEF MEF created the $80B* Carrier Ethernet Market. MEF s goal is to leverage the global Carrier Ethernet

More information

Coriant Transcend Symphony Solution

Coriant Transcend Symphony Solution SOLUTIONS BRIEF Coriant Transcend Symphony Solution Open, Programmable, and Automated for On-Demand, Application-Centric Service Agility TRANSFORMING NETWORK ARCHITECTURE Network operators face new challenges

More information

Enterprise CORD. Marc De Leenheer, Andrea Campanella, ONF. CORD Build, QCT headquarters, San Jose November 10, 2017

Enterprise CORD. Marc De Leenheer, Andrea Campanella, ONF. CORD Build, QCT headquarters, San Jose November 10, 2017 Enterprise CORD Marc De Leenheer, Andrea Campanella, ONF CORD Build, QCT headquarters, San Jose November 10, 2017 Today s Schedule Outline Value Proposition Architecture Services Roadmap, Partners & Results

More information

Open and Disaggregated Transport SDN

Open and Disaggregated Transport SDN Open and Disaggregated Transport SDN - from PoC to Field Trial - Dai Kashiwa, Director, NTT Communications / Board member of ONOS/CORD Marc De Leenheer, MTS, ON.Lab Toru Furusawa, Chief Engineer, NTT Communications

More information

ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW

ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW NFV(17)000244 For information ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW ETSI ISG NFV Joan Triay (ETSI NFV Technical Manager, DOCOMO Euro- Labs) 1 Outline PART 1: ETSI ISG NFV Overview

More information

ONAP CCVPN Blueprint Overview. ONAP CCVPN Blueprint Improves Agility and Provides Cross-Domain Connectivity. ONAP CCVPN Blueprint Overview 1

ONAP CCVPN Blueprint Overview. ONAP CCVPN Blueprint Improves Agility and Provides Cross-Domain Connectivity. ONAP CCVPN Blueprint Overview 1 ONAP CCVPN Blueprint Overview ONAP CCVPN Blueprint Improves Agility and Provides Cross-Domain Connectivity ONAP CCVPN Blueprint Overview 1 OVERVIEW: Build high-bandwidth, flat OTN (Optical Transport Networks)

More information

Joint IEEE 802 and ITU-T SG15 Workshop Building Tomorrow s Networks ITU-T Information & Data Modeling & Status

Joint IEEE 802 and ITU-T SG15 Workshop Building Tomorrow s Networks ITU-T Information & Data Modeling & Status Joint IEEE 802 and ITU-T SG15 Workshop Building Tomorrow s Networks ITU-T Information & Data Modeling & Status Kam LAM (FiberHome) Q14/15 Rapporteur Scott MANSFIELD (Ericsson) Q14/15 Associate Rapporteur

More information

The LSO Progress Report: Multi-Operator Carrier Ethernet Service Orchestration from Months to Minutes

The LSO Progress Report: Multi-Operator Carrier Ethernet Service Orchestration from Months to Minutes Host Sponsor Nan Chen President MEF Co-Sponsor The LSO Progress Report: Multi-Operator Carrier Ethernet Service Orchestration from Months to Minutes MEF.net wiki.mef.net gen16event.com thirdnetworknews.com

More information

Optical network virtualization. Optical network virtualization. Transport SDN for cloud-centric networking

Optical network virtualization. Optical network virtualization. Transport SDN for cloud-centric networking Optical network virtualization Optical network virtualization Transport SDN for cloud-centric networking 1 Transport SDN for the cloud Manually initiated and managed provisioning processes do not provide

More information

External API - Casablanca Proposal - SDNC/DO/MEC Alignment

External API - Casablanca Proposal - SDNC/DO/MEC Alignment External API - Casablanca Proposal - SDNC/DO/MEC Alignment NetCracker May 2018 Ext API : Beijing Release BSS Ext API List Service Order Retrieve Service Order Create Service Order Partial Update of Service

More information

NETFUSION DISCOVERY SYSTEM DESCRIPTION

NETFUSION DISCOVERY SYSTEM DESCRIPTION NETFUSION DISCOVERY SYSTEM DESCRIPTION White Paper Contents NetFusion Discovery Overview... 3 Network Discovery... 3 Design Principles... 3 NetFusion Discovery Architecture... 4 Topology and State Changes...

More information

Transport SDN and Use Cases in Korea

Transport SDN and Use Cases in Korea Transport SDN and Use Cases in Korea Justin Park, Researcher/Programmer, ETRI September 28, 2016 #ODSummit Agenda Introduction & Background Who we are Transport networks Problem Definition Why OpenDaylight

More information

5G Network Softwarization: Key issues and Gap Analysis. Yachen Wang

5G Network Softwarization: Key issues and Gap Analysis. Yachen Wang 5G Network Softwarization: Key issues and Gap Analysis Yachen Wang 2015.9 Agenda Requirement, View and Key Issues Consideration of Key Issues Gap Analysis and Potential Work 5G Scenarios & Requirements

More information

Orchestrated Network Services with LSO, SDN and NFV

Orchestrated Network Services with LSO, SDN and NFV Host Sponsor Co- Sponsor Orchestrated Network Services with LSO, SDN and NFV Darryl Stork Regional Director WebNMS 1 PresentaBon Agenda Overview of LSO, SDN, NFV, and the Third Network Using LSO, SDN and

More information

Inves&ga&ng Intent API for Service Chaining. Andy Veitch NetCracker (NEC)

Inves&ga&ng Intent API for Service Chaining. Andy Veitch NetCracker (NEC) Inves&ga&ng Intent API for Service Chaining Andy Veitch NetCracker (NEC) Goals Define and develop Intent NBI for service chaining Define for mul&ple underlying implementa&ons avoid network details Develop

More information

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes Seminar Series Sponsor Event Sponsors MEF's Lifecycle Orchestration (LSO): Multi-operator Delivery from Months to Minutes Christopher Cullan Director Product Marketing, Business s Solutions InfoVista The

More information

Multi SDO Workshop TM Forum Live

Multi SDO Workshop TM Forum Live Multi SDO Workshop TM Forum Live Kevin Vachon Chief Operating Officer MEF 1 The MEF in 2015 MEF is the driving force behind the $80+ billion global market for Carrier Ethernet services and technologies

More information

EUROCONTROL SWIM Specifications. NM B2B Tech Forum June 2018

EUROCONTROL SWIM Specifications. NM B2B Tech Forum June 2018 EUROCONTROL SWIM Specifications NM B2B Tech Forum June 2018 Where do Specifications (Standardisation) come into play 2 Context Supporting: Coordinated by: Members and Observers: EUROCAE EUROCONTROL European

More information

Third Network Use Cases

Third Network Use Cases Seminar Series Sponsor Event Sponsors Third Network Use Cases Abel Tong Sr. Director of Solutions Marketing Ciena Seminar Series Sponsor Event Sponsors April 26-28 2016 Rome, Italy Co-located with MEF

More information

Trends in Optical Disaggregation. Presented by :

Trends in Optical Disaggregation. Presented by : Trends in Optical Disaggregation Presented by : Today s Presenters Moderator Simon Stanley Analyst at Large Heavy Reading Matthew Mitchell Vice President of Optical Systems Architecture, Infinera Corporation

More information

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications Accelerating SDN and NFV Deployments Malathi Malla Spirent Communications 2 Traditional Networks Vertically integrated Closed, proprietary Slow innovation 3 Infinite Complexity of Testing Across virtual

More information

Harmonizing Open Source and Standards: A Case Study of ONAP

Harmonizing Open Source and Standards: A Case Study of ONAP Harmonizing Open Source and Standards: A Case Study of ONAP Draft by Jenny Huang (AT&T), Lingli Deng (CMCC), and Hui Deng (Huawei) Harmonizing Open Source and Standards: A Case Study of ONAP 1 As part

More information

Industry Initiatives Update SDN, NFV, CE 2.0, Cloud. 3 October 2013

Industry Initiatives Update SDN, NFV, CE 2.0, Cloud. 3 October 2013 v Industry Initiatives Update SDN, NFV, CE 2.0, Cloud 3 October 2013 SPEAKERS Moderator: Stan Hubbard, Director of Communications & Research, Metro Ethernet Forum Marc Cohn, Chair, Open Networking Foundation

More information

OSM: 7 FULLY FUNCTIONAL DEMOS Vanessa Little (VMware) - OSM TSC Chair

OSM: 7 FULLY FUNCTIONAL DEMOS Vanessa Little (VMware) - OSM TSC Chair ETSI 2017 10 OSM: 7 FULLY FUNCTIONAL DEMOS Vanessa Little (VMware) - OSM TSC Chair September 27, 2018 ONS Europe, 2018 OSM COMMUNITY IS REALLY LARGE AND DIVERSE, WITH 106 MEMBERS TODAY 11 Global Service

More information

HPE Security Data Security. HPE SecureData. Product Lifecycle Status. End of Support Dates. Date: April 20, 2017 Version:

HPE Security Data Security. HPE SecureData. Product Lifecycle Status. End of Support Dates. Date: April 20, 2017 Version: HPE Security Data Security HPE SecureData Product Lifecycle Status End of Support Dates Date: April 20, 2017 Version: 1704-1 Table of Contents Table of Contents... 2 Introduction... 3 HPE SecureData Appliance...

More information

Packet-Optical, the Future of Transmission Networks?

Packet-Optical, the Future of Transmission Networks? Packet-Optical, the Future of Transmission Networks? Fred Masiak Expert Engineer Vodafone Group Engineering Nice, 30.06.2016 Outline What is Packet Optical? Requirements Related to Transmission Networks

More information

ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER

ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER 2017 Jeremy Fuller (IFA Chair, GENBAND) with input from many others, including: U. Rauschenbach (Nokia), M. Flauw (HPE), B. Chatras (Orange),

More information

Case Study: Orchestration of Hybrid Networks

Case Study: Orchestration of Hybrid Networks Hema Kadia VP - Head of Strategy and Practice for SDN/NFV Case Study: Orchestration of Hybrid Networks Achieving End-To-End Service Orchestration across Hybrid Networks Russ Bartels Director SDN & Networks

More information

5G Network Architecture: Standard Progress, and Tranfromation to SBA and Network Slicing. Wei Chen,

5G Network Architecture: Standard Progress, and Tranfromation to SBA and Network Slicing. Wei Chen, 5G Network Architecture: Standard Progress, and Tranfromation to SBA and Network Slicing Wei Chen, chenweiyj@chinamobile.com China Mobile Contents 5G Network Architecture Standard Progress 5G Network funtional

More information

BlueSPACE s SDN/NFV Architecture for 5G SDM/WDM-enabled Fronthaul with Edge Computing

BlueSPACE s SDN/NFV Architecture for 5G SDM/WDM-enabled Fronthaul with Edge Computing Building on the use of Spatial Multiplexing 5G Network Infrastructures and Showcasing Advanced Technology and Networking Capabilities 5GPPP Research and Innovation Actions EUCNC 2018 Ljubljana, Slovenia

More information

MEF Specification MEF Amendment to MEF 55 - TOSCA Service Templates. October, 2017

MEF Specification MEF Amendment to MEF 55 - TOSCA Service Templates. October, 2017 MEF Specification Amendment to MEF 55 - TOSCA Service Templates October, 2017 Disclaimer The information in this publication is freely available for reproduction and use by any recipient and is believed

More information

NFV ISG PoC Proposal Subscriber Aware - SGi/Gi-LAN Virtualization

NFV ISG PoC Proposal Subscriber Aware - SGi/Gi-LAN Virtualization NFV ISG PoC Proposal Subscriber Aware - SGi/Gi-LAN Virtualization 1 NFV ISG PoC proposal 1.1 PoC Team Members PoC Project Name: Subscriber Aware SGi/Gi-LAN Virtualization Network Operator/Service Provider:

More information

O3 Project Network Business Innovation by SDN WAN Technologies

O3 Project Network Business Innovation by SDN WAN Technologies O3 Project Network Business Innovation by SDN WAN Technologies 16 October, 2014 Yoshiaki Kiriha O3 project (NEC, NTT, NTT Communications, Fujitsu, Hitachi) Agenda Trend on Future Information Networking

More information

Transport SDN: The What, How and the Future!

Transport SDN: The What, How and the Future! Transport SDN: The What, How and the Future! Inder Monga Chief Technologist & Area Lead, ESnet ONF Research Associate Transport SDN Panel Agenda Topics What is transport SDN? Use-cases Transport SDN demonstration

More information

OPEN-O Unified NFV/SDN Open Source Orchestrator

OPEN-O Unified NFV/SDN Open Source Orchestrator OPEN-O Unified NFV/SDN Open Source Orchestrator Hui Deng, China Mobile Kai Liu, China Telecom Eun Kyoung Paik, KT Chris Donley, Huawei Jim Zemlin, Linux Foundation Disclaimer The following represents general

More information

MISO PJM Joint and Common Market Cross Border Transmission Planning

MISO PJM Joint and Common Market Cross Border Transmission Planning MISO PJM Joint and Common Market Cross Border Transmission Planning May 30, 2018 1 Coordinated System Plan Study 2 Using information from the March 30 Annual Issues Review, the JRPC has decided to perform

More information

TOSCA and YANG What is it? Stefan Vallin, Cisco, Viktor Leijon, Data Ductus,

TOSCA and YANG What is it? Stefan Vallin, Cisco, Viktor Leijon, Data Ductus, TOSCA and YANG What is it? Stefan Vallin, Cisco, svallin@cisco.com Viktor Leijon, Data Ductus, vleijon@cisco.com Previous Work http://www.lightreading.com/webinar.asp?webinar_id=409 2 Purpose of this Webinar

More information

NTT Communications' Tech-vision on Softwarization of WAN and Practical Steps

NTT Communications' Tech-vision on Softwarization of WAN and Practical Steps 2018.12.5 ONF connect NTT Communications' Tech-vision on Softwarization of WAN and Practical Steps Dai Kashiwa VP of SDN/NFV technology development, NTT Communications Board member of ONF Wenyu Shen Manager

More information

COURSE LISTING. Courses Listed. with SAP Hybris Marketing Cloud. 24 January 2018 (23:53 GMT) HY760 - SAP Hybris Marketing Cloud

COURSE LISTING. Courses Listed. with SAP Hybris Marketing Cloud. 24 January 2018 (23:53 GMT) HY760 - SAP Hybris Marketing Cloud with SAP Hybris Marketing Cloud Courses Listed HY760 - SAP Hybris Marketing Cloud C_HYMC_1702 - SAP Certified Technology Associate - SAP Hybris Marketing Cloud (1702) Implementation Page 1 of 12 All available

More information

SD-WAN Managed Service Use Cases, Challenges and MEF standardization work

SD-WAN Managed Service Use Cases, Challenges and MEF standardization work Sponsored by: Managed Service Use Cases, Challenges and MEF standardization work Emerson Moura CALA Marketing Co-Chair, MEF Distinguished Systems Engineer, Cisco Contents Drivers and Business Challenges

More information

MEF Strategy and Market Trends

MEF Strategy and Market Trends Seminar Series Sponsor Event Sponsor MEF Strategy and Market Trends Stan Hubbard Director of Communications & Research, MEF Topics MEF Overview & CALA Members MEF Strategic Work At A Glance Market Trends

More information

A use-case based analysis of network managment functions in the ONF SDN model

A use-case based analysis of network managment functions in the ONF SDN model A use-case based analysis of network managment functions in the ONF SDN model Alisa Devlic (Ericsson Research) Wolfgang John (Ericsson Research) Pontus Sköldström (Acreo) Funded by the EU FP7 project SPARC

More information

North American Portability Management, LLC Transition Oversight Manager. TOEP Webcast November 7, 2017

North American Portability Management, LLC Transition Oversight Manager. TOEP Webcast November 7, 2017 North American Portability Management, LLC Transition Oversight Manager TOEP Webcast November 7, 2017 Welcome to today s webcast Submit Questions for Q&A Webcast Issues Click the Q&A widget at the bottom

More information

ETSI Zero touch network and Service Management (ZSM)

ETSI Zero touch network and Service Management (ZSM) ETSI Zero touch network and Service Management (ZSM) Enabling agile service delivery and new business opportunities Presented by: Klaus Martiny, Chair, ETSI ISG ZSM For: NFV SDN World Congress 2018 11.10.2018

More information

Simplified service creation and delivery. Branch. SOHO Data Center. Control Center / NOC Packet Muse Service & Network Applications

Simplified service creation and delivery. Branch. SOHO Data Center. Control Center / NOC Packet Muse Service & Network Applications ElastiNET FOR SERVICE PROVIDERS DEAL CONFIDENTLY WITH A CHANGING WORLD In today s world change is the only constant. Enabling technologies are changing, as is competition and customer expectations. Service

More information

Transport API (TAPI) 2.0 Features Overview

Transport API (TAPI) 2.0 Features Overview Transport API (TAPI) 2.0 Features Overview June 12, 2017 TAPI 2.0 Features/Updates Overview TAPI (Re)Naming Updates Information Model Yang Data schema Service Interface Point / Service End Point Enhancements

More information

UPDATE ON NFV PLUGTEST

UPDATE ON NFV PLUGTEST UPDATE ON NFV PLUGTEST Silvia Almagia OSM#2 Santa Clara ETSI Centre for Testing and Interoperability 4-7 October 2016 1 st NFV Plugtest Organised by Hosted by 5TONIC in Leganes near Madrid, Spain 23 rd

More information

Introduction to GT3. Introduction to GT3. What is a Grid? A Story of Evolution. The Globus Project

Introduction to GT3. Introduction to GT3. What is a Grid? A Story of Evolution. The Globus Project Introduction to GT3 The Globus Project Argonne National Laboratory USC Information Sciences Institute Copyright (C) 2003 University of Chicago and The University of Southern California. All Rights Reserved.

More information

Current Trends in IP/Optical Transport Integration

Current Trends in IP/Optical Transport Integration Current Trends in IP/Optical Transport Integration Harald Bock, CTO Technology Strategy, Coriant September 2014 Market Dynamics: A New ed World A New Kind of Business A New Kind Customer of Business Customer

More information

Next Steps for WHOIS Accuracy Global Domains Division. ICANN June 2015

Next Steps for WHOIS Accuracy Global Domains Division. ICANN June 2015 Next Steps for WHOIS Accuracy Global Domains Division ICANN 53 24 June 2015 Agenda: Next Steps for WHOIS Accuracy Reporting System 1 2 3 Introduction and Implementation Approach Pilot Project and Lessons

More information

Network Functions Virtualisation. Kazuaki OBANA Media Innovation Laboratory, NTT Network Innovation Laboratories

Network Functions Virtualisation. Kazuaki OBANA Media Innovation Laboratory, NTT Network Innovation Laboratories Network Functions Virtualisation Looking to the Future NFV ETSI Industry Specification Group Kazuaki OBANA Media Innovation Laboratory, NTT Network Innovation Laboratories Network Functions Virtualisation:

More information

SME License Order Working Group Update - Webinar #3 Call in number:

SME License Order Working Group Update - Webinar #3 Call in number: SME License Order Working Group Update - Webinar #3 Call in number: Canada Local: +1-416-915-8942 Canada Toll Free: +1-855-244-8680 Event Number: 662 298 966 Attendee ID: check your WebEx session under

More information

IT Updates. Maryland Health Benefit Exchange Board Meeting April 15, Presented by: Isabel FitzGerald Secretary, DoIT

IT Updates. Maryland Health Benefit Exchange Board Meeting April 15, Presented by: Isabel FitzGerald Secretary, DoIT IT Updates Maryland Health Benefit Exchange Board Meeting April 15, 2014 Presented by: Isabel FitzGerald Secretary, DoIT A service of Maryland Health Benefit Exchange Agenda Overview of process for CT

More information

WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January ICANN GDD Operations NORC at the University of Chicago

WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January ICANN GDD Operations NORC at the University of Chicago WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January 2016 ICANN GDD Operations NORC at the University of Chicago Webinar Agenda 1 2 3 WHOIS ARS Background Phase 2 Cycle 1:

More information

NGON2016. July 1, 2016

NGON2016. July 1, 2016 NGON2016 July 1, 2016 SK Telecom Overview SK Telecom(SKT) provides integrated telecommunication services and pursues growth biz. through transforming to Lifestyle, IoT and Media Platform Provider Corporate

More information

e-sens Nordic & Baltic Area Meeting Stockholm April 23rd 2013

e-sens Nordic & Baltic Area Meeting Stockholm April 23rd 2013 e-sens Nordic & Baltic Area Meeting Stockholm April 23rd 2013 Objectives of the afternoon parallel tracks sessions 2 Meeting objectives High level: Identification of shared interests with emphasis on those

More information

Enterprise CORD. Marc De Leenheer. h6p://cord.onosproject.org/

Enterprise CORD. Marc De Leenheer. h6p://cord.onosproject.org/ Enterprise CORD Marc De Leenheer Ayaka Koshibe ON.Lab ON.Lab h6p://cord.onosproject.org/ Expensive and verncally integrated equipment Current State of the Art Branch Very hard to spawn VNFs, enterprises

More information

Programmable BitPipe. Andreas Gladisch VP Convergent Networks and Infrastructure, Telekom Innovation Labs

Programmable BitPipe. Andreas Gladisch VP Convergent Networks and Infrastructure, Telekom Innovation Labs Programmable BitPipe Andreas Gladisch VP Convergent Networks and Infrastructure, Telekom Innovation Labs 25.10.2012 How do you program a switch / router today? Vendor N SDK and API Vendor 3 Vendor 2 SDK

More information

Innovative TV Broadcasting-related Media Use Case in 5G-Crosshaul H2020 Project

Innovative TV Broadcasting-related Media Use Case in 5G-Crosshaul H2020 Project Innovative TV Broadcasting-related Media Use Case in 5G-Crosshaul H2020 Project D. Jiménez 1, F. Álvarez 2, N. Sánchez 1 1 VISIONA Ingeniería de Proyectos S.L., Madrid-28020, Spain E-mail: 1 {djimenez,nsanchez}@visiona-ip.es

More information

SDN for Multi-Layer IP & Optical Networks

SDN for Multi-Layer IP & Optical Networks SDN for Multi-Layer IP & Optical Networks Sterling d Perrin Senior Analyst, Heavy Reading Agenda Definitions for SDN and NFV SDN Drivers and Barriers SDN Use Cases and Applications General Uses Specific

More information

MULTILAYER REQUIREMENTS FOR NBI OF IP/MPLS DOMAIN CONTROLLERS

MULTILAYER REQUIREMENTS FOR NBI OF IP/MPLS DOMAIN CONTROLLERS MULTILAYER REQUIREMENTS FOR NBI OF IP/MPLS DOMAIN CONTROLLERS White Paper Contents Scope... 2 NBI Requirements for IP/MPLS Domain Controller... 2 Topology and Traffic Discovery Requirements... 2 Monitoring

More information

North American Portability Management, LLC LNPA Transition Contingency Rollback. Industry Working Session January 16 th, 2018

North American Portability Management, LLC LNPA Transition Contingency Rollback. Industry Working Session January 16 th, 2018 North American Portability Management, LLC LNPA Transition Contingency Rollback Industry Working Session January 16 th, 2018 Agenda Resubmission Aid Issue 2 Refinements and updated plan Decision Process

More information

Hard Slicing: Elastic OTN and Wavelength Slicing

Hard Slicing: Elastic OTN and Wavelength Slicing NETWORK SLICING 5G will enable carriers to expand their service offering to include a complete range of telecoms services to individuals, businesses, enterprises and critical industries. However, each

More information

BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) PART I (COURSE WORK)

BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) PART I (COURSE WORK) BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) DAY Soci-Economic and Political History of Bangladesh PART I (COURSE WORK) 1 ST SEMESTER 2 ND SEMESTER

More information

Path from CE 2.0 to Dynamic Services Roadmap

Path from CE 2.0 to Dynamic Services Roadmap Sponsored by: Path from CE 2.0 to Dynamic Services Roadmap Hernán Contreras G. Technical Solutions Architect Cisco Agenda 1 MEF s Carrier Ethernet and other Dynamic Services 2 Lifecycle Service Orchestration

More information

SDN+NFV Next Steps in the Journey

SDN+NFV Next Steps in the Journey SDN+NFV Next Steps in the Journey Margaret T. Chiosi AT&T Labs Distinguished Architect SDN-NFV Realization 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks

More information

OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist

OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist Agenda Introduction OpenStack OpenDaylight OPNFV Putting it all Together Conclusion

More information

ONAP ETSI NFV ARCHITECTURE ALIGNEMENT

ONAP ETSI NFV ARCHITECTURE ALIGNEMENT ONAP ETSI NFV ARCHITECTURE ALIGNEMENT Bruno Chatras, NFV ISG Vice-Chairman on behalf of the ISG leadership team ETSI 2017. All rights reserved 2 PART 1 ETSI NFV CONCEPTS ETSI NFV Architecture, and NFV-MANO

More information

The Interoperability Challenge in. Telecom and NFV Environments. Carsten Rossenhövel, EANTC Chris Price, Ericsson Ildikó Váncsa, OpenStack Foundation

The Interoperability Challenge in. Telecom and NFV Environments. Carsten Rossenhövel, EANTC Chris Price, Ericsson Ildikó Váncsa, OpenStack Foundation The Interoperability Challenge in Telecom and NFV Environments Carsten Rossenhövel, EANTC Chris Price, Ericsson Ildikó Váncsa, OpenStack Foundation Open source testing Commercial implementation testing

More information

IEEE 1914 NGFI (xhaul): efficient and scalable fronthaul transport for 5G

IEEE 1914 NGFI (xhaul): efficient and scalable fronthaul transport for 5G : efficient and scalable fronthaul transport for 5G Aleksandra Checko, PhD Editor of IEEE 1914.1/MTI Radiocomp BackNets 2017 In conjunction with IEEE VTC Fall 2017 Toronto, Canada September 24, 2017 Base

More information

L7 Application Visibility for NFV and Data Centers

L7 Application Visibility for NFV and Data Centers L7 Application Visibility for NFV and Data Centers Creating Service-Awareness across Networks October 2015 Agenda 1. Who is Qosmos? 2. What is L7 visibility and application awareness? 3. Use cases L7 application

More information

Ethernet Services over OTN Interoperability Steps Closer to Reality

Ethernet Services over OTN Interoperability Steps Closer to Reality Ethernet Services over OTN Interoperability Steps Closer to Reality By: Jim Jones, Optics Products and Solutions Marketing Manager, Alcatel-Lucent Categories: Article Archive Tags: Ethernet, interoperability,

More information

400G: Deployment at a National Lab

400G: Deployment at a National Lab 400G: Deployment at a National Lab Chris Tracy (Esnet) *Jason R. Lee (NERSC) June 30, 2016-1 - Concept - 2 - Concept: Use case This work originally began as a white paper in December 2013, in which Esnet

More information

software.sci.utah.edu (Select Visitors)

software.sci.utah.edu (Select Visitors) software.sci.utah.edu (Select Visitors) Web Log Analysis Yearly Report 2002 Report Range: 02/01/2002 00:00:0-12/31/2002 23:59:59 www.webtrends.com Table of Contents Top Visitors...3 Top Visitors Over Time...5

More information

CORD Roadmap. Release Management. #OpenCORD

CORD Roadmap. Release Management. #OpenCORD CORD Roadmap Release Management #OpenCORD Reference Implementation When is the reference implementation released? Four-month cadence: January / May / September Mid-cycle support branches (e.g., 3.0.1)

More information

onem2m - A Common Service Layer for IoT Basic principles and architecture overview

onem2m - A Common Service Layer for IoT Basic principles and architecture overview onem2m - A Common Service Layer for IoT Basic principles and architecture overview Presented by: Xavier Piednoir For: ILNAS & ETSI Workshop IoT & Technical Standardization 6 July 2018 ETSI 2018 Contents

More information

DevOps CICD for VNF a NetOps Approach

DevOps CICD for VNF a NetOps Approach DevOps CICD for VNF a NetOps Approach Renato Fichmann Senior Solutions Architect Cisco Advanced Services Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1.

More information