Changes between Version 43 and Version 44 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/DesignSetup


Ignore:
Timestamp:
08/18/14 19:04:59 (10 years ago)
Author:
xuan.liu@mail.umkc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/DesignSetup

    v43 v44  
    428428
    429429
    430 Once we have verified the routing functions for the virtual router, we add end hosts to validate the end-to-end communication.  As the figure shows below, we create the same four-node topology by loading `4node-v3.rspec` in Flack, and create two more VMs as a client and a server, and add two virtual links.  For client and server,  we select regular `Ubuntu 12.04` OS in the node information, so we need to install `iperf` separately. In this example, there are only two hosts need iperf installed, so one option is to login to each host, and manually install it by running
     430Once we have verified the routing functions for the virtual router, we add end hosts to validate the end-to-end communication.  As the figure shows below, we create the same four-node topology by loading `4node-v3.rspec` in Flack, and create two more VMs as a client and a server, and add two virtual links.  The links between end-hosts and edge routers are configured as below:
     431{{{
     432client ----- router-1: 192.168.10.0/24
     433server ----- router-3: 192.168.20.0/24
     434client: 192.168.10.11
     435server: 192.168.20.10
     436}}}
     437
     438
     439
     440For client and server,  we select regular `Ubuntu 12.04` OS in the node information, so we need to install `iperf` separately. In this example, there are only two hosts need iperf installed, so one option is to login to each host, and manually install it by running
    431441
    432442{{{
     
    439449[[Image(GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/DesignSetup:4node-add-endhosts.png)]]
    440450
    441 '''SAVE''' the new RSpec to `4node-v4.rspec`.
     451'''SAVE''' the new RSpec to `4node-v4.rspec`, when all nodes have been reserved.
    442452
    443453