Changes between Version 9 and Version 10 of Internal/OpenFlow/SandBoxSetup
- Timestamp:
- Jul 16, 2009, 9:33:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/SandBoxSetup
v9 v10 40 40 Eth1 should be down because it compromises the routing table. 41 41 42 = = Making the controller from the !OpenFlow Reference System Code. (7/14, 7/15) ==42 = Making the controller from the !OpenFlow Reference System Code. (7/14, 7/15) = 43 43 The !OpenFlow reference system contains code for a controller that makes an !OpenFlow switch into a learning switch. This was built (but not installed) on the Console by following instructions on the !OpenFlow site: http://www.openflowswitch.org/wk/index.php/Ubuntu_Install 44 44 … … 54 54 address 192.168.100.28 55 55 netmask 255.255.255.0 56 # address 10.19.0.1057 # netmask 255.255.0.058 56 59 57 #auto eth1.27 … … 73 71 }}} 74 72 75 Eth1 was then connected to a reconfigured trunk port that allowed VLANs 27,28, and 100. The commands used for re-configuring trunk port 0/37: 76 73 Eth1 was then connected to a reconfigured trunk port that allowed VLANs 27,28, and 100. The IP's for the VLAN interfaces were assigned arbitrarily within the same subnet as the ones set for Sandbox9. The commands used for re-configuring trunk port 0/37: 77 74 {{{ 78 75 sw-sb09(config)# sh int gi 0/37 … … 97 94 }}} 98 95 99 We later realized that VLAN interfaces for VLANs 27 and 28 also need to be assigned I p addresses in order for the switch to be able to pingthe controller's VLAN interfaces.96 We later realized that VLAN interfaces for VLANs 27 and 28 also need to be assigned IP addresses in order for the switch to be able to communicate with the controller's VLAN interfaces. 100 97 {{{ 101 98 sw-sb09(config-if)# interface vlan 27 … … 181 178 Directions on updating wireshark: http://www.openflowswitch.org/wk/index.php/Ubuntu_Install#Install_Wireshark_Dissector 182 179 180 The logs in wireshark are a bit harder to interpret than the verbose outputs of the controller itsself: 181 [[Image(wiki:Documentation/OpenFlow/SandBoxSetup:)]] 182 183 183 The experiment was later recreated with the Sandbox nodes. 184 184