Managing an Ethernet switch in an SDN Environment
OpenDaylight uses the SNMP4SDN plugin to manage Ethernet switches in the SDN Environments. The SNMP4SDN plugin will let you configure the forwarding tables and ACL of the Ethernet switches by using the SNMP plugin.
Getting ready
This recipe requires an OpenDaylight Beryllium distribution and you will need to download the recipe folder from this book's GitHub repository. In this recipe, you will learn how OpenDaylight can be used to install flow configurations in Ethernet switches and to manage different Ethernet switches provided by different vendors.
How to do it...
Perform the following steps:
- Start the OpenDaylight distribution using the
karaf
script. Using this client will give you access to the Karaf CLI:
$ cd distribution-karaf-0.4.1-Beryllium-SR1/ $ ./bin/karaf ________ ________ .__ .__ .__ __ \_____ \ ______ ____ ____ \______ \ _____ ___.__.| | |__| ____ | |___/ |_ / | \\____ \_/ __ \ / \ | | \\__ \< | || | | |/ ___\| | \ __\ / | \...