Changes between Version 4 and Version 5 of Internal/OpenFlow/SandBoxSetup


Ignore:
Timestamp:
Jul 7, 2009, 9:26:17 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/SandBoxSetup

    v4 v5  
    16163 types of VLANs are used on the ORBIT testbed: CM, Control, and Data. While the CM VLAN spans across all 10 testbeds (Grid + 9 Sandboxes), each testbed has its own Control and Data VLANs. 
    1717
    18 On the NEC switch, the 3 VLANS and a trunk are assigned in the following manner, according to conventions used for networking the Sandboxes:
     18On the NEC switch, the 3 VLANS and a trunk are assigned according to conventions used for the ORBIT networks, except that 12 ports are allocated to each VLAN and trunk:
    1919
    20  ||Usage||Ports||VLAN ID||
    21  ||CM||1-4||3||
    22  ||Control||5-8||27||
    23  ||Data||9-12||28||
    24  ||Trunk||55-58||-||
     20 ||Usage||Ports||VLAN ID||       
     21 ||CM||1-12||3||
     22 ||Control||13-24||27||
     23 ||Data||25-36||28||
     24 ||Trunk||37-48||-||
    2525 
     26
    2627== DHCP  ==
    2728DHCP relay agents are only needed when the DHCP server and host are on separate VLANs. You don't need to configure the relay agent since the DHCP server is on the trunk connection and beyond the ASA. The ASA behaves as a router between the VLANs, and handles the relaying and VLAN tags.
    2829
     30There seems to be no way of configuring the switch to be a DHCP client. The switch's IP address was statically set on native VLAN 1 (Network). The commands for this are [wiki:Documentation/OpenFlow/SwitchConfiguration here].
    2931 
    3032== Static VLAN Configuration ==
    31 The steps assume you are already logged in and in privileged mode on the switch. Configuration of the CM VLAN (VLAN 3) is shown here.
     33Configuration of the CM VLAN (VLAN 3) is shown here.
    3234 
    3335 1. Create and name VLAN
     
    5456}}}
    5557 
    56  3. After repeating the steps for the Control and Data VLANs, configure the trunk ports:
     58 3. After repeating steps 1 and 2 for the Control and Data VLANs, configure the trunk ports:
    5759{{{
    5860!(config-if)# interface gi 0/45
     
    7375}}}
    7476
     77The native VLAN was set up later on -- look [wiki:Documentation/OpenFlow/SwitchConfiguration here] for native VLAN configuration.
     78
    7579== Setup ==
    7680A host is connected to a Control VLAN port (0/7), and the dhcp comes from trunk port 0/48. It will be able to bind to an address from Control, but not from any other VLAN. 
    7781
     82== Console ==
     83The convention used to wire the ports are:
     84 * Eth0 - DMZ (10.50.x.x)
     85 * Eth1 - Control (10.19.x.x)
    7886
     87Eth1 should be down because it compromises the routing table.   
     88 
    7989
    8090