300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 30


Refer to the exhibit. R2 has two paths to reach 192.168.13.0/24, but traffic is sent only through R3.

Which action allows traffic to use both paths?

Show Answer
Correct Answer: A

To enable traffic to use both paths in EIGRP, it's necessary to use the variance command to allow unequal cost load balancing. The feasible distance (FD) of the current best path (R3) is 1075200, and the FD of the second best path (R1) is 2611200. For EIGRP to use both paths, the variance must be set to a value higher than the ratio of these two FDs (2611200 / 1075200), which is approximately 2.4. Therefore, configuring the variance to 4, as suggested, will allow EIGRP to consider both paths for load balancing.

Discussion

8 comments
Sign in to comment
TECH3K3Option: A
Feb 4, 2022

Answer = A Explanation: Feasible Distance of R3 (successor) = 1075200 Feasible Distance of R1 (feasible successor) = 2611200 Calculation: 2611200 / 1075200 = 2.4 So we need a Variance value higher than 2.4 for unequal cost load balancing to work.

Surfside92Option: A
Nov 9, 2021

The reason the given answer A is correct and why its not B. If we want to enable load balancing we have to use the following formula: FD of feasible successor < FD of successor * multiplier So we can work out that FD of feasible successor (R2) / FD of successor (R3) = 2.4 So the multiplier - or variance needs to be more than 2.4 - which means only answer A is correct.

examSharkOption: A
Jul 31, 2021

The given answer is correct

error_909Option: A
Sep 18, 2021

The given answer is correct

weltongamaOption: A
Feb 9, 2022

The given answer is correct

davdtech
Feb 24, 2022

I do not understand The successor has an FD of 1075200 The feasible successor has an RD of 281600 so the feasibility condition is met ...why should we manipulate the variance? maybe there is a missing zero in the RD of the Feasible successor?

timtgh
May 29, 2022

Feasibility isn't the issue. R3 is the BEST route, so it's the only route used. Unless we change the variance. With variance 4, we can use any route where the FD is not greater than 4 times 1075200. (Variance 2 wouldn't be high enough in this case.)

bk989
May 27, 2024

THE RD is second number in bracket not the first.

xziomal9Option: A
Apr 27, 2022

The correct answer is: A

SeMo0o0o0Option: A
Jul 16, 2024

A is correct