33
1 Of 33 Demystifying Open Source Network Operating Systems @skg_net Demystifying Open Source Network Operating Systems Senthil Kumar Ganesan Dell Technologies @skg_net https://www.linkedin.com/in/skgnet/

Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

1 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Demystifying Open Source Network Operating Systems

Senthil Kumar GanesanDell Technologies

@skg_nethttps://www.linkedin.com/in/skgnet/

Page 2: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

2 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Disaggregation

Hardware &

Software

Closed Software

Open Hardware

Open Platform Abstraction

[Open / Closed] Protocol / Application

Open Hardware

Open Network Abstraction

Integrated Disaggregated H/W & S/W Disaggregated H/W & Modular S/W

• Rich Feature Set• Pre Integrated & Tested• Single Point Support

• H/W Independence• Power of choice• Cost Efficiency

• Innovation• Development Speed• Cost Efficiency• Modern Operating Paradigms

Traditional Networking Open Networking

Open Networking with Open Source

Software

Page 3: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

3 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Open Networking – Network Operating Systems

Closed Software

Open Hardware

* All product names logos and brands are property of their

respective owners

Page 4: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

4 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Anatomy of a Network Switch and OS

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

Page 5: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

5 Of 33 Demystifying Open Source Network Operating Systems @skg_net

ONIE

ONL

SAI

switchdev

OpenConfig

Open Networking Components

Page 6: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

6 Of 33 Demystifying Open Source Network Operating Systems @skg_net

ONIE

ONL

SAI

switchdev

OpenConfig

Open Network Install Environment

• Modern, Efficient Network Installer

• Open Compute Subproject, initially contributed by Cumulus

• Defacto standard boot loader, its a small operating system, pre-installed as firmware on bare metal network switches.

• Provides an environment for automated operating system provisioning

• ~161 devices currently supported.

Open Networking Components

Page 7: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

7 Of 33 Demystifying Open Source Network Operating Systems @skg_net

ONIE

ONL

SAI

Switchdev

OpenConfig

Open Network Install Environment

• Modern, Efficient Network Installer

• Open Compute Subproject, initially contributed by Cumulus

• Defacto standard boot loader, its a small operating system, pre-installed as firmware on bare metal network switches.

• Provides an environment for automated operating system provisioning

• ~161 devices currently supported.

Open Networking Linux

• A Linux Distribution for Open Networking Switches

• Reference NOS for the Open Compute Project (OCP)

• ~120 H/W Platforms supported, becoming the defactostandard.

• Uses Debian and stock LTS Linux kernel

• Provides Platform Abstraction, via ONLP API

Open Networking Components

Page 8: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

8 Of 33 Demystifying Open Source Network Operating Systems @skg_net

ONIE

ONL

SAI

switchdev

OpenConfig

Open Network Install Environment

• Modern, Efficient Network Installer

• Open Compute Subproject, initially contributed by Cumulus

• Defacto standard boot loader, its a small operating system, pre-installed as firmware on bare metal network switches.

• Provides an environment for automated operating system provisioning

• ~161 devices currently supported.

Open Networking Linux

• A Linux Distribution for Open Networking Switches

• Reference NOS for the Open Compute Project (OCP)

• ~120 H/W Platforms supported, becoming the defactostandard.

• Uses Debian and stock LTS Linux kernel

• Provides Platform Abstraction, via ONLP API

Switch Abstraction Interface

• SAI defines API to provide a vendor-independent way of controlling forwarding elements, such as a switching ASIC, an NPU or a software switch in a uniform manner.

• SAI helps easily port new ASIC by running the same application stack on all the hardware, enabled by a simple, consistent programming interface.

• CRUD operation over extensible Entity/Attribute/Value data model

• Provides Network Abstraction for all major ASIC vendors (Barefoot, Boardcom, Cavium, Innovium, Mellanox)

Open Networking Components

Page 9: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

9 Of 33 Demystifying Open Source Network Operating Systems @skg_net

ONIE

ONL

SAI

switchdev

OpenConfig

Open Network Install Environment

• Modern, Efficient Network Installer

• Open Compute Subproject, initially contributed by Cumulus

• Defacto standard boot loader, its a small operating system, pre-installed as firmware on bare metal network switches.

• Provides an environment for automated operating system provisioning

• ~161 devices currently supported.

