Phase 1 Planning ODTN

Size: px
Start display at page:

Download "Phase 1 Planning ODTN"

Transcription

1 Phase 1 Planning ODTN 1

2 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 Testing and Environment Environment Set up Wrap up & Next Steps 2

3 Action Items due today Team member assignment Pick suitable meeting timeslot for each teams & start dates Define work item until the first team meeting e.g., sketch of time line Start initial team discussion if there s time left 3

4 Team Formation Initial team leads and members to be confirmed during kick-off meeting Team Responsibility Expected Members Assignee Project Management (Chair/Co-Chair) Progress management, prioritization, etc. Service Providers, 1x ONF, 1x Tier 1 vendor See project steering team Use Case Define Use Cases Define Test Scenarios Select APIs / Models Metrics for success? Service Providers Rob (Comcast), Toru (NTT), Karthik (NEC), Nokia, Telefonica? Software Development Design and Implementation All Marc (ONF), Yuta (NEC), Nokia, ZTE, NTT, Telefonica partners?, Coriant, Oplink?, Infinera? Infrastructure Build Test Labs Service Providers and Vendors Every vendor NTT: TBD Comcast: TBD Telefonica: TBD Testing Define Test Procedures Perform Tests Create Results & Lessons Learned All Every vendor: per device test S/w dev team? Owner: SP? 4

5 Meetings Team leads meeting: bi-weekly Team meeting: weekly Review & Planning Workshop April Review of 1 st half of Phase 1 and Planning of 2 nd half of Phase 1 Aug Review of Phase 1 and Planning workshop of Phase 2 Dec 2018 Review of 1 st half of Phase 2 and Planning of 2 nd half of Phase 2 Location ONF or suitable conference 5

6 Schedule Phase1 Point-to-Point Phase2 Mesh ROADM <Step1> - Integration of minimum set of devices - Control of terminal devices only - OpenConfig <Step2> - Expand to multiple devices - Control of terminal devices + OLS - OpenConfig <Step1> - Integration of minimum set of devices - Introduction of ROADM devices - OpenConfig, OpenROADM? Milestone at the end of Apr - P2P solution (apps and device drivers) - Integration report - Workshop leading to SP s lab trials - ONS & OFC outreach Milestone at the end of Aug - Revised P2P solution - Integration report - Workshop leading to SP s lab trials Jan Feb Mar Apr May June July Aug Sep Milestone at the end of Dec - Mesh solution - Integration report - Workshop leading to SP s field trials Oct Nov Dec ODTN Kickoff ONS talk OFC talk Result & Plan Workshop Result & Plan Workshop ECOC Result & Plan Workshop Dev & integration Initial devices + α Dev & interchangeability test + additional devices Dev & integration TBD ONOS TST & Dynamic Config Brigade ONOS N Release Share gaps and additional requirements Share gaps additional requirements ONOS O Release ONOS P Release ONOS Q Release 6

7 Test Lab Locations 1. Individual Device Test with ONOS (directly pass-through device config) At Vendors site (prior to shipping to operator s lab) Nokia offers VPN access during dev&test 2. Integration & Test NTT Palo Alto Office Telefonica Comcast: multiple options 7

8 Project Management Tools Wiki Start full read/write accessibility to the public, reconsider when issues arise JIRA Mailing List Slack Software ONOS uses Git for code repository, Gerrit for reviews All code contributions go into ONOS main repo (no private repo s, no closed source, ) 8

9 Technical Scope of Work ODTN 9

10 Outline for Scope of Work Scope and Scenarios Testing Reference Implementation T-API as NB Device APIs Apps Discussion 10

11 Phase 1 Scope: Point-to-Point Open Line System with Open APIs Goal Integrate ONOS and OLS devices with a simple P-to-P topology by using open APIs (OpenConfig) Build and verify the reference implementation for P-to-P use case Identify problems to be solved Device Components OpenConfig Transponder OLS: T-API? (only considered in step 2 of phase) Term Jan Aug 2018 API TRN MUX WSS AMP API WSS MUX TRN API 11 Open Line System (OLS)

12 Ground Rules There will be a few design choices we need to make For each point, we want consensus from 2 perspectives in a perfect world, how would we design it? what is a realistic option? This hopefully gives us guidance to choose when we have multiple options 12

13 Basic Scenario Types / Use Cases Path setup / Path teardown What kinds of paths should be covered? What are the failure scenarios we will cover? Out of Scope In Scope Operational Phase Initial Node Set up (Management IP address, Syslog, NTP, etc) Line set up (between line ports) Path Set up (between client ports) 13

14 Phase 1 Devices Device Type Scope for Phase 1 Parameters configured by ONOS Transponder Port, single wavelength Mux/Demux not configurable WSS Port, multiple wavelength Optical Amplifier Not mandatory for Phase 1 - Optical power signals may be configured but out of scope for Phase 1, as optical power optimization is required for long-haul but not for middle distance DCI use. TRN MUX WSS AMP WSS MUX TRN Open Line System (OLS) 14

