460 likes | 595 Views
Using OpenFlow and Orbit to Achieve Mobility in a Heterogeneous Wireless Network. Ryan Izard rizard@g.clemson.edu GREE-SC2014 Iowa State University. Outline. A brief overview of software defined networking (SDN) and OpenFlow (OF)
E N D
Using OpenFlow and Orbit to Achieve Mobility in a Heterogeneous Wireless Network Ryan Izard rizard@g.clemson.edu GREE-SC2014 Iowa State University
Outline A brief overview of software defined networking (SDN) and OpenFlow (OF) OF controller and OF switch software components and interaction The Floodlight (FL) OF controller Achieving IP Mobility with OF Tutorial / Walk-through
What is SDN? • Physical separation of network control plane from forwarding/data plane • Network control • Centrally managed • Directly programmable • Network infrastructure • Abstracted from applications
How Does SDN Work? API Feature A API Feature B API Feature C Network Operating System Packet Forwarding Packet Forwarding PacketForwarding Packet Forwarding Packet Forwarding
What Is OpenFlow? • Link between SDN control and infrastructure layers • OF-enabled infrastructure communicates with an OF controller via the OF protocol
How Does OF Work? User Applications Network Services Custom Services APIs OpenFlow Controller Packet Forwarding Packet Forwarding PacketForwarding Packet Forwarding Packet Forwarding
Basic SDN packet handling example OpenFlow Controller
Basic SDN packet handling example OpenFlow Controller User 2 User 1
Basic SDN packet handling example OpenFlow Controller User 2 User 1
Bottom-Up: An OF-Enabled Switch Power On Bootloader OF-Enabled OS time Control Path OpenFlow Data Path / Switching Hardware Flow Table
OF Switch Connection to Controller Controller Network Services Custom Services APIs OpenFlow Controller (e.g. Floodlight, NOX, etc.) OS (e.g. Linux, Mac, Windows, etc.) Control Path OpenFlow Data Path / Switching Hardware Flow Table Hardware
OF Switch Connection to Controller • Switch probes for controller • Configured with controller IP/port (6633/6653) • Connection established via TCP/TLS • Standalone or secure modes • Controller can learn topology • Packet-out LLDP • Devices and other participating OF switches discovered and mapped
Application Connection to Controller Controller Application Requesting Controller Service(s) OpenFlow Controller (e.g. Floodlight, NOX, etc.) Interface to Controller (e.g. REST) OS (e.g. Linux, Mac, Windows, etc.) OS (e.g. Linux, Mac, Windows, etc.) Network Services Custom Services APIs Hardware Hardware
Application Connection to Controller • Controller-dependent • Floodlight provides REST API • JSON • Modify or query running configuration • Expandable with custom modules • Options are vast with open-source • Customize controller APIs and behavior • User-application-independent (e.g. a transparent network service like SOS)
The Floodlight OpenFlow Controller Open-source OF controller Sponsored and supported by Big Switch Networks Written in Java and easily used with Eclipse Modifiable and expandable to suit any application via modules Large developer community and support group
Floodlight Modules • What is a Floodlight (FL) module? • FL service that reacts to switch/controller events, manages running switches, and/or manages controller configuration • Java package • FL ships with many modules, but custom modules are supported • Modules can work collaboratively and be chained to achieve desired results
Floodlight Architecture Execute Parse module list Load modules Start REST service Start FL Provider Service (Core) time FL Modules (e.g. Forwarding, DHCP, Your_Module, etc.) REST Service FL Provider Service
Customizing Floodlight Behavior • Off-the-shelf, the FL controller mimics traditional learning switch behavior for all connected switches • Custom modules allow for advanced SDN applications/behaviors • SOS, HetNet Mobility, GENI Cinema, etc. • Add your custom modules here too! • REST API allows third party apps to query and modify the running configuration of FL
How can Software Defined Networking and OpenFlow be Used to Achieve a Vertical Handover?
Part I: Design/Setup • Use OpenFlow to perform L2 handoff • Part II: Execute • Configure and initialize software and scripts • Execute handoff experiment • Part III: Finish • Determine results • Kill processes • Shutdown node and logout
Mobility Over Heterogeneous Networks • Provide mobility for clients over IPv4 • Entirely SDN and OF-based solution • Network-level • Migration detection • IP address assignment and management • Packet routing • Client-level • Packet routing • Interface switching • Transparent service to application
Mobility Over Heterogeneous Networks • Network-Level, Mobile IP: • Home/Foreign Agents OpenFlow Controller • Mobile IP tunnelsOpenFlow flows • DHCP server on OpenFlow controller • Client-Level, Vertical Handoff: • Change physical interface broken socket • Open vSwitch + Floodlight OF controller • Manage the physical interfaces via SDN • End-user sees “always-up” virtual interface
Client Connects to WiMAX Client-Level
Client Connects to WiMAX Controller and DHCP Server Network-Level
Client Uses WiMAX Network Controller and DHCP Server Network-Level
Client Migrates Controller and DHCP Server Network-Level
Client Switches to WiFi Interface Client-Level
Network Responds to Handover Controller and DHCP Server Network-Level
Client Connection Rerouted to WiFi Controller and DHCP Server Network-Level
Mobility Over Heterogeneous Networks Client-Level
Part I: Design/Setup • Use OpenFlow to perform L2 handoff • Part II: Execute • Configure and initialize software and scripts • Execute handoff experiment • Part III: Finish • Determine results • Kill processes • Shutdown node and logout
Configure Experiment • Experiment is a simple ping to demonstrate a vertical handoff between a WiFi and a WiMAXinterface on a node in the Orbit grid testbed • Detailed instructions: • http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/WiMAXOpenFlow • GREE-SC2014 group and node assignments: • http://tinyurl.com/greesc2014-d7-node-info
Configure Experiment • Enable WiMAX for your GENI project • Login to GENI at portal.geni.net • Scroll down to the Tools section and select WiMAX • Select the button to enable WiMAX for your project (GREESC14) • Click Submit • Note your username
Configure Experiment • You should be able to login to the Orbit testbed for your project • eval`ssh-agent –s` • ssh-add /path/to/private/key • Open two separate terminal windows and in each SSH to Orbit • sshusername@console.grid.orbit-lab.org
Configure Experiment • Load AP image onto node • omfload -o 1200 -i rizard-greesc2014-ap.ndz -t node11-11 • Load Server image onto node • omf load -o 1200 -irizard-greesc2014-server.ndz -t node10-10 • Load Client image onto node • omf load -o 1200 -irizard-greesc2014-client.ndz -t <client-node> • Power off and boot nodes • omf tell -a offh -t node11-11,node10-10,<client-node> • omf tell -a on -t node11-11,node10-10,<client-node> Do NOT Complete at GREE-SC2014 It’s Already Been Done For You
Configure Experiment • Setup AP node (Already done for GREE-SC2014) • ssh root@node11-11 • Start: ./gec20_setup_ap.sh • Setup Server node (Already done for GREE-SC2014) • ssh root@node10-10 • Start: ./StartupScripts/gec20_setup.sh • ARP: ./StartupScripts/arp_add_list.sh • Setup Client node – Your Turn! • ssh root@<client-node> • Disable Floodlight’s forwarding module • Configure startup and switching scripts • Start: ./StartupScripts/gec20_setup.sh
Part I: Design/Setup • Use OpenFlow to perform L2 handoff • Part II: Execute • Configure and initialize software and scripts • Execute handoff experiment • Part III: Finish • Determine results • Kill processes • Shutdown node and logout
Execute Experiment • WiFiflows are installed as “initial flows” when setup script is run. • In a new terminal, start a ping to the server IP, 10.41.105.105. The packets will be switched out the WiFi interface. • Run the WiMAX switching script. The ping packets will be switched out the WiMAX interface. ./SwitchingScripts/gec20_switch_to_wimax.sh • You’ve performed a handoff! Want proof? View the flows and packet counts on each OVS bridge before and after an interface-switch. • Alternate inferfaces and switch back to WiFi. ./SwitchingScripts/gec20_switch_to_wifi.sh
Part I: Design/Setup • Use OpenFlow to perform L2 handoff • Part II: Execute • Configure and initialize software and scripts • Execute handoff experiment • Part III: Finish • Determine results • Kill processes • Shutdown node and logout
Teardown Experiment • When the experiment is done, on the Client node stop the Floodlight controller, stop OVS: ./StartupScripts/gec20_teardown.sh • On the Server node: ./StartupScripts/gec20_teardown.sh • Exit all SSH connections to nodes and power off resources: omf tell -a offh -t all • Exit Orbit console SSH connections.