Changes between Version 9 and Version 10 of Internal/OpenFlow/SandBoxSetup


Ignore:
Timestamp:
Jul 16, 2009, 9:33:34 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/SandBoxSetup

    v9 v10  
    4040Eth1 should be down because it compromises the routing table.   
    4141
    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) =
    4343The !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
    4444
     
    5454address 192.168.100.28
    5555netmask 255.255.255.0
    56 #  address 10.19.0.10
    57 #  netmask 255.255.0.0
    5856
    5957#auto eth1.27
     
    7371}}}
    7472
    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 
     73Eth1 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:
    7774{{{
    7875sw-sb09(config)# sh int gi 0/37
     
    9794}}}
    9895
    99 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 ping the controller's VLAN interfaces.
     96We 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.
    10097{{{
    10198sw-sb09(config-if)# interface vlan 27
     
    181178Directions on updating wireshark: http://www.openflowswitch.org/wk/index.php/Ubuntu_Install#Install_Wireshark_Dissector 
    182179
     180The logs in wireshark are a bit harder to interpret than the verbose outputs of the controller itsself:
     181[[Image(wiki:Documentation/OpenFlow/SandBoxSetup:)]]
     182
    183183The experiment was later recreated with the Sandbox nodes.
    184184