summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2021-05-03 20:28:32 +0200
committerGitHub <noreply@github.com>2021-05-03 20:28:32 +0200
commitb28d0d72b3ce981831a9445f3489b816479c586e (patch)
tree78bb0af3ae47a93bf4dfcb3117202a50e0dd8b4e /docs/configuration
parent8f9d6e8ab670eb6eae0e11ac3d36c84b37b73fe3 (diff)
parent7e160bf3b7908109779deec9c9213b7c0d59c760 (diff)
downloadvyos-documentation-b28d0d72b3ce981831a9445f3489b816479c586e.tar.gz
vyos-documentation-b28d0d72b3ce981831a9445f3489b816479c586e.zip
Merge pull request #521 from srividya0208/vrrp-e
VRRP(equuleus): addition of rfc3768-compatibility definition
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/highavailability/index.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/configuration/highavailability/index.rst b/docs/configuration/highavailability/index.rst
index a223c283..8383800f 100644
--- a/docs/configuration/highavailability/index.rst
+++ b/docs/configuration/highavailability/index.rst
@@ -152,6 +152,30 @@ instead.
set high-availability vrrp group Foo peer-address 192.0.2.10
set high-availability vrrp group Foo hello-source-address 192.0.2.15
+rfc3768-compatibility
+---------------------
+
+RFC 3768 defines a virtual MAC address to each VRRP virtual router. This
+virtual router MAC address will be used as the source in all periodic
+VRRP messages sent by the active node. When the rfc3768-compatibilty option
+is set, a new VRRP interface is created, to which the MAC address and the
+virtual IP address is automatically assigned.
+
+.. code-block:: none
+
+ set high-availability vrrp group Foo rfc3768-compatibility
+
+Verification
+
+.. code-block:: none
+
+ $show interfaces ethernet eth0v10
+ eth0v10@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
+ state UP group default qlen 1000
+ link/ether 00:00:5e:00:01:0a brd ff:ff:ff:ff:ff:ff
+ inet 172.25.0.247/16 scope global eth0v10
+ valid_lft forever preferred_lft forever
+
Scripting
---------