VRRP
From ImageStream Router Documentation
(Difference between revisions)
RichardJune (Talk | contribs) (New page: __NOTOC__ ==Overview== : ==Tools== ==Examples== {{/Examples}} ==Documentation and Futher reading==) |
RichardJune (Talk | contribs) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
==Overview== | ==Overview== | ||
- | : | + | :VRRP(Virtual Router Redundancy Protocol), defined in RFC3768, allows multiple systems on a network to share an IP address between them. Each node sends out a broadcast packet detailing the VRRP group it is participating in and its priority. The highest priority node wins the election. After a node wins three elections, it assumes the role of master and takes the IP and MAC address being shared. |
+ | |||
==Tools== | ==Tools== | ||
+ | : There are currently no known tools for VRRP. | ||
==Examples== | ==Examples== | ||
Line 8: | Line 10: | ||
==Documentation and Futher reading== | ==Documentation and Futher reading== | ||
+ | http://en.wikipedia.org/wiki/Vrrp |
Revision as of 06:16, 2 July 2008
Overview
- VRRP(Virtual Router Redundancy Protocol), defined in RFC3768, allows multiple systems on a network to share an IP address between them. Each node sends out a broadcast packet detailing the VRRP group it is participating in and its priority. The highest priority node wins the election. After a node wins three elections, it assumes the role of master and takes the IP and MAC address being shared.
Tools
- There are currently no known tools for VRRP.
Examples
VRRP/Examples/Example 1: Sharing one address between two hosts - Common VRRP application, ensures a path out from the LAN.