Net App 4 – simple switching hub using Ryu controller

In this section, you will be learning about how a simple switch hub functions based on instructions on the Ryu controller. We shall be using the SDN hub starter kit VM in Chapter 5Setting Up the Environment, which has the Ryu controller along with Mininet. The switching hub, which shall be covered in this section, has various capabilities:

  • The ability to learn and retain the MAC addresses of hosts connected to any of its ports
  • The ability to forward packets to the port of a host whose MAC address has been learned earlier
  • The ability to flood packets on all its ports except the incoming ports for packets whose destination MAC address is not present in the MAC address table

In a simple ...

Get Software-Defined Networking with OpenFlow - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.