Changes between Version 12 and Version 13 of Workshops/Sig Comm2022/Mininet Optical


Ignore:
Timestamp:
Aug 19, 2022, 1:14:33 PM (2 years ago)
Author:
rajag
Comment:

Legend:

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

    v12 v13  
    449449}}}
    450450
    451 3. Configure Ethernet interfaces and assign IP addresses:
     4513. [=#point3]Configure Ethernet interfaces and assign IP addresses:
    452452
    453453{{{#!bash
     
    498498
    4994991. Open another terminal window and login to the node; using the same steps you used to open a new terminal window previously. Jump to the section on opening another terminal window [#point1 here]
    500 2. Now, `~/mininet/util/m` can be used to 'log in' to any one of the servers much as you would with `ssh`. So you can ping any two servers. Let's try to ping srv1-lg1 from srv1-co1 like below. Note that we have assigned the address 192.168.1.2 to srv1-lg1 in the `config-sigcommtutorial.sh` file.
     5002. Now, `~/mininet/util/m` can be used to 'log in' to any one of the servers much as you would with `ssh`. So you can ping any two servers. [[BR]]
     501    Let's try to ping srv1-lg1 from srv1-co1 like below. Note that we previously assigned the address 192.168.1.2 to srv1-lg1 in the `config-sigcommtutorial.sh` file [#point3 here]
    501502{{{#!shell-session
    502503root@<node>:~/mininet-optical# ~/mininet/util/m srv1-co1 ping 192.168.1.2