15 Topology Test Plan Test scenarios and procedures TBD by Test Team Devices for Phase 1 Transponder OLS OpenConfig Model Ciena?? Infinera? Infinera? Nokia Lab Nokia Lab Open ROADM Model Fujitsu 1finity Lab NTT Palo Alto (also supports OpenConfig) Fujitsu 1finity Lab Coriant G30 Transponder (OpenConfig or Open ROADM?) ZTE? NEC? 15

16 Reference Implementation Architecture As agreed at the workshop in Oct 2017, we will mainly use ONOS Dynamic Configuration Subsystem and related tools (1) Service Model T-API YANG Compiler *.yang Service Design Orchestrator YANG Runtime RESTCONF NB JSON / XML (2) NB Protocol Distributed Config Store model.jar Service Application Dynamic Config Subsystem /devices /services *.yan g NETCONF SB (4) Protocol (6) Framework Open Config JSON / XML Open ROADM Device Device Device Device (3) Device Model (5) Data Plane 16

17 Transport API Transport API Functional Architecture Application NE NE SDN NE NE Controller Transport API Topology Service Connectivity Service Path Computation Service Virtual Network Service Notification Service Shared Network Information Context Other SBIs Network Resource Groups NE Transport API SDN NE NE Controller 17

18 Transport API Transport API Functional Architecture Application NE NE SDN NE NE Controller Transport API Used for Phase 1 Topology Service Connectivity Service Path Computation Service Virtual Network Service Notification Service Shared Network Information Context Other SBIs Network Resource Groups NE Transport API SDN NE NE Controller 18

19 Transport API Pinning down which subset of parameters to support in Connectivity Services, etc. is TBD by Use Case team Example of transponder TAPI Models for Phase 1 (1) NodeEdgePoint (Edge) NodeEdgePoint (Internal) ServiceInterfacePoint ConnectionEndPoint TRPD 1 Connection TRPD 2 Topology Node Mapping Connectivity Service Link Transitional Link Connection 25 19

20 Device API/model Pinning down which subset of models & parameters required for service provisioning is TBD by Use Case team OpenConfig Open ROADM If initial device configuration (management IP, etc.) is outside these models, each vendor needs to identify required models & parameters 20

21 Software Development Team: Development Items Orange Box service application mapping TAPI into OpenConfig/Open ROADM Details described in the following slides ONOS TAPI JSON Protocol Handling (e.g., REST, RESTCONF) Orange box Model-Agnostic POJO TAPI POJO DCS Change event notification & model fetch YANG Tools Missing features of Dynamic Configuration Subsystem and related codes Update / Replace Operations not implemented Transactional Operation & Rollback Bidirectional Configuration Synchronizer Understand the semantics. e.g., - logical to physical mapping - ServiceInterfacePoint to physical device port, etc. - extract parameter & constraints Compute abstract device configuration [Open Discussion points 1] e.g., - compute path to fulfil the request based on current topology and resource state Derive concrete device configuration (& apply) [Open Discussion point 2, 3] e.g., - determine device s model - map abstract device configuration to each device s model - send each device s configuration model to Devices Open Discussion points 1 How to compute device configurations? - Map to ONOS information model then compute? or not. - Leverage Intent F/W? - Leverage external PCE, e.g., TIP PSE, etc? Open Discussion points 2 How to derive concrete configuration? - Leverage Driver/Behaviour subsystem? or hand craft directly in orange box? Open Discussion points 3 How to deliver concrete configuration to Device? - via DCS - via Behaviour & SBI directly 21 to Device somehow

22 Software Development Team: Orange Box Design 1 How to compute device configurations? ~= compute path and variable parameters for each devices based on requested inputs All other ONOS applications, not using DCS, leverages ONOS abstract information model. This allows application logic for constrained path computation, etc. to be decoupled from each device protocol/api/model. e.g., Intent F/W, etc. Challenge is currently information model is mostly packet layer oriented Regardless of using ONOS information model or not, conversion to some form of common model will be required to externalize path computation process from application logic. (e.g., use TIP PSE, etc.) 22

23 Software Development Team: Orange Box Design 2 How to derive concrete configuration? = generate device specific configuration model given parameter per device is know ONOS currently has Driver/Behaviour mechanism as SB abstraction layer. This will allow hiding the details of difference in protocol/api/model/version Device speaks To leverage this feature we need to define Behaviour functional aspect of configuration we want to apply to devices e.g., tune port power, observe port power, 23

24 Example: ONOS Driver/Behaviour mechanism Current driver Behaviours: Request to configure certain aspect of device Behaviour interface def. Behaviour implementation Semantic mapping to config/message/model Do we want to explore platform extension option like these? Top half Behaviour Semantic mapping to config/message/model instruction aggregation layer abstraction layer to deal with semantically similar but different models e.g., revision or version difference Transport handling (add envelope, etc.) communicate with device using appropriate protocol/model Bottom half Behaviour Transport handling (add envelope, etc.) ~= DCS

