Day 20: Implementation of architecture using Zodiac FX switches 101
Up until now, we have seen how to emulate the SDN controller architecture on software switches on Mininet. Now, we shall look at if we can implement the same architecture on hardware switches namely - Zodiac FX. Zodiac FX switches are one of the most commonly used SDN enabled switches in research test beds. Refer to the Zodiac FX user guide to get an idea how it looks, what ports it can be connected to and how to set it up. To connect the Zodiac FX switch to your computer, follow the below instructions: Connect the USB cable on one side to Zodiac FX and on the other side to the computer Install Putty on your machine > sudo apt install putty Open a terminal and see on what port your Zodiac FX switch is connected > dmesg | grep tty The above command displays all devices connected to your tty ports. By default the Zodiac FX connects to the ttyACM0 port on a Linux based machine Open putty > sudo putty A window is displayed, select 'Serial' in connection t...