docs/doc/source/datanet/openstack/static-vxlan.rst
Ron Stone 4b29310c6f Support DS rel-linking from STX
Change-Id: I5278866605ffd9b29ae2abe7d6e99606f6052423
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
2024-03-12 11:45:42 +00:00

2.3 KiB

Static VXLAN

The static unicast mode relies on the mapping of neutron ports to compute nodes to receive the packet in order to reach the .

starlingx

In this mode there is no multicast addressing and no multicast packets are sent from the compute nodes, neither is there any learning. In contrast to the dynamic mode, any packets destined to unknown MAC addresses are dropped. To ensure that there are no unknown endpoints the system examines the neutron port DB and gathers the list of mappings between port /IP addresses and the hostname on which they reside.

partner

Static is limited to use on one data network. If configured, it must be enabled on all OpenStack compute nodes.

Static Endpoint Distribution

Note

In the static mode there is no dynamic endpoint learning. This means that if a node does not have an entry for some destination address it will not create an entry even if it receives a packet from that device.

Workflow to Configure Static VXLAN Data Networks

Use the following workflow to create static VXLAN data networks and add segmentation ranges using the .

  1. Create a data network, see Adding Data Networks Using the CLI <adding-data-networks-using-the-cli>.
  2. Add segmentation ranges to static data networks, see Adding Segmentation Ranges Using the CLI <adding-segmentation-ranges-using-the-cli>.
  3. Establish routes between the hosts, see Adding and Maintaining Routes for a VXLAN Network <adding-and-maintaining-routes-for-a-vxlan-network>.

For more information on the differences between the dynamic and static modes, see Differences Between Dynamic and Static VXLAN Modes <differences-between-dynamic-and-static-vxlan-modes>.