Configuring One
Router to Be the
Master Virtual Router
for the Group
Configuring VRRP and
MAC Source Address
Filtering
Copyright © 2017, Juniper Networks, Inc.
unit 0 {
family inet {
address 192.168.1.24/24 {
vrrp-group 27 {
virtual-address 192.168.1.15;
priority 200;
authentication-type simple;
authentication-key booJUM;
}
}
}
}
}
[edit interfaces]
ge-0/0/0 {
unit 0 {
family inet {
address 192.168.1.20/24 {
vrrp-group 2 {
virtual-address 192.168.1.20;
priority 255;
advertise-interval 3;
preempt;
}
vrrp-group 10 {
virtual-address 192.168.1.55;
priority 201;
advertise-interval 3;
}
vrrp-group 1 {
virtual-address 192.168.1.54;
priority 22;
advertise-interval 4;
}
}
}
}
}
The VRRP group number is the decimal equivalent of the last byte of the virtual MAC
address.
[edit interfaces]
ge-5/2/0 {
gigether-options {
source-filtering;
source-address-filter {
00:00:5e:00:01:0a; # Virtual MAC address
}
}
unit 0 {
family inet {
address 192.168.1.10/24 {
vrrp-group 10; # VRRP group number
virtual-address 192.168.1.10;
Chapter 14: Configuring VRRP
151
Need help?
Do you have a question about the EX9200 and is the answer not in the manual?
Questions and answers