Changes between Version 4 and Version 5 of GEC21Agenda/ScalingUp/BackboneSetup


Ignore:
Timestamp:
12/15/14 16:11:03 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/BackboneSetup

    v4 v5  
    33
    44 1. Do the same pre-work as the students. [../Procedure/DesignSetup#a2.1Pre-work:Installgeni-lib Prework]
    5  1. Download `bkbone1.txt` and bkbone2.txt to your local machine.
     5 1. Download `bkbone1.txt` to your local machine.
    66 1. Run the `scaleup` tool on each to generate `bkbone1.xml` and `bkbone2.xml`:
    77{{{
     
    2020omni -V 3 -a stanford-ig poa bkbone1 geni_sharelan --optionsfile lan_options_stitch0.json
    2121}}}
     22
     23== Extra Backbone ==
     24 1. Download `bkbone2.txt`, create `bkbone2.xml`, and reserve the topology in a different slice (we'll called it `bkbone2`).
     25 1. When all three nodes in the topology are ready, test connectivity between nodes.
     26    a. Login to `web1` and ping `10.100.2.2`.
     27    a. Login to `rt2` and ping `10.100.1.1`.
     28 1. Download `lan_options.json` and `lan_option_stitch0.json`
     29 1. Share a VLAN at each of the three sites:
     30{{{
     31omni -V 3 -a gpo-ig poa bkbone2 geni_sharelan --optionsfile lan_options.json
     32omni -V 3 -a nysernet-ig poa bkbone2 geni_sharelan --optionsfile lan_options.json
     33omni -V 3 -a missouri-ig poa bkbone2 geni_sharelan --optionsfile lan_options_stitch0.json
     34}}}