9
Sponsored by the National Science Foundation LEARN Spiral 2 Year-end Project Review University of Houston PI: Deniz Gurkan co-PI: Keren Bergman Staff: Paul Roberts Students: Debjyoti Majumder, Michael Wang, Caroline Lai, Balagangadhar Bathula, Cathy Chen August 26, 2010

LEARN Spiral 2 Year-end Project Review

  • Upload
    jett

  • View
    32

  • Download
    0

Embed Size (px)

DESCRIPTION

LEARN Spiral 2 Year-end Project Review. University of Houston PI: Deniz Gurkan co-PI: Keren Bergman Staff: Paul Roberts Students: Debjyoti Majumder, Michael Wang, Caroline Lai, Balagangadhar Bathula , Cathy Chen August 26, 2010. Project Summary. - PowerPoint PPT Presentation

Citation preview

Page 1: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation

LEARNSpiral 2 Year-end Project Review

University of HoustonPI: Deniz Gurkan

co-PI: Keren BergmanStaff: Paul Roberts

Students: Debjyoti Majumder, Michael Wang, Caroline Lai, Balagangadhar Bathula, Cathy Chen

August 26, 2010

Page 2: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation 2August 26, 2010

Project Summary

• This project will integrate the Lone-star Education And Research Network (LEARN) regional optical network, located in Texas, into the ORCA control framework (GENI Cluster D). This will enable GENI researchers to utilize the LEARN network for L2 (VLAN) transport.

• This project will also work with the Embedded Real-time Measurements (ERM) project to develop methods to include the use of existing commercial transport and measurement equipment for real-time measurements. Specifically, it will work with the ERM project to define the API and implement Measurement Handler software to utilize an existing interface (TL1 over SSH) into the Infinera Digital Transport Node (DTN) to make optical measurements.

Page 3: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation 3August 26, 2010

Milestone & QSR StatusID Milestone Status On Time? On Wiki? GPO

signoff?

S2.a Cluster plan for VLANs between testbeds

Completed with VLAN mapping diagram On time complete done

S2.h Draft measurement data file format

Completed in a report On time complete done

S2.b Plan for VLANs on LEARN Completed with VLAN reservations On time complete done

S2.c Establish ORCA framework Completed in the lab with 3750 switches <2 months late

complete done

S2.i Implement and integrate Measurement Handler

Completed and demonstrated during GEC7 with IMF integration

On time complete done

S2.j Deliver release of Measurement Handler

Completed the documentation of the software in a milestone report

On time complete done

S2.k List of measurement handlers for GENI

Completed the documentation of a list and submitted before GEC8

On time Wiki ticket

Not yet

S2.d Initial integration LEARN into ORCA

Personnel has been pulled from project temporarily; Cisco 3400 switches are present

Late - incomplete

no no

QSR: 4Q2009 Completed On time complete done

QSR: 1Q2010 Completed On time complete done

QSR: 2Q2010 Completed On time complete done

Page 4: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation 4August 26, 2010

Milestone & QSR StatusID Milestone Status On

Time?On Wiki? GPO

signoff?

S2.e Move broker to clearinghouse Due 9/30/2010

S2.f POC to GENI response team Due 9/30/2010

S2.g POC to GENI security team Due 9/30/2010

S2.l Contribution to GENI outreach Due 9/30/2010

Page 5: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation 5August 26, 2010

Accomplishments 1: Advancing GENI Spiral 2 Goals

• Control Framework Integration– LEARN VLAN mapping– Architecture and hardware design with Cisco 3400 switches on LEARN nodes– ORCA handler development

• Instrumentation and Measurement– Physical layer measurement handler software: an interface and protocol support to an optical

layer box – Infinera DTN on BEN– perfSONAR workshop attendance (see poster in next slide): developed draft schemas for

perfSONAR methods of client request and response to optical physical layer measurements– Participated in the feedback control experiments on optical physical layer within IMF group

Page 6: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation 6

Optical Networking Physical Layer Measurement Integration with perfSONAR

MHS (Measurement Handler Software): Tool to fetch physical layer measurements from Infinera DTN

pre-FEC BERpost-FEC BER opticalPower

The measurements are displayed through the XML-RPC Publish-Subscribe module.

Debjyoti Majumder and Deniz Gurkan

from Infinera DTN through TL1 interface

In collaboration with GENI:ORCA/BEN (Ilia Baldine) IMF (Keren Bergman)

Create New Namespacesxmlns:OpticalPower=http://ggf.org/ns/nmwg/characteristic/OpticalPower/2.0xmlns:ber=http://ggf.org/ns/nmwg/characteristic/BER/2.0xmlns:layer0=http://ggf.org/ns/nmwg/topology/layer0/2.0

Metadata for MeasurementsMetadata only, no measurementsWhat can be measured – BER, Optical Power eventTypeWhich interface – e.g. Infinera Chassis 1, DLM slot 4, OpticalChanel 8 SubjectDatabase or RRD file data

Metadata - eventType<nmwg:eventType>http://ggf.org/ns/nmwg/characteristic/BER/2.0</nmwg:eventType> <nmwg:eventType>http://ggf.org/ns/nmwg/characteristic/OpticalPower/2.0</nmwg:eventType>

