Changes between Version 53 and Version 54 of GEC17Agenda/AdvancedOpenFlow/Procedure/Execute


Ignore:
Timestamp:
03/09/14 21:41:08 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/AdvancedOpenFlow/Procedure/Execute

    v53 v54  
    3333=== 2.2. Setup your nodes ===
    3434 
    35   - '''2.2.1''' Check that all interfaces on the `switch` and on the `aggregator` are configured: Issue `/sbin/ifconfig` and make sure eth1, eth2, eth3 are up and assigned with valid IP addresses. [[BR]]
    36        On the `switch` node note which interfaces have the following IP addresses:
    37        * 192.168.2.1(left)
    38        * 192.168.3.1(right)
     35  * '''2.2.1''' Check that all interfaces on the `switch` and on the `aggregator` are configured: Issue `/sbin/ifconfig` and make sure eth1, eth2, eth3 are up and assigned with valid IP addresses. [[BR]]
     36[[Image(GENIExperimenter/Tutorials/Graphics:warning-icon-hi.png,2%)]] You may not be able to see all interfaces up immediately when node "Switch" is ready; wait for some more time (about 1 min) then try "ifconfig" again. On the `switch` node note which interfaces have the following IP addresses:
     37         {{{
     38     192.168.2.1(left)
     39     192.168.3.1(right)
     40}}}
    3941
    40   - '''2.2.2''' Setup the `switch` and the `aggregator`
     42  * '''2.2.2''' Setup the `switch` and the `aggregator`
    4143
    4244 On the Aggregator Node run
     
    6971
    7072   - '''2.3.2''' On the terminal where you are logged in on node "Switch", rerun "ifconfig" to see the IP addresses on each interface.
    71     [[BR]][[Image(GENIExperimenter/Tutorials/Graphics:warning-icon-hi.png,5%)]] You may not be able to see all interfaces up immediately when node "Switch" is ready; wait for some more time (about 1 min) then try "ifconfig" again.
     73    [[BR]]
    7274   - '''2.3.3''' Identify the two interfaces that you want to monitor: the interfaces with IP addresses 192.168.2.1(left) and 192.168.3.1(right) respectively. On the !LabWiki page, in your ruby script, find the following lines:
    7375{{{