25 Software Development Team: Orange Box Design 3 How to deliver concrete configuration to Device? DCS currently has some level of NETCONF support to the south. In other parts ONOS Driver/Behaviour mechanism is used to hide SB protocol differences If we need to deal with non-netconf protocol, how to deliver the model to the Device. Irrelevant if we only use NETCONF/XML 25

26 Action Items Due Today Team member assignment Pick suitable meeting timeslot for each teams & start dates Define work item until the first team meeting e.g., sketch of time line Start initial team discussion if there s time left 26

27 Backup slides 27

28 TAPI Models for Phase 1 (1) Example of transponder NodeEdgePoint (Edge) NodeEdgePoint (Internal) ServiceInterfacePoint ConnectionEndPoint TRPD 1 Connection TRPD 2 Topology Node Mapping Connectivity Service Link Transitional Link Connection 28

29 TAPI Models for Phase 1 (2) Example of WSS NodeEdgePoint (Edge) NodeEdgePoint (Internal) ServiceInterfacePoint ConnectionEndPoint ROAD M1 Connection ROAD M2 Topology Node Mapping Link Connectivity Service Transitional Link Connection 29

30 TAPI Models for Phase 1 (3) Example of transponder and WSS TRPD 1 TRPD 2 NodeEdgePoint (Edge) NodeEdgePoint (Internal) ServiceInterfacePoint ConnectionEndPoint Topology Node Mapping Link ROAD M1 ROAD M2 Transitional Link Connection 30

31 Sequences to set up a path with TAPI 1. Register TAPI s Context models to ONOS in advance 2. TAPI Client sends a ConnectivityService request to set up a path 3. ONOS creates Connection in response to the ConnectivityService 4. ONOS creates OpenConfig device model(s) or Open ROADM device model(s) calculated by ONOS based on Connection model 5. ONOS sends a Netconf message to each device with the OpenConfig model or the Open ROADM model 31

32 1. Register TAPI s Context models to ONOS in advance TAPI Client ONOS DC Store Register models NodeEdgePoint (Edge) NodeEdgePoint (Internal) ServiceInterfacePoint ConnectionEndPoint TRPD 1 TRPD 2 TAPI Models in ONOS Topology Node Mapping Link Transitional Link Server 1 Transponder 1 Transponder 2 Server 2 Devices Connection 32

33 2. TAPI Client sends a ConnectivityService request to set up a path TAPI Client ConnectivityService Request (RESTCONF) ONOS DC Store NodeEdgePoint (Edge) NodeEdgePoint (Internal) ServiceInterfacePoint ConnectionEndPoint TRPD 1 TRPD 2 TAPI Models in ONOS Topology Node Mapping Connectivity Service Link Transitional Link Server 1 Transponder 1 Transponder 2 Server 2 Devices Connection 33

34 3. ONOS creates Connection in response to the ConnectivityService TAPI Client ONOS DC Store NodeEdgePoint (Edge) NodeEdgePoint (Internal) ServiceInterfacePoint ConnectionEndPoint TRPD 1 Connection TRPD 2 TAPI Models in ONOS Topology Node Connectivity Service Mapping Link Transitional Link Server 1 Transponder 1 Transponder 2 Server 2 Devices Connection 34

35 4. ONOS creates OpenConfig device model(s) or Open ROADM device model(s) calculated by ONOS based on Connection model 5. ONOS sends a Netconf message to each device with the OpenConfig model or the Open ROADM model TAPI Client ONOS DC Store NodeEdgePoint (Edge) NodeEdgePoint (Internal) ServiceInterfacePoint ConnectionEndPoint TRPD 1 Connection TRPD 2 TAPI Models in ONOS Topology Node Connectivity Service Mapping Link Transitional Link Server 1 Transponder 1 Device Config(NETCONF) Transponder 2 Server 2 Devices Connection 35

36 Discussion: gnmi for SBI? Some devices support not NETCONF but gnmi for SBI protocol Current Dynamic Configuration Subsystem of ONOS supports only NETCONF for SBI protocol Do we support gnmi as well as NETCONF? - Need to find ways to develop it with Software Development Team 36

37 Internal Sequence with Dynamic Configuration Subsystem *.yang Load TAPI YANG Already done YANG Compiler model.jar Generate TAPI.jar Device Certification App Device Config App REST / RESTCONF NB Read TAPI Network jar & Generate Function NBI(RESTCONF) Handle NBI Event notification and Generate TAPI Model based Java objects Expected to work with the existing codes, but need to be confirmed YANG Runtime Generate OpenConfig/ OpenROADM jar Dynamic Config Subsystem Read OpenConfig/Open ROADM based Jar and generate SBI With generated Java objects, translate TAPI-based Service Model to OpenConfig or Open ROADM based Device Model Store Device Model and notify SBI Needed to development model.jar NETCONF SB Distributed Config Store YANG Compiler *.yang Device Device /devices Request device configuration to NE via Device Netconf protocol /services Load OpenConfig OpenROADM YANG Device Device Device Device Device Device 37

