Changes between Version 2 and Version 3 of Internal/OpenFlow/OrbitSwitches/sw-sb-top2
- Timestamp:
- Jul 14, 2010, 3:41:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/OrbitSwitches/sw-sb-top2
v2 v3 4 4 Both SB4 and SB9 are !OpenFlow SB's. For SB4, sw-sb-top will supply all ports. For SB9, the switch will provide CM, Control, and Application server links. 5 5 6 * CM: 17 ports (8 nodes for SB4, 7 for SB9) 6 * CM: 17 ports (2 for SB3, 8 for SB4, 7 for SB9) 7 * SB3 control: 2 to nodes, 1 to console 7 8 * SB4 control: 8 to nodes, 1 to console 8 9 * SB9 control: 7 to nodes, 1 to console and application server 9 * SB4 data: 8 ports 10 * SB3 data: 2 ports 11 * SB4 data: 8 ports (ideal) 10 12 * SB9 data: 1 to app server 11 13 12 The remaining ports are config'd as trunk links.14 Since we don't have enough ports, SB4 data will not have a full set of ports. 13 15 14 16 == VLANs == 15 17 VLAN 3 (CM) is consistent across all !SandBoxes. Each sb has its own Control and Data VLANs as such: 16 18 ||Testbed||Control VLAN||Data VLAN|| 17 ||sb4||17||18|| 18 ||sb9||27||28|| 19 ||SB3||15||16|| 20 ||SB4||17||18|| 21 ||SB9||27||28|| 19 22 20 23 == Port Assignments == 21 24 `show port vlan` output: 22 25 {{{ 23 26 Port Name Status Type VLAN … … 69 72 0/45 geth0/45 down Tunnel 18 (sb4_data) 70 73 0/46 geth0/46 down Tunnel 18 (sb4_data) 71 0/47 geth0/47 down Tunnel 18 (sb4_data)74 0/47 geth0/47 down Tunnel 28 (sb9_data) 72 75 0/48 geth0/48 down Trunk 1,3,15-18,27 73 0/49 tengeth0/49 down Access -74 0/50 tengeth0/50 down Access -75 76 }}} 76 77 … … 79 80 sw-sb-top2> cat /mnt/openflow.conf 80 81 setvsi 16 39,40,48.16 tcp 172.16.0.4:6633 dpid 0x001010163136 82 setvsi 18 41-46 tcp 172.16.0.4:6633 dpid 0x001010183138 81 83 }}} 82 84