Changes between Version 4 and Version 5 of Internal/OpenFlow/SandBoxSetup
- Timestamp:
- Jul 7, 2009, 9:26:17 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/SandBoxSetup
v4 v5 16 16 3 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. 17 17 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:18 On 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: 19 19 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||-|| 25 25 26 26 27 == DHCP == 27 28 DHCP 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. 28 29 30 There 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]. 29 31 30 32 == 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.33 Configuration of the CM VLAN (VLAN 3) is shown here. 32 34 33 35 1. Create and name VLAN … … 54 56 }}} 55 57 56 3. After repeating the stepsfor 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: 57 59 {{{ 58 60 !(config-if)# interface gi 0/45 … … 73 75 }}} 74 76 77 The native VLAN was set up later on -- look [wiki:Documentation/OpenFlow/SwitchConfiguration here] for native VLAN configuration. 78 75 79 == Setup == 76 80 A 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. 77 81 82 == Console == 83 The convention used to wire the ports are: 84 * Eth0 - DMZ (10.50.x.x) 85 * Eth1 - Control (10.19.x.x) 78 86 87 Eth1 should be down because it compromises the routing table. 88 79 89 80 90