38 Service Application Mapping between Service Request to Device Configuration 1. Understand semantics of request 2. Do path computation, constraint handling, 3. Generate individual device configuration 38

39 Test Items 1. Test the ONOS driver (without T-API based NBI) with vendors devices Test if device configuration based on OpenConfig/Open ROADM Yang Models can be install to each vendor s device to verify YANG runtime functionality Test if signal communication passes through a configured path 2. Integration Test Test if device configuration can be sent into multiple devices across a network NBI YANG: T-API, Protocol: RESTCONF SBI YANG: OpenConfig / Open ROADM, Protocol: NETCONF Test if signal communication passes through a configured path Data plane performance test is not in scope Test procedures are TBD by Test team 39

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

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

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

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

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

ONOS YANG Tools. Thomas Vachuska Open Networking Foundation

ONOS YANG Tools. Thomas Vachuska Open Networking Foundation ONOS YANG Tools Thomas Vachuska Open Networking Foundation background SDN and Dynamic Control Dynamic control over forwarding plane behaviour from a logically centralized vantage point Configuration and

More information

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

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 OIF SDN Transport API NFV Proof of Concept May 4, 2017 Layer 123 NFV World Congress Lyndon Ong, Ciena (lyong@ciena.com) OIF MA&E Committee Co-Chair Agenda NFV/SDN Relationship Transport API OIF Transport

More information

ONOS Mini-Summit, Beijing, China

ONOS Mini-Summit, Beijing, China 1 ONOS Mini-Summit, Beijing, China Aseem Parikh, VP Solutions and Partnerships, ONF August 2017 About ONF 3 New ONF Being Formed to Lead in this New Open Source Era ONF Champion For SDN Standards SDN/NFV

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

ONOS Roadmap. September, 2017

ONOS Roadmap. September, 2017 ONOS Roadmap September, 2017 distributed core provides high-availability, scalability and performance abstractions & models allow applications to configure and control the network without becoming dependent

More information

Use Case Steering. Aseem Parikh VP Solutions & Partnrships. November 7, 2017

Use Case Steering. Aseem Parikh VP Solutions & Partnrships. November 7, 2017 Use Case Steering Aseem Parikh VP Solutions & Partnrships November 7, 2017 ONF s Mission The Open Networking Foundation (ONF) is a non-profit operator led consortium driving transformation of network infrastructure

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

Planning Open Optical Line Systems ggrammel@juniper.net 2017-09-19 Planning Open Optical Line Systems Agenda 1. The need for Simplification 2. The need for Open Optical Planning Tools 3. The PSE Working

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

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

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

Open Network Operating System

Open Network Operating System Open Network Operating System Michele Santuari msantuari@fbk.eu FBK CREATE-NET - Future Networks research unit April 28, 2017 Agenda Short introduction to SDN and network programmability Introduction to

More information

Understanding ONF s Curated Portfolio of Projects. Timon Sloane, VP, Marketing & Ecosystem

Understanding ONF s Curated Portfolio of Projects. Timon Sloane, VP, Marketing & Ecosystem Understanding ONF s Curated Portfolio of Projects Timon Sloane, VP, Marketing & Ecosystem ONF s Far Reaching Mission ONF Operators have tasked our community with a massive undertaking Transformation of

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

Open Optical White Line Systems Similar Hype as SDN?

Open Optical White Line Systems Similar Hype as SDN? Similar Hype as SDN? Kurosh Bozorgebrahimi, UNINETT, Jan Radil, CESNET 9th CEF Workshop, Praha 11-12/9 2017 Slides based on the NGON 2017@Nice presentation from the same authors. Outline: What are OOWLSs?

More information

P4 support in ONOS. Carmelo Cascone ONF

P4 support in ONOS. Carmelo Cascone ONF P4 support in ONOS Carmelo Cascone ONF Agenda Introduction to P4 and P4Runtime P4 support in ONOS Architecture PI Framework Workflow Demo! P4, P4Runtime, P4Info Concepts and workflow P4 Open-source domain-specific

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

FP7 EU-JP Project : STRAUSS. Ken ichi Kitayama (JP Project Coordinator) Osaka University

FP7 EU-JP Project : STRAUSS. Ken ichi Kitayama (JP Project Coordinator) Osaka University FP7 EU-JP Project : STRAUSS Ken ichi Kitayama (JP Project Coordinator) Osaka University Project facts and consortium Project Facts Start Date: 1/6/2013 Duration: 36M EU Funding: 1.49 M JP Funding: 2.82

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

Coriant Groove G30 Network Disaggregation Platform

Coriant Groove G30 Network Disaggregation Platform SOLUTIONS BRIEF Coriant Groove G30 Network Disaggregation Platform Powering Tomorrow s Cloud Experience ENABLING CLOUD SERVICES WITH BEST-IN-CLASS CONNECTIVITY The exponential growth of streaming cloud

More information

Software defined networking

