Courseiva
mediumMultiple ChoiceObjective-mapped

300-410 Variance Practice Question

Consider the following EIGRP configuration on Router R4:

router eigrp 300

variance 2

network 172.16.0.0

What is the purpose of the variance command?

⚠ Common exam trap

Cisco often tests the distinction between 'variance' (which enables unequal-cost load balancing) and 'maximum-paths' (which limits the number of paths), leading candidates to mistakenly think variance controls the number of paths.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

It allows load balancing over paths with metrics up to twice the best metric.

The variance command in EIGRP allows unequal-cost load balancing by instructing the router to include routes in the routing table whose metric is less than or equal to the best metric multiplied by the variance value. With variance 2, any feasible successor route with a metric up to twice the best metric (i.e., ≤ best_metric × 2) will be installed and used for load balancing, provided it satisfies the feasibility condition (reported distance < feasible distance). Only option B accurately describes this behavior; option C is tempting but less precise because unequal-cost load balancing also requires feasible successors.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • It sets the maximum number of equal-cost paths to 2.

    Why it's wrong here

    Incorrect. The variance command does not set the maximum number of equal-cost paths; that is the function of the 'maximum-paths' command.

  • It allows load balancing over paths with metrics up to twice the best metric.

    Why this is correct

    Correct. Variance 2 allows any feasible successor with a metric ≤ 2 × best metric to be installed and used for load balancing.

  • It enables unequal-cost load balancing with a factor of 2.

    Why it's wrong here

    Incorrect. While variance does enable unequal-cost load balancing, this option is imprecise because it implies variance alone suffices; the feasibility condition must also be satisfied.

  • It sets the EIGRP metric weight for delay to 2.

    Why it's wrong here

    Incorrect. The variance command does not set metric weights; metric weights are configured with the 'metric weights' command.

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

About these practice questions

Courseiva writes every 300-410 question from scratch — 1,966 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 300-410 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 300-410 exam.