Courseiva
mediumMultiple ChoiceObjective-mapped

300-410 Practice Question: Examine the following configuration on R6: !---…

Examine the following configuration on R6:

!--- R6 configuration route-map FILTER deny 10 match tag 50 ! route-map FILTER permit 20 !

router eigrp 200

distribute-list route-map FILTER in !

What is the effect of this configuration?

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

All routes with tag 50 are denied; all other routes are permitted.

The distribute-list route-map FILTER in is applied to EIGRP updates received on all interfaces (since no interface is specified). Sequence 10 denies any route with tag 50. Sequence 20 permits all other routes. Therefore, routes with tag 50 are filtered out (not installed in the routing table), while all other routes are accepted.

Answer analysis

Option-by-option breakdown

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

  • All routes with tag 50 are denied; all other routes are permitted.

    Why this is correct

    Correct. Sequence 10 denies routes with tag 50; sequence 20 permits everything else.

  • Routes with tag 50 are permitted; all other routes are denied.

    Why it's wrong here

    Incorrect. Sequence 10 denies tag 50; sequence 20 permits others.

  • The distribute-list is applied only to the first interface; routes with tag 50 are filtered on that interface.

    Why it's wrong here

    Incorrect. Without an interface keyword, the distribute-list applies to all interfaces.

  • The configuration is invalid because route-maps cannot be used with distribute-list in EIGRP.

    Why it's wrong here

    Incorrect. Route-maps can be used with distribute-list in EIGRP for filtering.

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

One of 1,966 original 300-410 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.