August 2018
Beginner
462 pages
12h 36m
English
To enable support for the L2 population driver, the l2_population configuration option must be set to true. Update the l2_population configuration option in the [vxlan] section of the ML2 configuration file accordingly on controller01 and compute01:
[vxlan]...l2_population = true
A useful feature of the L2 population driver is its ARP responder functionality that helps avoid the broadcasting of ARP requests across the overlay network. Each compute node can proxy ARP requests from virtual machines and provide them with replies, all without that traffic leaving the host.
To enable the ARP responder, update the following configuration option:
[vxlan]...arp_responder = true
The ARP responder has known incompatibilities with the ...
Read now
Unlock full access