Open Networking Linux

• A Linux Distribution for Open Networking Switches

• Reference NOS for the Open Compute Project (OCP)

• ~120 H/W Platforms supported, becoming the defactostandard.

• Uses Debian and stock LTS Linux kernel

• Provides Platform Abstraction, via ONLP API

Switch Abstraction Interface

• SAI defines API to provide a vendor-independent way of controlling forwarding elements, such as a switching ASIC, an NPU or a software switch in a uniform manner.

• SAI helps easily port new ASIC by running the same application stack on all the hardware, enabled by a simple, consistent programming interface.

• CRUD operation over extensible Entity/Attribute/Value data model

• Provides Network Abstraction for all major ASIC vendors (Barefoot, Boardcom, Cavium, Innovium, Mellanox)

Switchdev

• The Ethernet switch device driver model (switchdev) is an in-kernel driver model for switch devices which offload the forwarding (data) plane from the kernel.

• Provides Network Abstraction – currently only Mellanoxis supported

• Offloads L2 & L3 from Linux Kernel and aims to re-use the same set of linux network tool set for switches

Open Networking Components

Page 10: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

10 Of 33 Demystifying Open Source Network Operating Systems @skg_net

ONIE

ONL

SAI

switchdev

OpenConfig

Open Network Install Environment

• Modern, Efficient Network Installer

• Open Compute Subproject, initially contributed by Cumulus

• Defacto standard boot loader, its a small operating system, pre-installed as firmware on bare metal network switches.

• Provides an environment for automated operating system provisioning

• ~161 devices currently supported.

Open Networking Linux

• A Linux Distribution for Open Networking Switches

• Reference NOS for the Open Compute Project (OCP)

• ~120 H/W Platforms supported, becoming the defactostandard.

• Uses Debian and stock LTS Linux kernel

• Provides Platform Abstraction, via ONLP API

Switch Abstraction Interface

• SAI defines API to provide a vendor-independent way of controlling forwarding elements, such as a switching ASIC, an NPU or a software switch in a uniform manner.

• SAI helps easily port new ASIC by running the same application stack on all the hardware, enabled by a simple, consistent programming interface.

• CRUD operation over extensible Entity/Attribute/Value data model

• Provides Network Abstraction for all major ASIC vendors (Barefoot, Boardcom, Cavium, Innovium, Mellanox)

Switchdev

• The Ethernet switch device driver model (switchdev) is an in-kernel driver model for switch devices which offload the forwarding (data) plane from the kernel.

• Provides Network Abstraction – currently only Mellanoxis supported

• Offloads L2 & L3 from Linux Kernel and aims to re-use the same set of linux network tool set for switches

OpenConfig

• OpenConfig provides a consistent set of vendor-neutral data models (written in YANG) based on actual operational needs from use cases and requirements from multiple network operators.

• Openconfig is supported by most of the major networking vendors.

• Provides management layer abstraction – thus enabling common management or controller application to be written.

• Uses modern RPC - NETCONF, RESTCONF, GNMI -GRPC

Open Networking Components

Page 11: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

11 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Anatomy of a Network Switch and OS

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

Page 12: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

12 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Anatomy of a Network Switch and OS

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

OpenConfig

Page 13: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

13 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Open Source Network Operating Systems

Based on Debian Linux

Abstraction

Build your own

Opensource protocol stacks

Layer 3 Uses cases

Page 14: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

14 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Open Source Network Operating Systems

LibreSwitch

Winding Down Present Upcoming

FlexSwitch

* All product names logos and brands are property of their

respective owners

Page 15: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

15 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Open Networking Linux (ONL)

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• Provides Platform Abstraction

• Support Multiple NPU abstraction. OpenNSL, SAI, OF_DPA.

• Supports Multiple Control Plane.

• Thin OS with Controller (ONOS)

• Thick OS with FRR/ORC

• Becoming the de-facto standard for platform abstraction ~120 platforms (BigSwitch, Startum, Arrcus, SnapRoute etc)

• Use Cases: • CORD Leaf Spine Fabric

(ONOS / Indigo Agent)• EVPN with GoBGP / Zebra

/ ORC / Open NSL• FBOSS Leaf Spine Fabric

Page 16: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

16 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Open Networking Linux (ONL)

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• Provides Platform Abstraction

