Changes between Version 38 and Version 39 of Tutorials/Optical/Mininet Optical Tutorial1


Ignore:
Timestamp:
Jul 27, 2022, 7:07:08 AM (22 months ago)
Author:
lantz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Optical/Mininet Optical Tutorial1

    v38 v39  
    301301Note also that these port numbers are different from what is on the hardware
    302302tutorial page but they are consistent with the configuration on that page.
     303
    303304=== ALS Disable Sequence (for 60 seconds) ===
    304305
     
    309310ROADMs in Mininet-Optical may be configured via several mechanisms. An internal Python API may be used for configuration within the script that creates the network. More realistically, two external SDN/RPC control interfaces are provided: a simple REST interface and a more realistic NETCONF interface which is partially compatible with the NETCONF interface of the hardware Lumentum ROADM20.
    310311
    311 To start with, we will implement the connections using the REST API.
     312For this tutorial, either the REST (simpler, but different from hardware) or NETCONF (more complicated
     313but closer to the hardware testbed) may be used.
    312314
    313315== Setting “Experiment_1” Connections using REST ==