Changes between Version 20 and Version 21 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/DesignSetup


Ignore:
Timestamp:
08/14/14 14:02:00 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v20 v21  
    9090== b. Manually Configure OSPF for XORP ==
    9191
    92 In this tutorial, we configure each VM as an virtual router running `OSPF` routing protocol.  Examples of `XORP` configurations can be found at [http://www.xorp.org/getting_started.html XORPExamples]. For each VM running as a software router, the `OSPF` configuration file is named `ospfd.conf` and stored in `/etc/xorp/`.
     92In this tutorial, we configure each VM as an virtual router running `OSPF` routing protocol.  Examples of `XORP` configurations can be found at [http://www.xorp.org/getting_started.html XORPExamples]. For each VM running as a software router, the `OSPF` configuration file will be named `ospfd.conf` and stored in `/etc/xorp/`.
    9393
    9494We first configure `OSPF` on `router-1`. The configuration file can be downloaded from [http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/DesignSetup/r1-ospf.conf here].
     95
     96To do that create the `/etc/xorp` directory:
     97{{{
     98sudo mkdir /etc/xorp
     99}}}
     100Then place the downloaded file in that directory. 
    95101
    96102There are several key information we observed by manually creating the `OSPF` configuration file for `router-1`.