Courseiva
Question 1,935 of 1,958
mediumMultiple ChoiceObjective-mapped

350-401 Practice Question: Examine the following EIGRP configuration…

Examine the following EIGRP configuration snippet:

interface GigabitEthernet0/0
 ip bandwidth-percent eigrp 100 50

What is the effect of this command?

⚠ Common exam trap

Cisco often tests the misconception that `ip bandwidth-percent eigrp` controls data traffic or route selection, when in fact it only limits EIGRP's own control plane bandwidth usage.

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

EIGRP will use up to 50% of the interface bandwidth for its control traffic.

The `ip bandwidth-percent eigrp 100 50` command configures EIGRP to use up to 50% of the interface's configured bandwidth for its control traffic (hello, update, query, and reply packets). This limits the amount of bandwidth EIGRP can consume to prevent it from starving other traffic. The percentage is applied to the interface's `bandwidth` setting, not the actual physical link speed.

Answer analysis

Option-by-option breakdown

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

  • EIGRP will use up to 50% of the interface bandwidth for its control traffic.

    Why this is correct

    Correct. This command limits EIGRP's bandwidth usage to 50% of the interface's configured bandwidth.

  • EIGRP will only advertise routes that have a metric within 50% of the best path.

    Why it's wrong here

    Incorrect. This command does not affect route selection; it only controls bandwidth usage for EIGRP packets.

  • EIGRP will use 50% of the interface bandwidth for data traffic.

    Why it's wrong here

    Incorrect. This command specifically controls EIGRP control traffic, not data traffic.

  • EIGRP will reduce its hello interval by 50%.

    Why it's wrong here

    Incorrect. The command does not affect hello intervals.

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 creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 350-401 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 350-401 exam.