• Support Multiple NPU abstraction. OpenNSL, SAI, OF_DPA.

• Supports Multiple Control Plane.

• Thin OS with Controller (ONOS)

• Thick OS with FRR/ORC

• Becoming the de-facto standard for platform abstraction ~120 platforms (BigSwitch, Startum, Arrcus, SnapRoute etc)

• Use Cases: • CORD Leaf Spine Fabric

(ONOS / Indigo Agent)• EVPN with GoBGP / Zebra

/ ORC / Open NSL• FBOSS Leaf Spine Fabric

Page 17: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

17 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Open Networking Linux (ONL)

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• Provides Platform Abstraction

• Support Multiple NPU abstraction. OpenNSL, SAI, OF_DPA.

• Supports Multiple Control Plane.

• Thin OS with Controller (ONOS)

• Thick OS with FRR/ORC

• Becoming the de-facto standard for platform abstraction ~120 platforms (BigSwitch, Startum, Arrcus, SnapRoute etc)

• Use Cases: • CORD Leaf Spine Fabric

(ONOS / Indigo Agent)• EVPN with GoBGP / Zebra

/ ORC / Open NSL• FBOSS Leaf Spine Fabric

Page 18: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

18 Of 33 Demystifying Open Source Network Operating Systems @skg_net

OPX

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• Provides Platform Abstraction and Network Abstraction

• By default supports the Linux Protocol & Application Stacks

• Used as base operating system for Dell EMC Enterprise Operating OS10

• Can be leveraged to write custom application using Control Plane Services API.

• Production Ready, Deployed in multiple Verizon, AWINX etc.

• Part of Linux Foundation

Page 19: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

19 Of 33 Demystifying Open Source Network Operating Systems @skg_net

OPX

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• Provides Platform Abstraction and Network Abstraction

• By default supports the Linux Protocol & Application Stacks

• Used as base operating system for Dell EMC Enterprise Operating OS10

• Can be leveraged to write custom application using Control Plane Services API.

• Production Ready, Deployed in multiple Verizon, AWINX etc.

• Part of Linux Foundation

Page 20: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

20 Of 33 Demystifying Open Source Network Operating Systems @skg_net

OPX

• Provides Platform Abstraction and Network Abstraction

• By default supports the Linux Protocol & Application Stacks

• Used as base operating system for Dell EMC Enterprise Operating OS10

• Can be leveraged to write custom application using Control Plane Services API.

• Production Ready, Deployed in multiple Verizon, AWINX etc.

• Part of Linux Foundation

Page 21: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

21 Of 33 Demystifying Open Source Network Operating Systems @skg_net

LLDP

VRF

Port Profiles

STP

LAG

ACL

QOS

IPv6 Routing

IPv4 Routing

VLAN

OSPF

NTP

BGP

Devops

Mirroring

Monitoring

CoPP

OPX Features

Syslog

ECFM

VxLAN

Page 22: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

22 Of 33 Demystifying Open Source Network Operating Systems @skg_net

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• Provides a complete NOS with the modern database and micro services based architecture.

• By default supports the Linux Protocol & Application Stacks

• Production Ready & Deployed by multiple Hyperscalers and Enterprise (Microsoft, Alibaba, Tencent, LinkedIn, Comcast etc)

• Supported by Dell Technologies and Mellanox

• Deployment velocity and scale

• Use Cases: • Data Center Leaf & Spine

Page 23: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

23 Of 33 Demystifying Open Source Network Operating Systems @skg_net

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• Provides a complete NOS with the modern database and micro services based architecture.

• By default supports the Linux Protocol & Application Stacks

• Production Ready & Deployed by multiple Hyperscalers and Enterprise (Microsoft, Alibaba, Tencent, LinkedIn, Comcast etc)

• Supported by Dell Technologies and Mellanox

• Deployment velocity and scale

• Use Cases: • Data Center Leaf & Spine

Page 24: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

24 Of 33 Demystifying Open Source Network Operating Systems @skg_net

LACP

SNMP• Provides a complete NOS with

the modern database and micro services based architecture.

• By default supports the Linux Protocol & Application Stacks

• Production Ready & Deployed by multiple Hyperscalers and Enterprise (Microsoft, Alibaba, Tencent, LinkedIn, Comcast etc)

