Changes between Version 20 and Version 21 of Workshops/Sig Comm2022/Optical Tutorial
- Timestamp:
- Aug 16, 2022, 5:10:48 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/Sig Comm2022/Optical Tutorial
v20 v21 159 159 160 160 {{{#!shell-session 161 root@srv1-co1:~$ sudo ifconfig eno1 10.111.1.1 netmask 255.255.0.0 up162 root@srv1-lg1:~$ sudo ifconfig eno1 10.111.2.1 netmask 255.255.0.0 up163 root@srv2-lg1:~$ sudo ifconfig eno1 10.111.2.2 netmask 255.255.0.0 up161 root@srv1-co1:~$ sudo ifconfig DATA1 10.111.1.1 netmask 255.255.0.0 up 162 root@srv1-lg1:~$ sudo ifconfig DATA1 10.111.2.1 netmask 255.255.0.0 up 163 root@srv2-lg1:~$ sudo ifconfig DATA1 10.111.2.2 netmask 255.255.0.0 up 164 164 }}} 165 165 … … 171 171 172 172 {{{#!shell-session 173 native@srv1-lg1:~$ ping 192.168.1.3 174 PING 1 92.168.1.3 (192.168.1.3) 56(84) bytes of data.175 64 bytes from 1 92.168.1.3: icmp_seq=1 ttl=64 time=0.460ms176 64 bytes from 1 92.168.1.3: icmp_seq=2 ttl=64 time=0.423ms173 root@srv1-co1:~# ping 10.111.2.2 174 PING 10.111.2.2 (10.111.2.2) 56(84) bytes of data. 175 64 bytes from 10.111.2.2: icmp_seq=1 ttl=64 time=0.555 ms 176 64 bytes from 10.111.2.2: icmp_seq=2 ttl=64 time=0.508 ms 177 177 }}} 178 178 179 179 3. 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.180 4. 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. 181 181