13
Introduction to ONOS (Open Network Operating System) Jianing Zhuang 11/13/2019

Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

  • Upload
    others

  • View
    20

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

Introduction to ONOS(Open Network Operating System)

Jianing Zhuang

11/13/2019

Page 2: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

Outline

1.What is ONOS?2.SDN background introduction3.ONOS features• GUI• CLI• API• ONOS cluster4. ONOS development and discussion, one example of mine5. Summary

Page 3: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

What is ONOS?

SDN: Software-Defined Networking

Page 4: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

SDN Background IntroductionTraditional (legacy) switch:limited functionalities, vender specific.

SDN: dynamic, programmatically efficient, cloud computing …

SDN Controller Platform: ONOS

Page 5: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

ONOS Features: Overview

arXiv: 1902.04491

… … …

Page 6: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

ONOS Features Example 1/4: GUI

Page 7: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

ONOS Features Example 2/4: CLI

Importance of CLI: To activate/deactivate ONOS service applications.

Page 8: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

ONOS Features Example 3/4: APIopen-source, Java, maven http://api.onosproject.org/1.14.0/apidocs/

Page 9: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

ONOS Features Example 4/4: ONOS ClusterManagement machine:

where ONOS is built

Target machine:where ONOS instances are runningrunning as services

Page 10: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

ONOS Development and Discussion

[email protected]

[email protected]

Page 11: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

ONOS Discussion Example

Page 12: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

Summary

1.ONOS is a powerful SDN platform2.Open-source, Java, maven3.ONOS features: GUI, CLI, API, ONOS cluster4.ONOS development and discussion

Page 13: Introduction to ONOSdascalus/Tool_Jianing.pdf · -dev General developer discussions onos opennetworkinglab / onos Projects Watch 175 star 721 Fork Apache-2.0 581 O Code Pull requests

Thank you!