Changes between Version 20 and Version 21 of Tutorials/Optical/Mininet Optical Tutorial1


Ignore:
Timestamp:
Jul 27, 2022, 4:02:26 AM (22 months ago)
Author:
lantz
Comment:

Legend:

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

    v20 v21  
    445445
    4464461. Establish Connection ToR1<->ToR2.
    447 2. Try `ping` from `server1` to `server3`:
     4472. Try `ping` from `server1` to `server2`:
    448448
    449449{{{#!shell-session
    450 mininet-optical> server1 ping 192.168.1.3
    451 
     450mininet-optical> server1 ping 192.168.1.2
    452451}}}
    453452
     
    4554544. Try `ping` from `server1` to `server3`.
    456455
     456{{{#!shell-session
     457mininet-optical> server1 ping 192.168.1.2
     458}}}
     459
     460Observe the slightly longer RTT, reflecting the increased propagation time across two 22km fibers to
     461reach the "Central Cloud" data center.
     462
     463(Note that Mininet-Optical ROADMs are currently modeled using OvS switching in the Linux kernel, so each hop will add some delay that would not be seen on hardware.)
     464
    457465= Shutting down Mininet-Optical =
    458466