October 2015
Intermediate to advanced
282 pages
5h 40m
English
As the devices connected to the virtual Network start to communicate with each other, the virtual switch on the Compute node learns the MAC addresses of the network interfaces. In this recipe, we will learn how to view the MAC address table of a virtual switch on an OpenStack Compute node.
For this recipe, you will require the following information:
The following steps will show you how to check the MAC address table on the virtual switch:
ovs-appctl fdb/show command to view the MAC addresses learned by the Open vSwitch instance:ovs-appctl fdb/show br-intRead now
Unlock full access