Courseiva
mediumMultiple SelectObjective-mapped

300-410 Practice Question: Which TWO statements about the 'match ip address'…

Which TWO statements about the 'match ip address' command within a route-map are true? (Choose TWO.)

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 can reference a standard access-list, extended access-list, or prefix-list.

The 'match ip address' command can reference either a standard or extended access-list, or a prefix-list. It matches the destination network of the route. It cannot match source address (that would be 'match ip next-hop' or 'match ip route-source'). The command can be used in both permit and deny sequences. A single route-map sequence can have multiple match commands, but they are logically ANDed only if under the same match statement type.

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 can reference a standard access-list, extended access-list, or prefix-list.

    Why this is correct

    The command accepts access-list numbers/names and prefix-list names.

  • It matches the source IP address of the route.

    Why it's wrong here

    It matches the destination network; source matching uses 'match ip route-source'.

  • It can only be used in a route-map sequence with a 'permit' clause.

    Why it's wrong here

    It can be used in both permit and deny sequences.

  • If multiple access-lists are listed in the same match command, they are evaluated with a logical OR.

    Why this is correct

    Multiple entries in a single match command are ORed; if any matches, the condition is true.

  • The command 'match ip address prefix-list' is not valid.

    Why it's wrong here

    The syntax 'match ip address prefix-list NAME' is valid and commonly used.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

About these practice questions

This 300-410 question is part of Courseiva's 1,966-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.