summaryrefslogtreecommitdiff
path: root/docs/interfaces
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2019-05-19 22:23:25 +0200
committerrebortg <github@ghlr.de>2019-05-19 22:23:25 +0200
commit72d55cc77965857d2a404b5fa32715445008aa53 (patch)
tree37304d4ce09f8c33be789d5a657973d442276403 /docs/interfaces
parent0dd6c484d4b170e496a24de5f0e041a66a553120 (diff)
downloadvyos-documentation-72d55cc77965857d2a404b5fa32715445008aa53.tar.gz
vyos-documentation-72d55cc77965857d2a404b5fa32715445008aa53.zip
add vxlan unicast example
Diffstat (limited to 'docs/interfaces')
-rw-r--r--docs/interfaces/vxlan.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/interfaces/vxlan.rst b/docs/interfaces/vxlan.rst
index 4755b7c4..16b56b3b 100644
--- a/docs/interfaces/vxlan.rst
+++ b/docs/interfaces/vxlan.rst
@@ -277,6 +277,28 @@ gateway. You can add an IP to a bridge-group to create a gateway.
}
}
+Unicast VXLAN
+^^^^^^^^^^^^^
+
+Alternative to multicast, the remote IPv4 address of the VXLAN tunnel can set directly.
+Let's change the Multicast example from above:
+
+
+.. code-block:: sh
+
+ # leaf2 and leaf3
+ delete interfaces vxlan vxlan241 group '239.0.0.241'
+ delete interfaces vxlan vxlan241 link 'eth0'
+
+ # leaf2
+ set interface vxlan vxlan241 remote 10.1.3.3
+ set interface vxlan vxlan241 remote-port 4789
+
+ # leaf3
+ set interface vxlan vxlan241 remote 10.1.2.2
+ set interface vxlan vxlan241 remote-port 4789
+
+
.. target-notes::