Changes between Version 14 and Version 15 of GEC21Agenda/ScalingUp/Procedure/DesignSetup


Ignore:
Timestamp:
10/21/14 07:52:50 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v14 v15  
    6161  `more`, `emacs`, `vi`).
    6262      a. Can you find each node?  Can you find the router node?  The host nodes? 
    63       b. Which interface is the Shared VLAN on?  Find where the IP address for that interface is set and change the IP to be `10.100.Y.X` where Y and X are provided on your worksheet. '''Or do in Jacks and download the IP address?'''
     63      b. Which interface is the Shared VLAN on?  Find where the IP address for that interface is set and change the IP to be `10.100.Y.X` where `Y` and `X` are provided on your worksheet. '''Or do in Jacks and download the IP address?'''
     64
     65For example, in the following snippet, the `scalingup` shared VLAN is on interface `rt-1:if3`:
     66{{{
     67  <link client_id="lan2">
     68    <interface_ref client_id="rt-1:if3"/>
     69    <link_type name="lan"/>
     70    <sharedvlan:link_shared_vlan name="scalingup"/>
     71  </link>
     72}}}
     73
     74The corresponding interface section originally looks like:
     75{{{
     76    <interface client_id="rt-1:if3">
     77      <ip address="10.7.3.1" netmask="255.255.255.0" type="ipv4"/>
     78    </interface>
     79}}}
     80
     81But will be modified to look like:
     82{{{
     83    <interface client_id="rt-1:if3">
     84      <ip address="10.100.2.107" netmask="255.255.255.0" type="ipv4"/>
     85    </interface>
     86}}}
    6487
    6588