Visualizing traffic flow when using LinuxBridge
While an Ethernet frame travels from the virtual machine instance to a remote physical network, it passes through three or four of the following devices depending on the network type:
- The tap interface:
tapN
- The Linux bridge:
brqXXXX
- The VXLAN interface:
vxlan-Z
(wherez
is the VNI) - The VLAN interface:
ethX.Y
(whereX
is the interface andY
is the VLAN ID) - The physical interface:
ethX
(whereX
is the interface)
To help conceptualize how Neutron uses Linux bridges, a few examples of LinuxBridge architectures are provided in the following sections.
VLAN
Imagine a basic OpenStack cloud that consists of a single network on VLAN 100 for use with instances. The network architecture within the compute node resembles ...
Get Learning OpenStack Networking (Neutron) - 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.