Book Image

Software-Defined Networking with OpenFlow - Second Edition

By : SIAMAK AZODOLMOLKY, Oswald Coker
Book Image

Software-Defined Networking with OpenFlow - Second Edition

By: SIAMAK AZODOLMOLKY, Oswald Coker

Overview of this book

OpenFlow paves the way for an open, centrally programmable structure, thereby accelerating the effectiveness of Software-Defined Networking. Software-Defined Networking with OpenFlow, Second Edition takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage. The aim of this book is to help you implement OpenFlow concepts and improve Software-Defined Networking on your projects. You will begin by learning about building blocks and OpenFlow messages such as controller-to-switch and symmetric and asynchronous messages. Next, this book will take you through OpenFlow controllers and their existing implementations followed by network application development. Key topics include the basic environment setup, the Neutron and Floodlight OpenFlow controller, XORPlus OF13SoftSwitch, enterprise and affordable switches such as the Zodiac FX and HP2920. By the end of this book, you will be able to implement OpenFlow concepts and improve Software-Defined Networking in your projects.
Table of Contents (17 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Free Chapter
1
Software-Defined Networks

SDN Hub starter VM kit


SDN Hub created a starter kit tutorial VM, which comprises various components that will facilitate SDN development.

The VM is Ubuntu 64-bit based, which is preinstalled with various software and tools. Some of the tools installed are as follows:

  • Controllers: OpenDaylight, ONOS, RYU, Floodlight, Floodlight-OF1.3, POX, and Trema
  • Open VSwitch 2.3, which also supports OpenFlow 1.2, 1.3, and 1.4, LINC Switch
  • Mininet
  • Pyretic
  • Wireshark 1.12.1 with native support for OpenFlow parsing
  • JDK 1.8, Eclipse Luna, and Maven 3.3

The VM can be downloaded from https://github.com/PacktPublishing/-Software-Defined-Networking-with-OpenFlow.

The preceding screenshot shows the layout of the VM with Wireshark open and Mininet started.

Note

The username and password for the VM is Ubuntu. Start your applications such as Wireshark and Mininet using the sudo command, for example, sudo wireshark & and sudo mn.