Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

track (VRRP)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
track {
    interface interface-name {
        bandwidth-threshold bits-per-second priority-cost priority;
        priority-cost priority;
    }
    priority-hold-time seconds;
    route prefix/prefix-length routing-instance instance-name priority-cost priority;
}

Syntax for cRPD

content_copy zoom_out_map
track {
    interface interface-name 
    notify-backup {script-name name of script;
    username  username}
    notify-fault {script-name name of script;
    username  username}
    notify-master {script-name name of script;
    username  username}
    notify-script {Notify script for VRRP group}
    track-script {Script instance;
    keepalived_check fall/interval/rise script-name name of script/time-out;
        weight cost/reverse;}
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces interface-name unit logical-unit-number family inet address address vrrp-group group-id],
[edit interfaces interface-name unit logical-unit-number family inet6 address address vrrp-inet6-group group-id],
[edit logical-systems logical-system-name interfaces interface-name unit logical-unit-number family inet address address vrrp-group group-id],
[edit logical-systems logical-system-name  interfaces interface-name unit logical-unit-number family inet6 address address vrrp-inet6-group group-id]

Description

Enable logical interface tracking, route tracking, or both, for a Virtual Router Redundancy Protocol (VRRP) group.

Options

The remaining statements are described separately.

notify-backup Notify script to BACKUP transition
notify-fault Notify script to FAULT transition
notify-master Notify script to MASTER transition
notify-script Notify script for VRRP group
track-script Tracking script for VRRP group

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

priority-hold-time statement added in Junos OS Release 8.1.

route statement added in Junos OS Release 9.0.

footer-navigation