Changes between Version 20 and Version 21 of Tutorials/Optical/Mininet Optical Tutorial1
- Timestamp:
- Jul 27, 2022, 4:02:26 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Optical/Mininet Optical Tutorial1
v20 v21 445 445 446 446 1. Establish Connection ToR1<->ToR2. 447 2. Try `ping` from `server1` to `server 3`:447 2. Try `ping` from `server1` to `server2`: 448 448 449 449 {{{#!shell-session 450 mininet-optical> server1 ping 192.168.1.3 451 450 mininet-optical> server1 ping 192.168.1.2 452 451 }}} 453 452 … … 455 454 4. Try `ping` from `server1` to `server3`. 456 455 456 {{{#!shell-session 457 mininet-optical> server1 ping 192.168.1.2 458 }}} 459 460 Observe the slightly longer RTT, reflecting the increased propagation time across two 22km fibers to 461 reach 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 457 465 = Shutting down Mininet-Optical = 458 466