VRRP
From ImageStream Router Documentation
(Difference between revisions)
RichardJune (Talk | contribs) |
RichardJune (Talk | contribs) |
||
Line 10: | Line 10: | ||
==Documentation and Futher reading== | ==Documentation and Futher reading== | ||
- | * [ http://www.imagestream.com/VRRP.html VRRP ] - More detailed description of VRRP | + | * [http://www.imagestream.com/VRRP.html VRRP] - More detailed description of VRRP |
- | * [ https://sourceforge.net/projects/vrrpd/ VRRPd home page ] - Implementation of VRRPd used by ImageStream | + | * [https://sourceforge.net/projects/vrrpd/ VRRPd home page] - Implementation of VRRPd used by ImageStream |
Revision as of 06:33, 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.
Documentation and Futher reading
- VRRP - More detailed description of VRRP
- VRRPd home page - Implementation of VRRPd used by ImageStream