Software defined networking Software defined networking Telecom Summit 2015 Anton Turygin IP Networks and Services solution architect Programmable Networks Drivers Network Evolution Agility Communication Services New Revenue Streams

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

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

ONOS OVERVIEW. Architecture, Abstractions & Application

ONOS OVERVIEW. Architecture, Abstractions & Application ONOS OVERVIEW Architecture, Abstractions & Application WHAT IS ONOS? Open Networking Operating System (ONOS) is an open source SDN network operating system (controller). Mission: to enable Service Providers

More information

Second PoC of SDN for Wireless Transport Networks

Second PoC of SDN for Wireless Transport Networks Second PoC of SDN for Wireless Transport Networks Munich, 25-29 April 2016 Telefónica (on behalf of all PoC pargcipants) Razón Telefónica social 00.00.2015 26.04.2015 Index 01 PoC DescripGon 02 03 Live

More information

Optimizing the Usability of YANG Models for Network Automation

Optimizing the Usability of YANG Models for Network Automation ydk.io Optimizing the Usability of YANG Models for Network Automation Craig Hill Distinguished Systems Engineer U.S. Public Sector CTO Office @netwrkr95 CCIE #1628 crhill@cisco.com CHI-NOG Chicago, IL

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

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

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

Adaptation and Monitoring for Elastic Alien Wavelengths

Adaptation and Monitoring for Elastic Alien Wavelengths Adaptation and Monitoring for Elastic Alien Wavelengths F. Cugini 1, N. Sambo 2, F. Paolucci 2, F. Fresi 2, P. Castoldi 2 (1) CNIT, Pisa, Italy,! (2) Scuola Superiore Sant Anna, Pisa, Italy NOC 2016 Introduction

More information

ANIMA WG (Autonomic Networking Integrated Model and Approach) Rechartering Consideration

ANIMA WG (Autonomic Networking Integrated Model and Approach) Rechartering Consideration ANIMA WG (Autonomic Networking Integrated Model and Approach) Rechartering Consideration By co-authors Sheng Jiang & Toerless Eckert ANIMA WG History of ANIMA WG Primary presentations in 2013 Dedicated

More information

What is ONOS? ONOS Framework (ONOSFW) is the OPNFV project focused on ONOS integration. It is targeted for inclusion in the Brahmaputra release.

What is ONOS? ONOS Framework (ONOSFW) is the OPNFV project focused on ONOS integration. It is targeted for inclusion in the Brahmaputra release. What is ONOS? Open Network Operating System (ONOS) is an open source SDN network operating system. Our mission is to enable Service Providers to build real SDN/NFV Solutions. ONOS Framework (ONOSFW) is

More information

Optical considerations for nextgeneration

Optical considerations for nextgeneration Optical considerations for nextgeneration network Inder Monga Executive Director, ESnet Division Director, Scientific Networking Lawrence Berkeley National Lab 9 th CEF Networks Workshop 2017 September

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

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

Driving IP & Optical Benefits With Multi-Layer Integration

Driving IP & Optical Benefits With Multi-Layer Integration Independent market research and competitive analysis of next-generation business and technology solutions for service providers and vendors Driving IP & Optical Benefits With Multi-Layer Integration A

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

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

Why do operators need multi-layer coordination?

Why do operators need multi-layer coordination? Why do operators need multi-layer coordination? Víctor López Routing Research Symposium Network Architecture Geeks (NAG) Oct. 2012 Index 01 02 03 04 05 06 Towards Cloud Ready Transport Networks Multi-layer

More information

Lab 2: P4 Runtime. Copyright 2018 P4.org

Lab 2: P4 Runtime. Copyright 2018 P4.org Lab 2: P4 Runtime 1 P4 Software Tools 2 Makefile: under the hood simple_switch_cli Program-independent CLI and Client test.p4 Program-independent Control Server Packet generator L o g Ingress TM Egress

More information

Enabling the Next Generation of SDN

Enabling the Next Generation of SDN Enabling the Next Generation of SDN Brian O Connor (ONF) brian@opennetworking.org P4 Workshop on June 5, 2018 Link to slides: https://goo.gl/6hfg1h Presenting on behalf of Google and ONF Background Google

More information

Stratum Project. Enabling era of next generation of SDN

Stratum Project. Enabling era of next generation of SDN Stratum Project Enabling era of next generation of SDN Next-Generation SDN A set of next generation interfaces Announcements Leverages P4, P4Runtime, OpenConfig, gnmi, gnoi Provides full lifecycle management

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

ISO/IEC JTC 1 Special Working Group on Accessibility (SWG-A)

ISO/IEC JTC 1 Special Working Group on Accessibility (SWG-A) ISO/IEC JTC 1 Special Working Group on Accessibility (SWG-A) JTC 1 SWG-A N 274 2007-06-06 Replaces: SWG-A N 262 Title: Source: SWG-A Project Plan Ken Salaets, Project Plan Editor Due Date: Requested Action:

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

Generic Network Functions. Daya Kamath (Ericsson) Prem Sankar G (Ericsson)

