JNCIS-SP: Juniper Networks Certified Specialist – Service Provider Routing — Question 30
-- Exhibit --
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;
}
}
}
}
-- Exhibit --
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.)
Answer options
- 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.
Correct answer: B, C
Explanation
Option B is correct because R2 is configured to remain the backup router despite R1's ge-1/0/0 interface going down. Option C is also correct since R2 will take over as the master if R1 fails and will relinquish that role once R1 comes back online. Options A and D are incorrect because they misinterpret the behavior of R2 in relation to its backup role and the retention of mastership.