
Applied M. Camp's comments on patchset 4. Also, some additional formatting changes such as tidying line ends <= 79 characters, reformatting very wide ascii table as list table to control line widths, etc. Resolved conflict in _includes/data-networks-overview.rest Change-Id: I8a2a80f21d3630849900e85dc2495da1668648af Signed-off-by: Ron Stone <ronald.stone@windriver.com> Signed-off-by: Stone <ronald.stone@windriver.com>
41 lines
1.8 KiB
ReStructuredText
41 lines
1.8 KiB
ReStructuredText
|
|
.. xoq1512159092473
|
|
.. _differences-between-dynamic-and-static-vxlan-modes:
|
|
|
|
==================================================
|
|
Differences Between Dynamic and Static VXLAN Modes
|
|
==================================================
|
|
|
|
This section summarizes the differences between dynamic and static VXLAN modes.
|
|
|
|
.. _differences-between-dynamic-and-static-vxlan-modes-table-exv-tbr-1bb:
|
|
|
|
.. list-table:: Differences between the Dynamic and Static VXLAN modes
|
|
:widths: auto
|
|
:header-rows: 1
|
|
|
|
* - Destination MAC\\mode
|
|
- Static VXLAN mode
|
|
- Dynamic VXLAN mode
|
|
* - Known MAC address
|
|
- Unicast packet is sent to destination worker node.
|
|
- Unicast packet is sent to destination worker node.
|
|
* - Unknown MAC address
|
|
- The packet is dropped.
|
|
- A multicast packet is sent to all registered nodes.
|
|
* - Broadcast MAC address
|
|
- #. If the packet is an IPv4 ARP packet, and the target IP address is
|
|
known, then a reply packet is created and sent to the originator
|
|
directly without involving the intended recipient or destination
|
|
VTEP node.
|
|
#. Otherwise the packet is cloned and a copy is sent to each
|
|
registered/known worker node on that data network.
|
|
- A multicast packet is sent to all registered nodes.
|
|
* - Multicast MAC address
|
|
- #. If the packet is an ICMPv6 ND packet, and the target IP address is
|
|
known, then a reply packet is created and sent to the originator
|
|
directly without involving the intended recipient or destination
|
|
VTEP node.
|
|
#. Otherwise the packet is cloned and a copy is sent to each
|
|
registered/known worker node on that data network.
|
|
- A multicast packet is sent to all registered nodes. |