Changes between Version 38 and Version 39 of Tutorials/Optical/Mininet Optical Tutorial1
- Timestamp:
- Jul 27, 2022, 7:07:08 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Optical/Mininet Optical Tutorial1
v38 v39 301 301 Note also that these port numbers are different from what is on the hardware 302 302 tutorial page but they are consistent with the configuration on that page. 303 303 304 === ALS Disable Sequence (for 60 seconds) === 304 305 … … 309 310 ROADMs 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. 310 311 311 To start with, we will implement the connections using the REST API. 312 For this tutorial, either the REST (simpler, but different from hardware) or NETCONF (more complicated 313 but closer to the hardware testbed) may be used. 312 314 313 315 == Setting “Experiment_1” Connections using REST ==