Generic Network Functions. Daya Kamath (Ericsson) Prem Sankar G (Ericsson) Generic Network Functions Daya Kamath (Ericsson) Prem Sankar G (Ericsson) Application Co-existence and Integration Challanges Partitioning of OpenFlow Resources Every application must have their private

More information

Cisco IOS XR Programmability for Cloud-Scale Networking

Cisco IOS XR Programmability for Cloud-Scale Networking Cisco IOS XR Programmability for Cloud-Scale Networking LABRST-2332 Santiago Álvarez, Distinguished Technical Marketing Engineer @111pontes Level of Expertise With Network Programmability 1. Can t spell

More information

Information Technology (CCHIT): Report on Activities and Progress

Information Technology (CCHIT): Report on Activities and Progress Certification Commission for Healthcare Information Technology Certification Commission for Healthcare Information Technology (CCHIT): Report on Activities and Progress Mark Leavitt, MD, PhD Chair, CCHIT

More information

CCNA Routing and Switching Overview. June 2013

CCNA Routing and Switching Overview. June 2013 CCNA Routing and Switching Overview June 2013 Overview 1 5 Planning Resources Recommended Learning Path 2 6 Instructor Training Timeline 3 7 Transitioning Materials Transitioning 4 2012 Cisco and/or its

More information

Q2 2017/2018 Oct Nov Dec

Q2 2017/2018 Oct Nov Dec Q2 2017/2018 (Oct - Dec) Platform dev Multimedia Community Research Programs Design Search Q2 2017/2018 Oct Nov Dec Multi-Content Revisions (MCR) Goal: Have MCR sufficiently ready so that the Multimedia

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

Microsoft Technical Training Public Class Schedules Year 2019

Microsoft Technical Training Public Class Schedules Year 2019 Microsoft Technical Training View Class Schedules by Categories Below 1. Windows Server 2016 2. Windows Server 2012 3. Azure Windows 10 Skype for Business 2015 Power BI 4. SQL Server 5. Exchange Server

More information

Emerging Technologies in Optical Transport Networks

Emerging Technologies in Optical Transport Networks Emerging Technologies in Optical Transport Networks Jim Theodoras October 2012 Agile Core Network Real intelligence lies at higher layers in the Routers Intelligent MUX Hybrid EDFA/RAMAN Amp Gridless ROADM

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

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

Cost evaluation of the integration of IP/MPLS and WDM elements

Cost evaluation of the integration of IP/MPLS and WDM elements Cost evaluation of the integration of IP/MPLS and WDM elements R. Duque, V. López, A. González, O. González de Dios, J.P. Fernández-Palacios 0 TELEFÓNICA Telefónica Servicios I+D Audiovisuales S.A. / Telefónica

More information

Mapping the Future of Optical Deployments

Mapping the Future of Optical Deployments Mapping the Future of Optical Deployments Andrew Schmitt Lead Analyst September 19 th 2017 ECOC Gothenburg, Sweden MY NETWORK IS A BEAUTIFUL, UNIQUE SNOWFLAKE Customer network designs vary widely across

More information

Product and Release Information

Product and Release Information Product and Release Information Application Repository Services (ARS) Release Information Tool Guide Release information Release 4.0 Last Updated: December 2002 Copyright No part of this document may be

More information

SysML Past, Present, and Future. J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd

SysML Past, Present, and Future. J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd SysML Past, Present, and Future J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd A Specification Produced by the OMG Process SysML 1.0 SysML 1.1 Etc. RFI optional Issued by Task Forces RFI responses

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Modeling in SAP HANA. 20 November 2017 (12:10 GMT) Beginner.

COURSE LISTING. Courses Listed. Training for Database & Technology with Modeling in SAP HANA. 20 November 2017 (12:10 GMT) Beginner. Training for Database & Technology with Modeling in SAP HANA Courses Listed Beginner HA100 - SAP HANA Introduction Advanced HA300 - SAP HANA Certification Exam C_HANAIMP_13 - SAP Certified Application

More information

COURSE LISTING. Courses Listed. with HANA Programming. 13 February 2018 (04:51 GMT) HA100 - SAP HANA

COURSE LISTING. Courses Listed. with HANA Programming. 13 February 2018 (04:51 GMT) HA100 - SAP HANA with HANA Programming Courses Listed HA100 - SAP HANA BC404 - ABAP Programming in Eclipse HA300 - SAP HANA Modeling HA400 - SAP HANA ABAP E_HANAAW_12 - SAP Certified Development Specialist - ABAP for SAP

More information

Technologies for the future of Network Insight and Automation

Technologies for the future of Network Insight and Automation Technologies for the future of Network Insight and Automation Richard Wade (ricwade@cisco.com) Technical Leader, Asia-Pacific Infrastructure Programmability This Session s Context Service Creation Service

More information

ONOS and the importance of deployments

ONOS and the importance of deployments ONOS and the importance of deployments Luca Prete (ON.Lab) International OpenFlow/SDN Testbeds Miami April 1 st, 2015 Why this talk? The importance of deployments In general, for ONOS and its community

