Open Optical Monitoring born out of OCP

Slides:



Advertisements
Similar presentations
(NHA) The Laboratory of Computer Communication and Networking Network Host Analyzer.
Advertisements

Intended Audience Business owners looking to streamline their business operations.
Transceivers | Media Converters | Optic Cables © FluxLight 2015 EXPANDING FIBER OPTIC NETWORKS WITH SFP TRANSCEIVERS.
NetFort Customer Webinar Getting back to basics – Using LANGuardian Aisling Brennan 26 th Feb 2015.
Do not delete this graphic elements in here: All Rights Reserved © Alcatel-Lucent 2008 ACOS Forge.
CCNA – Cisco Certified Network Associates Routing and Static Routes By Roshan Chaudhary Lecturer Islington College.
OFA-IWG Interop Event March 2008 Rupert Dance, Arkady Kanevsky, Tuan Phamdo, Mikkel Hagen Sonoma Workshop Presentation.
Manufacturing Execution Real-time Lean Information Network Recent News 2013 Technology Innovation Leadership award for Machine Monitoring Systems  MERLIN.
1 SFP Checker Operational Instructions Version:
Configuring Network Connectivity Lesson 7. Skills Matrix Technology SkillObjective DomainObjective # Using the Network and Sharing Center Use the Network.
Mercury. One single online platform: Mercury Highlights – USP’s Web-based platform: accessible from any computer in any location without installing any.
Quick guide to ASIMON configuration For version 3.0 or greater SAFETY AT WORK Date: 3/18/2009.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 4 Learning About Other Devices.
1 Pertemuan 20 Network Testing. Discussion Topics Introduction to network testing Using a structured approach to troubleshooting Testing by OSI layers.
Cisco Catalyst 2960 LAN Lite Switches Feature Comparison.
2014 Redefining the Data Center: White-Box Networking Jennifer Casella October 9, 2014 #GHC
© 2002, Cisco Systems, Inc. All rights reserved..
ECE 544 Group Project : Routing KC Huang. Objective Application: message multicast. A message is sent from one sender to 1~3 recipients. Reach a protocol.
PPM-DU (WORKING DOCUMENT, DO NOT PUBLISH) A three DOM Detection Unit in place of an Antares string. Nikhef for KM3NeT: PPM-DU optical network DRAFT!, designed.
AANTS Update: New Tools, New Features Dave Plonka Charles Thomas DoIT Network Services.
Project SCS a lightweight source control system for Windows platforms.
Introducing.
Diagnostic Interface For Optical Transceivers 20 min presentation for coming experts Bernt fiber course Robert Olsson/2009.
LAN Connections.
Configuring Network Devices
Welcome to Revenue Court Case Monitoring System (RCCMS)
Open Networking and SDN
Module Summary CEF must be running as a prerequisite to running MPLS on a Cisco router. Frame-mode MPLS requires CEF switching and MPLS enabled on appropriate.
Do-more Technical Training
195E Serial Interface SECTION 9 - Serial Interface.
Open Optical Monitoring
USB The topics covered, in order, are USB background
Pilot Watcher Product Overview V5.3
Network Environment Management
Control Center Long Distance Module
Module 2: DriveScale architecture and components
Control Center – IQ Networking Overview
Haiwell PLC Modules Introduce
Implementing Network Access Protection
LXI Consortium Presentation May 14, 2017
Edgecore ASFvOLT16 VOLTHA Adapter and Driver Kim Kempf, Sr
Welcome to Dexterity Solution  Dexterity Solution is one of the leading product based firm providing end-end web solutions to the customers.  We are.
UW Madison OpenDCIM Bill Jensen 8/10/2017.
Edgecore ASFvOLT16 VOLTHA Adapter and Driver Kim Kempf, Sr
Top-Down Network Design Chapter Nine Developing Network Management Strategies Copyright 2010 Cisco Press & Priscilla Oppenheimer.
MCU cluster Cristian Alexe 18 October 2010.
Core WG Meeting November 16th, 2017.
© 2002, Cisco Systems, Inc. All rights reserved.
Welcome to WebEx Thanks to the NHS Institute for Innovation & Improvement for their contribution to this document.
Network Environment Management
Setup Of 4050 EIP To Control LOGIX PLC
Roller Coaster Design Project
Cloud Video Interop for Microsoft Teams
OCP Networking OOM Driver Workshop
Presentation developed by
Configuring a Router Module 3 Semester 2.
Product Overview.
Cloud Video Interop for Microsoft Teams
@SpiceCorpsWCS |
Chapter 11 Supporting Printers and Scanners
Cloud Video Interop for Microsoft Teams
What’s new in ASP.NET Core and Entity Framework 2.2 (Preview 3)
OCP Software Stack Projects Update
Network Monitoring Charles Warren.
Welcome to WebEx We would like to thank the NHS Institute for Innovation & Improvement for their contribution to this document.
Myrinet 2Gbps Networks (
Welcome to SpiceCorps of Central North Carolina!
Top-Down Network Design Chapter Nine Developing Network Management Strategies Copyright 2010 Cisco Press & Priscilla Oppenheimer.
Edgecore Networks Specification and Design Contribution
Presentation transcript:

Open Optical Monitoring born out of OCP OOM was kicked off in OCP Networking group in October 2015…to address problems with consistent access to Serial ID information on modules during OCP Interop testing …

What is Open Optical Monitoring? ….open-source software that provides access to monitors and controls inside optical modules and active cables… …with an intuitive Python API for applications and agents… …that runs on (almost) any Linux-based Network Operating System …

An Intuitive API to Access Pluggable Modules Example: Optical health metrics – in 4 lines of Python, ‘out of the box’ from oom import * for port in oom_get_portlist(): # enumerate the ports on the switch status = oom_get_memory(port, 'DOM') # DOM = {TX, Rx}Power, temp, bias... display_module_status(port, status) # your display format here port0{'RX_POWER': 0.56, 'VCC': 3.30, 'TEMP': 23.55, 'TX_POWER': 0.57, 'TX_BIAS': 7.4} port1{'RX_POWER': 0.53, 'VCC': 3.31, 'TEMP': 24.02, 'TX_POWER': 0.57, 'TX_BIAS': 7.3}

An Intuitive API to Access Pluggable Modules Example: Optical health metrics – in 4 lines of Python, ‘out of the box’ from oom import * for port in oom_get_portlist(): # enumerate the ports on the switch status = oom_get_memory(port, 'DOM') # DOM = {TX, Rx}Power, temp, bias... display_module_status(port, status) # your display format here

OOM Demo in Accton Booth OOM running on switches in UNH-IOL Interop demo – hosted in the Accton booth and Cumulus booth Integrated in both Cumulus and ONL Beta code enables you to do things like: Create an inventory of all ports SFP+ and QSFP+… Extract Serial ID information from each module… Access Digital Diagnostic Monitoring information from each module Access new and value-added functionality made available by module vendors… example: Finisar Connectivity Diagnostics Connectivity Mapping Module Health Indication Link Troubleshooting Link Performance Indication

How do I get involved with OOM? Access Beta code at: https://github.com/orgs/ocpnetworking-wip/teams/oom-team OOM Documentation on Networking wiki Participate in the OOM working group – ALL welcome Future contribution to OCP Participate in future UNH-IOL interop testing Contact Finisar for details on optical module features and functionality through OOM ASK for OOM integration into your favorite NOS and Open Networking switch Share your use-cases