Configuration Example for Flood Mode Explicit
This configuration example shows how to configure VXLAN in flood mode
explicit:

Note
Only VXLAN specific commands has been listed here.configure virtual-network local-endpoint ipaddress 1.1.1.1 create virtual-network VNET1 flooding explicit-remotes configure virtual-network VNET1 vxlan vni 1 disable igmp snooping tenant1 configure virtual-network VNET1 add vlan tenant1
The following commands dictate tenant broadcast traffic to be sent to remote endpoints 2.2.2.2
and
3.3.3.3:
create fdb broadcast vlan tenant1 vxlan ipaddress 2.2.2.2 configure fdb broadcast vlan tenant1 add vxlan ipaddress 3.3.3.3
The unknown unicast and multicast tenant traffic is controlled by using the following command
options:
create fdb unknown-unicast …. create fdb unknown-multicast …