— Exhibit —
[edit]
user@R1# show interfaces ge-0/0/1
unit 0 {
family inet {
address 10.10.10.1/24 {
vrrp-group 10 {
virtual-address 10.10.10.254;
priority 254;
}
}
[edit]
user@R2# show interfaces ge-0/0/1
unit 0 {
family inet {
address 10.10.10.2/24 {
vrrp-group 10 {
virtual-address 10.10.10.254;
priority 1;
}
}
— Exhibit —
Using the configuration details shown in the exhibit, which two statements are true? (Choose two.)

A.
R1 will become the master VRRP router.
B.
R2 will become the master VRRP router.
C.
If the elected master VRRP router fails, and then returns to an operational state, it will return to
the master VRRP router role.
D.
If the elected master VRRP router fails, and then returns to an operational state, it will assume
the backup VRRP router role.
Note: By default, a higher-priority backup router can preempt a lower-priority master router.
0
0
without preemt configured?
0
0
Preemt should be configured to regain the master ship
0
0
No, read Zhenia comment. A and C are correct.
0
0
BY Default preemption is enabled
0
0