Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This section describes how a user may set up the packet optical use case.

Packet-Optical Network on your desktop

One of the key drivers for this use case is that network designers can spin off a relatively large emulated packet-optical network on their desk top. 

 

BW Cal. Portal:

Converged Packet-Optical ONOS

MININET as Orchestrator for Hosts, Routers, and Optical ROADS


Packet Router Emulation Description:

OVS from (provide link : open source) is used by Mininet to emulate packet routers and switches. The packet switches are directly attached to hosts, which represent customers or data centers. In addition, the emulated packet switches are interconnected with optical ROADMs for transport. As shown below, the OpenFlow match/action tables for the ROADMs can be represented by cross-connecting the lambdas to establish paths at optical layer.

 

ROADM Description:

As shown below, the optical ROADMs represent the service provider's transport networks. The IP routers are connected physically to the ROADMs, and the chain of ROADMs establish the transport topology.

The ROADMs are responsible for passing all of the traffic through their cross connected optical paths.   

Prerequisite & POC Environment:

Before  spin off of  your specific  POC, you need to make sure your desktop or server platforms are properly configured. Specifically, we at ON.LAB initially created the following environments

Installed a Virtual Box,

We installed Ubuntu VMs for  Mininet, Erlang, Linc-OE, Linc-Config-Generator, ONOS, and Calendaring App.

The following diagram represents a very simplified environment for POCs.  Both ONOS and Mininet are communicating to the network devices.  Mininet as orchestrator for creating  topology that includes   switches, hosts, and link and tap interfaces will be used extensively for manipulating the POC environment and behaviors.  For example you will utilize the Mininet to inject failures and or send traffic between hosts.



Change This diagram to show ONOS

 

 Installation Packet-Optical Emulation

Running Sample Topologies:

We have create a small and large topology as a sample POC.  Small topology represents 10 ROADMS, and 6 packet switches and hosts representing data centers.

The bigger topology ( under construction) represents 74 ROADMS and elven packet switches and related hosts. 

Users are encouraged to modify the sample topology files (1- opticalTest.py  , 2- opticalTestBig.py ) to meet their own network POC needs.

Setup Your Desktop Environment for Optical Layer:

  • Install Virtual BOX
  • Install Virtual Ubuntu
  • Install Mininet
  • Install Erlange
  • Install libpcap-dev
  • Install Wireshark

 

Create Optical Emulated Topology 

  • Install Lin-OE
  • Install Loom Controller
  • Install Mininet

 

Critical Files:

      Sys.config in the linc-oe Directory  Optical Topology

Packet+Optical.py  in mininet directory ( Creates packet topology, and attached the OVS to optical Transponder ports

 

Procedures: 

To start the POC with made assumptions that you have already updated opticalTest.py. This script creates your emulated topology and starts appropriate components

such as Topology file, sys.config etc, and then moves the final configuration of optical layer as sys.config:  ‘sys.config’ -> ‘/home/onos/.local/share/Trash/files/link-oe/linc-oe/rel/linc/releases/1.0/sys.config’

Then starts linc-oe and then pushes the JSON topology file to ONOS.

This scripts also assumes that ONOS has already started.

To start ONOS

See how to start ONOS and ONOS-GUI

References: 

  • How to start ONOS Guide:
  • LINC-OE-Guide
  • LINC-Config-Generator-Guide
  • Mininet.org
  • OpticalTest.py sample topology for 10  ROADMs, and 6 Packet nodes.
  • OpticatTEstBig.py sample topology for 74 ROADMs, and 11 Packet nodes.

Installation Script (TBD)

This scripts has not been developed yet, but the goal should be for the script to check the environment and then clone the necessary VMs including Mininet, ONOS, linc-oe, configuration generator, and BW calendering.

Follow the latest Linc-OE Guide to clone the latest code for link-oe, and config-Gnerator. 

Follow the Mininet.org to install Mininet

 

 


Return To : Packet Optical
Home : ONOS Use Cases


 

  • No labels