VXLANs — Open vSwitch 2.16.90 documentation
docs.openvswitch.org › en › latestA: By default, Open vSwitch will use the assigned IANA port for VXLAN,which is 4789. However, it is possible to configure the destination UDPport manually on a per-VXLAN tunnel basis. An example of this configurationis provided below.: $ ovs-vsctl add-br br0$ ovs-vsctl add-port br0 vxlan1 -- set interface vxlan1 type=vxlan \ options:remote_ip=192.168.1.2 options:key=flow options:dst_port=8472.