user@R1> show configuration interfaces ge-1/1/0
unit 0 {
family inet {
address 10.100.1.1/24 {
vrrp-group 1 {
virtual-address 10.200.12.254;
priority 150;
accept-data;
track {
interface ge-1/0/0 {
priority-cost 40;
} } } } }
}
user@R2> show configuration interfaces ge-1/1/0
unit 0 {
family inet {
address 10.100.1.2/24 {
vrrp-group 1 {
virtual-address 10.200.12.254;
accept-data;
} } }
}
Click the Exhibit button.
R1 and R2 are using VRRP for high availability.
Referring to the exhibit, which two statements are correct about the configuration? (Choose two.)
A.
R2 is the backup router and will become the master router if ge-1/0/0 on R1 goes down.
B.
R2 is the backup router and will remain the backup router if ge-1/0/0 on R1 goes down.
C.
If R1 goes down, R2 will become the master and will relinquish mastership once R1 comes
back online.
D.
If R1 goes down, R2 will become the master and will remain the master once R1 comes back
online.
Explanation:
Why A is not a right answer instead of B
Jacky, because when ge-1/0/0 on R1 goes down, its priority will be reduced to 150-40=110>100 (default R2 vrrp priority)