home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

Configure interface tracking with VRRP

An example of how to configure interface tracking with VRRP on vRouter.

  1. Configure to decrement the priority of the group 10 VRRP on this router when the dp0s10 interface fails.
    user@system# set int dataplane dp02p2 vrrp vrrp-group 10 track dp0s10 weight type decrement
    user@system# set int dataplane dp02p2 vrrp vrrp-group 10 track dp0s10 weight value 100
    
  2. Optional: Display the configuration.
    user@system# show interfaces dataplane dp02p2 vrrp
    vrrp {
         vrrp-group 10 {
             track-interface dp0s10 {
                 weight {
                     type decrement
                     value 100
                 }
             }
             version 3
             virtual-address 91.0.0.100
         }
     }