<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=EdgeOS_VRRP</id>
	<title>EdgeOS VRRP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=EdgeOS_VRRP"/>
	<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=EdgeOS_VRRP&amp;action=history"/>
	<updated>2026-05-06T15:30:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.1701technology.com/index.php?title=EdgeOS_VRRP&amp;diff=18&amp;oldid=prev</id>
		<title>Michael.mast: Created page with &quot;This How-To uses EdgeOS 1.7  Summary :  configure  set interfaces ethernet ethX vrrp vrrp-group XXX virtual-address XXX.XXX.XXX.XXX/XX  set interfaces ethernet ethX vrrp vrrp-...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=EdgeOS_VRRP&amp;diff=18&amp;oldid=prev"/>
		<updated>2016-04-03T19:37:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This How-To uses EdgeOS 1.7  Summary :  configure  set interfaces ethernet ethX vrrp vrrp-group XXX virtual-address XXX.XXX.XXX.XXX/XX  set interfaces ethernet ethX vrrp vrrp-...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This How-To uses EdgeOS 1.7&lt;br /&gt;
&lt;br /&gt;
Summary :&lt;br /&gt;
 configure&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX virtual-address XXX.XXX.XXX.XXX/XX&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX priority XXX&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX preempt false&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX authentication type ah&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX authentication password ??????????&lt;br /&gt;
 commit;save;exit&lt;br /&gt;
To create a virtual routing cluster using EdgeRouters (or any router that supports the protocol). The idea is that each router will have an interface IP and a shared virtual IP.&lt;br /&gt;
&lt;br /&gt;
*R1 ETH0   -&amp;gt; 192.168.0.2&lt;br /&gt;
*R2 ETH0   -&amp;gt; 192.168.0.3&lt;br /&gt;
*VirtualIP -&amp;gt; 192.168.0.1&lt;br /&gt;
&lt;br /&gt;
ssh into router 1 and use the following commands&lt;br /&gt;
Replace the &amp;quot;X&amp;quot; with your environment's variables.&lt;br /&gt;
&lt;br /&gt;
 configure&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX virtual-address XXX.XXX.XXX.XXX/XX&lt;br /&gt;
 commit;save;exit&lt;br /&gt;
&lt;br /&gt;
Then the same thing in the router2.&lt;br /&gt;
&lt;br /&gt;
 configure&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX virtual-address XXX.XXX.XXX.XXX/XX&lt;br /&gt;
 commit;save;exit&lt;br /&gt;
&lt;br /&gt;
If both routers are on the same switch, they will work out who is master and who is backup. To designate this manually use the following commands on R1&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX priority XXX&lt;br /&gt;
 commit;save;exit&lt;br /&gt;
(NOTE: The priority numbers range from 1-254, the higher the number the higher the priority)&lt;br /&gt;
On R2&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX priority XX&lt;br /&gt;
 commit;save;exit&lt;br /&gt;
In the event the master router goes down, the backup is running, and you don't want them to switch when the master comes back online; disable preemption on both routers.&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX preempt false&lt;br /&gt;
 commit;save;exit&lt;br /&gt;
To secure the routing cluster from an unauthorized router joining them&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX authentication type ah&lt;br /&gt;
 set interfaces ethernet ethX vrrp vrrp-group XXX authentication password ??????????&lt;/div&gt;</summary>
		<author><name>Michael.mast</name></author>
		
	</entry>
</feed>