Changes between Version 23 and Version 24 of GENIExperimenter/Tutorials/StitchingTutorial/Execute


Ignore:
Timestamp:
03/14/14 13:23:25 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v23 v24  
    4343In the ''"right-client"'' terminal issue:
    4444{{{
    45 right-client$ ping -c 20 192.168.1.2 -q
     45right-client$ ping -c 20 192.168.1.2
     46--- 192.168.1.2 ping statistics ---
     4720 packets transmitted, 20 received, 0% packet loss, time 19020ms
     48rtt min/avg/max/mdev = 65.143/68.522/132.324/14.640 ms
    4649}}}
    4750
    4851In the ''"left-client"'' terminal issue:
    4952{{{
    50 left-client$ ping -c 20 10.10.1.2 -q
     53left-client$ ping -c 20 10.10.1.2
     54--- 10.10.1.2 ping statistics ---
     5520 packets transmitted, 20 received, 0% packet loss, time 19000ms
     56rtt min/avg/max/mdev = 0.057/0.126/1.192/0.244 ms
    5157}}}
    5258
     
    7480
    7581
    76 '''6.'''  Time permitting. Let's exchange some layer 2 traffic by using PingPLus.
     82'''6.'''  Time permitting! Let's exchange some layer 2 traffic by using PingPLus.
    7783
    78 Add a third terminal window which is logged into the ''"server"'' host.  Determine the 2 Data Plane interfaces and shutdown the interfaces. Take note of the  MAC address for the 192.168.1.2 and 10.10.1.2 interfaces.
     84Add 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.
    7985{{{
    8086server$ sudo /sbin/ifconfig ethXXX 0
    8187server$ sudo /sbin/ifconfig ethYYY 0
    8288}}}
    83 In the ''"right-client"'' window issue:
     89In the ''"right-client"'' window shutdown the dataplane interface and run layer2 ping to ''"server's"'' MAC address (192.168.1.0 network):
    8490{{{
    8591right-client$ sudo /sbin/ifconfig ethXXX 0
     
    8793}}}
    8894
    89 In the ''"left-client"'' window issue:
     95In the ''"left-client"'' window shutdown the dataplane interface and run layer2 ping to ''"server's"'' MAC address (10.10.1.0 network):
    9096{{{
    9197left-client$ sudo /sbin/ifconfig ethYYY 0