Changes between Version 20 and Version 21 of Workshops/Sig Comm2022/Optical Tutorial


Ignore:
Timestamp:
Aug 16, 2022, 5:10:48 PM (21 months ago)
Author:
zehaow
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/Sig Comm2022/Optical Tutorial

    v20 v21  
    159159
    160160{{{#!shell-session
    161 root@srv1-co1:~$ sudo ifconfig eno1 10.111.1.1 netmask 255.255.0.0 up
    162 root@srv1-lg1:~$ sudo ifconfig eno1 10.111.2.1 netmask 255.255.0.0 up
    163 root@srv2-lg1:~$ sudo ifconfig eno1 10.111.2.2 netmask 255.255.0.0 up
     161root@srv1-co1:~$ sudo ifconfig DATA1 10.111.1.1 netmask 255.255.0.0 up
     162root@srv1-lg1:~$ sudo ifconfig DATA1 10.111.2.1 netmask 255.255.0.0 up
     163root@srv2-lg1:~$ sudo ifconfig DATA1 10.111.2.2 netmask 255.255.0.0 up
    164164}}}
    165165
     
    171171
    172172{{{#!shell-session
    173 native@srv1-lg1:~$ ping 192.168.1.3
    174 PING 192.168.1.3 (192.168.1.3) 56(84) bytes of data.
    175 64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.460 ms
    176 64 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.423 ms
     173root@srv1-co1:~# ping 10.111.2.2
     174PING 10.111.2.2 (10.111.2.2) 56(84) bytes of data.
     17564 bytes from 10.111.2.2: icmp_seq=1 ttl=64 time=0.555 ms
     17664 bytes from 10.111.2.2: icmp_seq=2 ttl=64 time=0.508 ms
    177177}}}
    178178
    1791793. Switch to the long route (2-hop).
    180 4. Ping from {{{srv1-co1}}} to {{{srv2-lg1}}}. From {{{srv1-co1}}} to {{{srv1-lg1}}} should not be pingable at this moment.
     1804. Ping from {{{srv1-co1}}} to {{{srv2-lg1}}}(10.111.2.2). From {{{srv1-co1}}} to {{{srv1-lg1}}}(10.111.2.1) should not be pingable at this moment.
    181181