The key software elements in the OLT are:

Slides:



Advertisements
Similar presentations
Private and Confidential ThinkControl & ProLiant Essentials Rapid Deployment Pack.
Advertisements

Network Management Basics Network management requirements OSI Management Functional Areas –Network monitoring: performance, fault, accounting –Network.
Copyright © 2006 Intel Corporation, released under EPL version /20061 Eclipse DSDP-TM Target Connection Adapters Peter Lachner WW08’06 rev 1.0.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 8: Implementing and Managing Printers.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Android An open handset alliance project Janice Garcia September 18, 2008 MIS 304.
2. Setting Up Your Android Development Environment.
What are the functions of an operating system? The operating system is the core software component of your computer. It performs many functions and is,
Troubleshooting methods. Module contents  Avaya Wireless tools  Avaya Wireless Client Manager  Avaya Wireless AP Manager  Hardware indicators  Non.
Printer Installation Ben Wu A&S IT 09/18/2007. Outline  Preparation  Local Printer Installation  Network Printer Installation  Printer Sharing  Other.
MAC Address The Media Access Control (MAC) address is just as important as the IP address. The MAC address is a unique value associated with the network.
Lecture 4 Page 1 CS 236 Online Prolog to Lecture 4 CS 236 On-Line MS Program Networks and Systems Security Peter Reiher.
1 Guide to Novell NetWare 6.0 Network Administration Chapter 13.
ICS – Software Engineering Group 1 The SNS General Time Timestamp Driver Sheng Peng & David Thompson.
1999 Cabletron Systems. Wireless Networking RoamAbout RoamAbout Installation Installation/Configuration of: Network adapter card on a: Windows 95 system.
Module 3: Configuring Hardware on a Computer Running Windows XP Professional.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
Generic Routing Encapsulation GRE  GRE is an OSI Layer 3 tunneling protocol: Encapsulates a wide variety of protocol packet types inside.
By Dinesh Bajracharya Nepal Components of Information system.
© 2015 Wind River. All Rights Reserved. Integrating FACE™ Aligned Componentry Larry Kinnan Principal Technologist, Wind River.
Slide 1 2/22/2016 Policy-Based Management With SNMP SNMPCONF Working Group - Interim Meeting May 2000 Jon Saperia.
Management of the LHCb DAQ Network Guoming Liu *†, Niko Neufeld * * CERN, Switzerland † University of Ferrara, Italy.
2014 Redefining the Data Center: White-Box Networking Jennifer Casella October 9, 2014 #GHC
Functions of Operating Systems V1.0 (22/10/2005).
Virtualization Neependra Khare
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
SDN-O LCM for Mercury Release Key Points and Overview
Device Management vOLTHA
Programming SDN 1 Problems with programming with POX.
Master Service Orchestrator (MSO)
BioLock (Biometric Home Entry System)
Android Access Control
What is Apertis? Apertis is a versatile open source infrastructure tailored to the automotive needs and fit for a wide variety of electronic devices.
Interface to External Controllers and SD-WAN Use Case
Android Studio, Android System Basics and Git
The key software elements in the OLT are:
Edgecore ASFvOLT16 VOLTHA Adapter and Driver Kim Kempf, Sr
OPNFV: Support for HA Guest APIs: Introduction
CORD Roadmap – Release Management –
Edgecore ASFvOLT16 VOLTHA Adapter and Driver Kim Kempf, Sr
R
Open Compute Project Networking
Check Scanner Independence
CMPE419 Mobile Application Development
CORD Roadmap – Release Management –
Printers.
OCP Switch HW-Specific Chipset Software Architecture Challenge
OpenOMCI Framework Proposal
Overview of System Engineering
Northbound API Dan Shmidt | January 2017
Use Cases & User Mocks Customer Call –
Use Cases & User Mocks Customer Call –
Serial Data Hub (Proj Dec13-13).
VOLTHA 1.3/2.0 Lockdown (Jan 2018) xPON Update
VOLTHA Lock-In January 10 & 11, 2018.
QNX Technology Overview
CS 8532: Advanced Software Engineering
MAINTAINING SERVER AVAILIBILITY
Operating Systems Tasks 04/04/2019.
Designed for powerful live monitoring of larger installations
Algebraic Specification Software Specification Lecture 34
Unit 1.0 – Explore the concepts of computers and computing
DSDP - Target Management
Measurement 2 Measurement 3 Condition Monitoring Integration with Embedded Software and On Key Hardware’s embedded software/analysis tool and specialist.
Redfish Introduction.
Operating Systems Tasks 05/08/2019.
Overview of Computer system
Android Access Control
Device Management vOLTHA
Edgecore Networks Specification and Design Contribution
Presentation transcript:

The key software elements in the OLT are:   OpenNetworkLinux as base operating system ONLP drivers and API to access board hardware (SFP/XFP, PSU/fAN status/control, timing, etc) Redfish to provide REST API access to ONLP devices Broadcom PON solution software stack (BAL, Maple SDK, Qumran SDK) Board Support: ONIE boot/SW installer, HW diag utilities BAL application containing gRPC server/client facing vOLTHA adapter The key functions of asfvolt16 vOLTHA adapter: Mapping vOLTHA IAdapterInterface/IAdapterAgent to appropriate BAL calls Define protobufs required to map BAL object properties and indications (including alarms and statistics related to KPIs) Define gRPC calls to access BAL api in OLT Monitor OLT health via Redfish data model and raise environment/equipment alarms, OLT reboot, OLT software update/activation, etc.

Comments:   Primary OLT control is intended via BAL API BAL may not provide all PON functionality required Ad-hoc Maple access “fudged” mechanism may be required if BAL is not enough New PON Management interface in voltha adapter will determine what is needed Is BRCM OMCI stack needed in ASFvOLT16 or is send/receive_proxied_message enough? Board HW config/monitor and equipment/environment alarms is outside of BAL domain. Use Redfish for this. Could be lower priority work decoupled from BAL Broadcom in-OLT components should be available for development and diagnostic use E.g., bcm_user_appl, bcm_cli, bcm_sdn_agent voltha_bal_driver can coexist with running BRCM debug CLI How will asfvolt16 adapter discover and bind to the OLTs? VOL-284 defines IP address/OLT assignment