| 1 | = Outdoor switch. = |
| 2 | == Testbed switch layout == |
| 3 | 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. |
| 4 | |
| 5 | * CM: 17 ports (2 for SB3, 8 for SB4, 7 for SB9) |
| 6 | * SB3 control: 2 to nodes, 1 to console |
| 7 | * SB4 control: 8 to nodes, 1 to console |
| 8 | * SB9 control: 7 to nodes, 1 to console and application server |
| 9 | * SB3 data: 2 ports |
| 10 | * SB4 data: 8 ports (ideal) |
| 11 | * SB9 data: 1 to app server |
| 12 | |
| 13 | Since we don't have enough ports, SB4 data will not have a full set of ports. |
| 14 | |
| 15 | == VLANs == |
| 16 | VLAN 3 (CM) is consistent across all !SandBoxes and outdoor testbeds. As with the SB's outdoor has its own Control and Data VLANs as such: |
| 17 | ||Control VLAN||Data VLAN|| |
| 18 | ||29||30|| |
| 19 | |
| 20 | == Port Assignments == |
| 21 | [[Image(IP8800-outdoor.tif)]] |
| 22 | |
| 23 | ||Ports||VLAN(s)||Color(legend)|| |
| 24 | ||0/1-12||3||green|| |
| 25 | ||0/13-24||29||blue|| |
| 26 | ||0/25-36||30||red|| |
| 27 | ||0/37-48||1,3,29-30||violet|| |
| 28 | |
| 29 | == !OpenFlow configs == |
| 30 | The data vlan is OF virtual switches. |
| 31 | {{{ |
| 32 | vlan ports secure channel |
| 33 | ---- ----- -------------- |
| 34 | 30 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 disconnected |
| 35 | 48.30 |
| 36 | }}} |
| 37 | {{{ |
| 38 | > cat /mnt/openflow.conf |
| 39 | setvsi 30 25-36,48.30 tcp 172.16.0.4:6633 dpid 0x001010303330 |
| 40 | }}} |