Changes between Version 30 and Version 31 of GENIExperimenter/Tutorials/StitchingTutorial/Execute


Ignore:
Timestamp:
06/06/14 14:19:28 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/StitchingTutorial/Execute

    v30 v31  
    8383'''6.'''  Time permitting! Let's exchange some layer 2 traffic by using PingPLus.
    8484
    85 Add a third terminal window which is logged into the ''"server"'' host.  Determine the 2 Data Plane interfaces and shutdown the two interfaces. Take note of the  MAC address for the 192.168.1.2 and 10.10.1.2 interfaces and start the ping listener.
     85Add a third terminal window which is logged into the ''"server"'' host.  Determine the 2 Data Plane interfaces and remove the IP of the two interfaces. Take note of the  MAC address for the 192.168.1.2 and 10.10.1.2 interfaces and start the ping listener.
    8686{{{
    8787server$ sudo /sbin/ifconfig ethXXX 0
     
    9191  ''Note:'' A ping listener process was started for you by the installation script.
    9292
    93 In the ''"right-client"'' window shutdown the dataplane interface (ethXXX) and run layer2 ping to ''"server's"'' MAC address (192.168.1.0 network) via the ethXXX interface:
     93In the ''"right-client"'' window remove the IP from the dataplane interface (ethXXX) and run layer2 ping to ''"server's"'' MAC address (XX:XX:XX:XX:XX:XX) for the 192.168.1.0 network via the ethXXX interface:
    9494{{{
    9595right-client$ sudo /sbin/ifconfig ethXXX 0
     
    9797}}}
    9898
    99 In the ''"left-client"'' window shutdown the dataplane interface (ethYYY) and run layer2 ping to ''"server's"'' MAC address (10.10.1.0 network) via the ethYYY interface:
     99In the ''"left-client"'' window remove the IP from the dataplane interface (ethYYY) and run layer2 ping to ''"server's"'' MAC address (YY:YY:YY:YY:YY:YY) for the 10.10.1.0 network via the ethYYY interface:
    100100{{{
    101101left-client$ sudo /sbin/ifconfig ethYYY 0