More information

SP SDN/NFV Use Cases. Mike McBride Sr. Director of Innovation, Huawei. India Symposium, January 31 February 1, 2016, Bangalore. Networking Foundation

SP SDN/NFV Use Cases. Mike McBride Sr. Director of Innovation, Huawei. India Symposium, January 31 February 1, 2016, Bangalore. Networking Foundation SP SDN/NFV Use Cases Mike McBride Sr. Director of Innovation, Huawei Open 2014 Open Networking Networking Foundation India Symposium, January 31 February 1, 2016, Bangalore This is the year of open source

More information

MD-SAL APPLICATION AWARE DATA STORE (AADS)

MD-SAL APPLICATION AWARE DATA STORE (AADS) MD-SAL APPLICATION AWARE DATA STORE (AADS) Chandramouli Venkataraman (chandramouli.venkataraman@ericsson.com) MD-SAL - Today Controller Platform APP MD-SAL Request Routing Notification Routing DOM tree

More information

SHARED MESH RESTORATION IN OPTICAL NETWORKS

SHARED MESH RESTORATION IN OPTICAL NETWORKS SHARED MESH RESTORATION IN OPTICAL NETWORKS OFC 2004 Jean-Francois Labourdette, Ph.D. labourdette@ieee.org Page: 2 Outline Introduction Network & Restoration Arch Evolution Mesh Routing & Provisioning

More information

GÉANT Network Evolution

GÉANT Network Evolution GÉANT Network Evolution GÉANT Symposium Mian Usman, GÉANT, Oct 2017 Agenda GÉANT Network Overview The Network Evolution process so far Network Traffic Forecast Vendor Engagement - Industry Trends Network

More information

THE CASE FOR OPEN LINE SYSTEMS

THE CASE FOR OPEN LINE SYSTEMS WHITE PAPER THE CASE FOR OPEN LINE SYSTEMS Reducing Vendor Lock-in and Speeding Innovation by Disaggregating WDM Transport Taking a cue from the separation of hardware, operating systems, and applications

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

Introduction to OpenConfig

Introduction to OpenConfig DEVNET-1775 Introduction to OpenConfig Santiago Álvarez, TME Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session in the Cisco Live Mobile App

More information

SDN Solution for Service Provider Access Network Dennis Pai, Product Manager Ahmed Abeer, Technical Marketing Engineer BRKSPG-2064

SDN Solution for Service Provider Access Network Dennis Pai, Product Manager Ahmed Abeer, Technical Marketing Engineer BRKSPG-2064 SDN Solution for Service Provider Access Network Dennis Pai, Product Manager Ahmed Abeer, Technical Marketing Engineer BRKSPG-2064 Agenda Overview and Business Drivers SDN Technologies and Protocols SDN

More information

Open Cloud Interconnect: Use Cases for the QFX10000 Coherent DWDM Line Card

Open Cloud Interconnect: Use Cases for the QFX10000 Coherent DWDM Line Card Open Cloud Interconnect: Use Cases for the QFX10000 DWDM Delivering Scale, Security, and Resiliency to Metro, Regional, and Long-Haul Data Center Interconnect 1 Open Cloud Interconnect: Use Cases for the

More information

2015 Spring Technical Forum Proceedings

2015 Spring Technical Forum Proceedings SDNized CABLE ACCESS NETWORKS Karthik Sundaresan CableLabs Abstract Software-Defined Networking ideas are showing a lot of value in the networking industry. SDN can transform cable access networks and

More information

and controller independence with NetIDE

and controller independence with NetIDE Supporting composed SDN applications and controller independence with NetIDE Alec Leckey Intel Labs SDN Application Development Java Python C/C++ Javascript Beacon Iris Pox Nox NodeFlow Jaxon Floodlight

More information

Markets Gateway Roadmap

Markets Gateway Roadmap Markets Gateway Roadmap As of April 17, 2018 www.pjm.com Background Markets Gateway allows users to submit information and obtain data needed to conduct business in the Day-Ahead, Regulation and Synchronized

More information

AC System Monitoring Device. Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015

AC System Monitoring Device. Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015 AC System Monitoring Device Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015 Outline Background Problem Background Problem Statement

More information

Network Automation using modern tech. Egor Krivosheev 2degrees

Network Automation using modern tech. Egor Krivosheev 2degrees Network Automation using modern tech Egor Krivosheev 2degrees Key parts of network automation today Streaming Telemetry APIs SNMP and screen scraping are still around NETCONF RFC6241 XML encoding Most

More information

Software-Defined Networking. Daphné Tuncer Department of Computing Imperial College London (UK)

Software-Defined Networking. Daphné Tuncer Department of Computing Imperial College London (UK) Software-Defined Networking Daphné Tuncer Department of Computing Imperial College London (UK) dtuncer@ic.ac.uk 25/10/2018 Agenda Part I: Principles of Software-Defined Networking (SDN) 1. Why a lecture

