OpenFlow Starter Tutorial Lab #1
Figure 1. The topology for the lab simulates in software the same capabilities you can get in hardware thanks to OpenvSwitch.[/crayon] This setup allows you to add and remove as many matches into the API calls and tinker with them to get a feel once you nail down the basics. Then you can write the next “killer app” get rich …
Cisco Networkers Live CLUS or whatever we call it now SDN Predictions
I was emailing with my buddy Roy at SDN Central http://www.sdncentral.com/ about it would be fun to see a poll for people to guess what Cisco will do with their big SDN announcement. I jotted down four options that are all in the realm of possibility, or at least the same realm of if SDN makes sense and will adopt. Let’s say solar-system …
The Northbound API- A Big Little Problem
The Northbound API- A Big Little Problem : What is a Northbound API (Application Programming Interface) in SDN? The Northbound API is available on a SDN controller that allows for applications to interact with the controller. The controller in turn, interacts with the network hardware through the OpenFlow protocol to manipulate the flow tables and send instructions to the underlying network substrate. …