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

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.