Metadata - subject<ber:subject><nmwgt:interface xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/"><nmwgt:node type="optical device"><nmwgt:address type="ipv4">192.168.201.5:9090</nmwgt:address> <nmwgt:hostName>infinera.test.uh.edu</nmwgt:hostName> <layer0:port><layer0:chassis>1</layer0:chassis> <layer0:DLMslot>4</layer0:DLMslot> <layer0:opticalChannel>8</layer0:opticalChannel> </layer0:port>

<nmwgt:description>BER: INFINERA 1-4-8</nmwgt:description> </nmwgt:node>

</nmwgt:interface></ber:subject>

Metadata for storage in database - data<nmwg:data id="data1" metadataIdRef="metadata1"><nmwg:key><nmwg:parameters><nmwg:parameter name="type">rrd</nmwg:parameter> <nmwg:parameter name="file">/mnt/dc-snmp/rtr.atla.net.internet2.edu--xe-2_0_0.0.rrd</nmwg:parameter> <nmwg:parameter name="dataSource">input</nmwg:parameter>

</nmwg:parameters></nmwg:key>

</nmwg:data>

Discover Available Measurements<ber:subject xmlns:ber="http://ggf.org/ns/nmwg/characteristic/BER/2.0/" id="s-ber-infinera"><nmwgt:interface xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/">

<nmwgt:address type="ipv4">192.168.201.5:9090</nmwgt:address> <nmwgt:hostName>infinera.test.uh.edu</nmwgt:hostName>

</nmwgt:interface></ber:subject><nmwg:eventType>http://ggf.org/ns/nmwg/characteristic/BER/2.0</nmwg:eventType>

Fetch Real Time Measurements<ber:subject xmlns:ber="http://ggf.org/ns/nmwg/characteristic/BER/2.0/" id="s-ber-infinera"><nmwgt:interface xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/"><nmwgt:node type="optical device"><nmwgt:address type="ipv4">192.168.201.5:9090</nmwgt:address> <nmwgt:hostName>infinera.test.uh.edu</nmwgt:hostName> <layer0:port xmlns:layer0="http://ggf.org/ns/nmwg/topology/layer0/2.0">

<layer0:chassis>1</layer0:chassis> <layer0:DLMslot>4</layer0:DLMslot> <layer0:opticalChannel>8</layer0:opticalChannel>

</layer0:port></nmwgt:node> </nmwgt:interface> </ber:subject>

<nmwg:eventType>http://ggf.org/ns/nmwg/characteristic/BER/2.0</nmwg:eventType>

STANDARD NAMESPACE LOOK-UP(ITU-T G.959.1 Standard)

General information:Maximum number of channelsBit rate/line coding of optical tributarySignalsMaximum bit error ratioFiber TypeInterface at point MPI-SM:Max/Min Mean channel output power (dBm)Maximum mean total output power (dBm)Central frequency (THz)Channel Spacing (GHz)Maximum Spectral Excursion (GHz)Operating wavelength range (nm)Source typeMax/Min Duty Cycle (%)Maximum RMS width (σ) (nm)Maximum −20 dB width (nm)Maximum spectral power density (mW)Minimum side mode suppression ratio (dB)Minimum (channel) extinction ratio (dB)Eye MaskOptical path (single span) from pointMPI-SM to MPI-RMMax/Min Attenuation (dB)Max/Min Chromatic DispersionMinimum optical return loss at MPI-SM (dB)Maximum discrete reflectance (dB)Maximum differential group delay (ps)Interface at point MPI-RM or MPI-RMax/Min mean channel input power (dBm)Maximum mean total input power (dBm)Maximum channel power difference (dB)Maximum optical path penalty (dB)Minimum equivalent sensitivity (dBm)Maximum reflectance of opticalnetwork element (dB)Minimum sensitivity (dBm)

Poster at perfSONAR Workshop

August 26, 2010

Page 7: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation 7August 26, 2010

Accomplishments 2:Other Project Accomplishments

• Community development in the region– GENI rack proposal support by Texas institutions and LEARN through teleconferences and

raising awareness on the GENI infrastructure in LEARN

Page 8: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation 8August 26, 2010

Issues

• Pending connectivity on LEARN:– Personnel support of this project at UH has been on/off due to job restructuring of the main

contact person– Coordination of LEARN partners and other institutions demands a proactive approach such as

organization of a workshop to raise awareness and discuss/resolve roadblocks• Coordination with perfSONAR to receive timely feedback on development of

interoperable schemas applicable to optical physical layer measurements

Page 9: LEARN Spiral 2 Year-end Project Review

Sponsored by the National Science Foundation 9August 26, 2010

Plans

• Control framework support to extend ORCA in LEARN through deployment of Cisco 3400 switches on participating campuses– UH-Rice will be up before the end of Spiral-2 (September 30, 2010)– TAMU and UT-Austin deployments will be active during Spiral-3

• Deployment of perfSONAR measurement points on Texas sites where GENI infrastructure is being built

• Creation of perfSONAR wrappers for physical layer measurements as drafted in the poster attached

• Utilize measurement capabilities of perfSONAR to support cross-layer communication and optimization (as defined in IMF and ERM projects).

• The GPO is starting to formulate goals for Spiral 3. What are your thoughts regarding potential Spiral 3 work?– Concrete best practices in connectivity with national backbones for us to inform our regional

optical networks– Participate in the emerging I&M system architectures to deliver physical layer and other

measurements in the integrated infrastructures of this project