Configuration Example for Flood Mode Standard

This configuration example shows how to configure VXLAN in flood mode standard:

Note

Note

Only VXLAN-specific commands are shown.
configure virtual-network local-endpoint ipaddress 1.1.1.1
create virtual-network VNET1
configure virtual-network VNET1 vxlan vni 1
disable igmp snooping tenant1
configure virtual-network VNET1 add vlan tenant1
enable ospf vxlan-extensions
Remote endpoints are learned dynamically using OSPF VXLAN extensions. These are not saved to the configuration. Alternately, you can create a static remote endpoint using the following commands:
create virtual-network remote-endpoint vxlan ipaddress 2.2.2.2
configure virtual-network VNET1 add remote-endpoint vxlan ipaddress 2.2.2.2

Issuing the preceding commands on an existing dynamic remote endpoint changes it to a static remote endpoint. Static remote endpoints are saved to the configuration and persistent across reboots.