Exam JN0-360 All QuestionsBrowse all questions from this 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.)

    Correct Answer: A, C

    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
kkchedOptions: BC

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

Saran_BrOptions: BD

Answer B & D There's no commands preempt mentioned

Anniesyed1234Options: BC

B and C

Anniesyed1234Options: AC

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

DIbyamOptions: AC

A and C is true answer

DIbyam

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.