• Supported by Dell Technologies and Mellanox

• Deployment velocity and scale

• Use Cases: • Data Center Leaf & Spine

Page 25: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

25 Of 33 Demystifying Open Source Network Operating Systems @skg_net

LLDP

VRF

Port Profiles

STP

LAG

ACL

QOS

L2 Mac

IPv4 / IPv6

VLAN

OSPF

NTP

BGP MP

Devops

Mirroring

Monitoring

CoPP

Features

ConfigDB

Fast Reboot SNMP

DTEL

GRPC

PFC

TATACS

FIB Acceleration

ECMP

VxLAN

EVPN

Page 26: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

26 Of 33 Demystifying Open Source Network Operating Systems @skg_net

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• New, extensible control interface GNMI, GNOI, P4 Runtime

• Common models and interface for configuration, management & operations

• Common Platform Abstractions

• Vendor-neutral control planes

• Unified device management

• Simplified migration

• Deployment velocity and scale

• Open Source Sep 2019

Page 27: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

27 Of 33 Demystifying Open Source Network Operating Systems @skg_net

HW

CPU Peripherals(FAN, LED, Sensors etc) NPU

Operating System

Drivers Platform Drivers NPU Drivers

Abstraction Layer

Platform Abstraction NPU AbstractionInfrastructure Layer

Network Infrastructure Management

(IPC, logging, etc)

Protocol / Application Layer

BGP STP LACP ACL QoS

Management Layer

CLI SNMP Netconf REST GNMI

Bootloader

• New, extensible control interface GNMI, GNOI, P4 Runtime

• Common models and interface for configuration, management & operations

• Common Platform Abstractions

• Vendor-neutral control planes

• Unified device management

• Simplified migration

• Deployment velocity and scale

• Open Source Sep 2019

Page 28: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

28 Of 33 Demystifying Open Source Network Operating Systems @skg_net

• New, extensible control interface GNMI, GNOI, P4 Runtime

• Common models and interface for configuration, management & operations

• Common Platform Abstractions

• Vendor-neutral control planes

• Unified device management

• Simplified migration

• Deployment velocity and scale

• Open Source Sep 2019kernel

hardware

user

Stra

tum

sw

itch

agen

t

P4 Runtime gNMI gNOI

Switch Broker Interface

Table Manager

Node/Chip Manager

Chassis Manager

Chip Abstraction ManagersE.g. ACL, L2, L3, Packet I/O,

Tunnel

Platform Manager

Remote or Local Controller(s)

Switch SDK Platform API

Switch Chip Drivers Platform Drivers

Switch Chip(s) Peripheral(s)

Shared (HW agnostic)Chip specificPlatform specificChip and Platform specific

Page 29: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

29 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Stratum Use Cases

Cloud SDN Fabric Thick Switch/Router

Embedded System

Stratum

Trellis

ONOS

Embedded System

Stratum

ProprietaryNetwork OS(e.g. Google

Espresso)

Embedded System

Stratum

Embedded Mgmt & Control(e.g BGP)

SDN Traditional

CORD5G Mobile & More

Embedded System

Stratum

Trellis

ONOS

CORD

Data

Plan

eN

etw

ork

OS

14

Page 30: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

30 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Open Networking & Open Source NOS Use cases

Access

Access

Access

Access

Access

Agg

Agg

Core

Core

Core

Core

OPT

OPT

Spine

Spine

Leaf

Leaf

Leaf

Leaf

Aggregation Core Data Center

Optical Interconnect Spine Leaf

Open NetworkingApplicability

Open Networking

Integrated Stack

Open Source NOS

Applicability

Page 31: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

31 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Journey so far…

Hyperscalers Service Providers Enterprise

Page 32: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

32 Of 33 Demystifying Open Source Network Operating Systems @skg_net

Challenges & Call for Action?

Support Quality

Explore &Understand

Test Drive Deploy

Challenges

Call for Action

Image by Peggy und Marco Lachmann-Anke

Page 33: Demystifying Open Source Network Operating Systems · 5/30/2020  · 8 Of 33 Demystifying Open Source Network Operating Systems @skg_net ONIE. ONL. SAI. switchdev. OpenConfig. Open

33 Of 33 Demystifying Open Source Network Operating Systems @skg_net

https://www.linkedin.com/in/skgnet@skg_net