More information

TOPCASED. Current status

TOPCASED. Current status TOPCASED Current status Current tasks & facts Definition of quality assurance & Control by the Quality Group Build the maintenance infrastructure for the already developped software : To fund architecture

More information

ONOS and CORD. About the Platforms, Deployments and their Communities. Taipei, November 25th 2016

ONOS and CORD. About the Platforms, Deployments and their Communities. Taipei, November 25th 2016 ONOS and CORD About the Platforms, Deployments and their Communities Taipei, November 25th 2016 Outline Who we are and what is our mission The platforms Roadmaps Deployment updates Communities How do I

More information

CORD Mini-Summit, Beijing, China

CORD Mini-Summit, Beijing, China 1 CORD Mini-Summit, Beijing, China Aseem Parikh, VP Solutions and Partnerships, ONF August 2017 About ONF 3 SDN & NFV Where Are We Now? Monolithic Systems Disaggregated Network New ONF Being Formed to

More information

Open Networking Summit 2013

Open Networking Summit 2013 Open Networking Summit 2013 1 Welcome to Tutorial on SDN Market Opportunities 2 Senior Director of Market Development, Ciena Responsible for SDN Marketing at Ciena Involved in SDN for a few years Chair

More information

Packet-Optical SDN Field Trial for Multi-Layer Network Optimization. Jim Theodoras May 2016

Packet-Optical SDN Field Trial for Multi-Layer Network Optimization. Jim Theodoras May 2016 Packet-Optical SDN Field Trial for Multi-Layer Network Optimization Jim Theodoras May 2016 OSI Stack Top of Stack 7 6 5 Application Presentation Session Data 4 Transport Layer TCP, UDP Segments SDN 3 Network

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

Data Center Interconnect for the Webscale Era

Data Center Interconnect for the Webscale Era Independent market research and competitive analysis of next-generation business and technology solutions for service providers and vendors Data Center Interconnect for the Webscale Era A Heavy Reading

More information

Observations on Modelling Configuration and State in YANG. {robjs,

Observations on Modelling Configuration and State in YANG. {robjs, Observations on Modelling Configuration and State in YANG. {robjs, aashaikh}@google.com Background. Since ~Summer 2014, OpenConfig has: Focused on covering a operationally viable subset of the configuration

More information

Applying Operating System Principles to SDN Controller Design

Applying Operating System Principles to SDN Controller Design Applying Operating System Principles to SDN Controller Design Oliver Michel, Matthew Monaco, Eric Keller Invited Talk University of Illinois at Urbana-Champaign April 11th, 2014. 2 What we clearly need

More information

How to use Machine Learning for Testing and Implementing Optical Networks

How to use Machine Learning for Testing and Implementing Optical Networks How to use Machine Learning for Testing and Implementing Optical Networks Jesse Simsarian, Steve Plote, Marina Thottan, and Peter J. Winzer October 4, 2017 1 Nokia 2016 2017 Outline 1. Introduction Machine

More information

Hands On Exploration of NETCONF and YANG

Hands On Exploration of NETCONF and YANG Hands On Exploration of NETCONF and YANG Bryan Byrne, CCIE 25607 (R/S) Technical Solutions Architect Enterprise Networks @bryan25607 Agenda Introduction Module 1 YANG Data Modeling Module 2 Introduction

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

Sophos Central for partners and customers: overview and new features. Jonathan Shaw Senior Product Manager, Sophos Central

Sophos Central for partners and customers: overview and new features. Jonathan Shaw Senior Product Manager, Sophos Central Sophos Central for partners and customers: overview and new features Jonathan Shaw Senior Product Manager, Sophos Central What is Sophos Central? Partner Dashboard Admin Self Service Allows Partners to

More information

SDN Commercial Deployments: Emerging Business Cases

SDN Commercial Deployments: Emerging Business Cases SDN Commercial Deployments: Emerging Business Cases An IHS Markit Technology Webinar 2016 IHS Markit. All Rights Reserved. #SDN 2 Today s Speakers SDN Commercial Deployments: Emerging Business Cases #SDN

More information

James Won-Ki Hong. Distributed Processing & Network Management Lab. Dept. of Computer Science and Engineering POSTECH, Korea.

James Won-Ki Hong. Distributed Processing & Network Management Lab. Dept. of Computer Science and Engineering POSTECH, Korea. James Won-Ki Hong Distributed Processing & Network Management Lab. Dept. of Computer Science and Engineering POSTECH, Korea jwkhong@postech.ac.kr 2017. 7. 6 DPNM Lab., POSTECH NetSoft 2017 DEP Network

More information

OPT-Transport Apps of O3 Orchestrator&Controller suite Starting guide

OPT-Transport Apps of O3 Orchestrator&Controller suite Starting guide OPT-Transport Apps of O3 Orchestrator&Controller suite Starting guide CONTENTS 1 Abbreviation... 3 2 Introduction... 3 3 Target network... 4 4 Outline of functions... 4 5 List of the Open Source Software...

More information