Changes between Version 17 and Version 18 of GEC21Agenda/ScalingUp/Procedure/DesignSetup


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure/DesignSetup

    v17 v18  
    6161  `more`, `emacs`, `vi`).
    6262      a. Can you find each node?  Can you find the router node?  The host nodes?
    63   a. Load the RSpec in your favorite tool.  Find the shared VLAN (it usually looks like a link with only one end point).
     63  a. Load the RSpec in your favorite tool (e.g. Jacks, jFed).  Find the shared VLAN (it usually looks like a link with only one end point).
    6464      a. Change the IP address of the shared VLAN to be `10.100.Y.X` where `Y` and `X` are provided on your worksheet.
    6565  a. Bind the Site to the aggregate listed on your worksheet.
    6666  a. Save this RSpec.
     67
     68=== 3.3 Reserve Topology ===
    6769  a. Reserve the resources
    68 
    69 {{{
    70 !#comment
    71 For example, in the following snippet, the `scalingup` shared VLAN is on interface `rt-1:if3`:
    72 {{{
    73   <link client_id="lan2">
    74     <interface_ref client_id="rt-1:if3"/>
    75     <link_type name="lan"/>
    76     <sharedvlan:link_shared_vlan name="scalingup"/>
    77   </link>
    78 }}}
    79 
    80 The corresponding interface section originally looks like:
    81 {{{
    82     <interface client_id="rt-1:if3">
    83       <ip address="10.7.3.1" netmask="255.255.255.0" type="ipv4"/>
    84     </interface>
    85 }}}
    86 
    87 But will be modified to look like:
    88 {{{
    89     <interface client_id="rt-1:if3">
    90       <ip address="10.100.2.107" netmask="255.255.255.0" type="ipv4"/>
    91     </interface>
    92 }}}
    93 }}}
    94    
    95 === 3.3 Reserve Topology ===
    96    a. Using your favorite tool (Jacks, jFed), reserve the generated RSpec (`siteX.xml`) at the aggregate
    97    listed on your worksheet.
    98    a. Wait for the topology to come up.
     70  a. Wait for the topology to come up.
    9971
    10072