diff options
author | systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> | 2025-02-20 11:24:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 11:24:53 +0100 |
commit | bd737fcb66552301f447f8bff769a4b85324688e (patch) | |
tree | 809f6fa7de9b6c252395e424d772c435aafef663 /docs | |
parent | d972a7dbdf6adbac33724c4b966fa48a26338257 (diff) | |
download | vyos-documentation-bd737fcb66552301f447f8bff769a4b85324688e.tar.gz vyos-documentation-bd737fcb66552301f447f8bff769a4b85324688e.zip |
Update vxlan.rst
more wrong ports..
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/interfaces/vxlan.rst | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/configuration/interfaces/vxlan.rst b/docs/configuration/interfaces/vxlan.rst index 07a99f73..831870c5 100644 --- a/docs/configuration/interfaces/vxlan.rst +++ b/docs/configuration/interfaces/vxlan.rst @@ -31,10 +31,6 @@ If configuring VXLAN in a VyOS virtual machine, ensure that MAC spoofing (Hyper-V) or Forged Transmits (ESX) are permitted, otherwise forwarded frames may be blocked by the hypervisor. -.. note:: As VyOS is based on Linux and there was no official IANA port assigned - for VXLAN, VyOS uses a default port of 8472. You can change the port on a - per VXLAN interface basis to get it working across multiple vendors. - Configuration ============= @@ -327,10 +323,9 @@ multicast-address. set interfaces vxlan vxlan241 port 12345 -The destination port used for creating a VXLAN interface in Linux defaults to -its pre-standard value of 8472 to preserve backward compatibility. A -configuration directive to support a user-specified destination port to override -that behavior is available using the above command. +The destination port used for creating a VXLAN interface defaults to +4789. Aconfiguration directive to support a user-specified destination port +to override that behavior is available using the above command. Unicast VXLAN ============= @@ -350,5 +345,5 @@ set directly. Let's change the Multicast example from above: # leaf3 set interface vxlan vxlan241 remote 10.1.2.2 -The default port udp is set to 8472. +The default port udp is set to 4789. It can be changed with ``set interface vxlan <vxlanN> port <port>`` |