JN0-360 Exam QuestionsBrowse all questions from this exam

JN0-360 Exam - Question 16


-- 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.)

Show Answer
Correct Answer: ABC

R2 is the backup router and will become the master router if ge-1/0/0 on R1 goes down. If R1 goes down completely, R2 will become the master and will relinquish mastership once R1 comes back online. This is because if the tracked interface ge-1/0/0 on R1 goes down, the priority will reduce, potentially causing R2 to take over. However, once R1 is fully back online, it will regain the master role.

Discussion

5 comments
Sign in to comment
kkchedOptions: BC
Aug 23, 2021

B and C are Correct Even in case of ge-1/0/0 goes down, the priority of R1 ge-1/1/0 will be 150 - 40 = 110 > 100 (default priority of VRRP).

DIbyamOptions: AC
May 28, 2021

A and C is true answer

DIbyam
Aug 28, 2021

B and C are correct because VRRP IP and Interface IP arenot same. Also, R1 has priority of 150 and backup router will have by default of 128.

Anniesyed1234Options: AC
Dec 24, 2021

A and C , cuz b and c are contradicting each other

Anniesyed1234Options: BC
Dec 24, 2021

B and C

Saran_BrOptions: BD
Mar 29, 2024

Answer B & D There's no commands preempt mentioned