Skip to content

Latest commit

 

History

History
 
 

vrrp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Virtual Router Redundancy Protocol

Introduction

This module implement Virtual Router Redundancy Protocol RFC 5798

Architecture

                         +---------------+
                         |               |
                         |  User Config  |
                         |               |
                         +---------------+
                                 |         
                                 |
                                 V
                         +---------------+
              +--------->|               |<-------------+
              |          |  Initialize   |              |
              |   +------|               |----------+   |
              |   |      +---------------+          |   |
              |   |                                 |   |
              |   V                                 V   |
      +---------------+                       +---------------+
      |               |---------------------->|               |
      |    Master     |                       |    Backup     |
      |               |<----------------------|               |
      +---------------+                       +---------------+

Interfaces

  • Create/Delete Virtual Router
  • Change timers for VRRP packet, for e.g: Advertisement Timer

Configuration