Courseiva
Question 1,202 of 1,389
Network Services and SecuritymediumDrag & DropObjective-mapped

CCNA Network Services and Security Practice Question

Drag and drop the following steps into the correct order to plan, configure, and apply an extended ACL that permits web traffic from the 10.1.1.0/24 network to the server 192.168.2.10 while blocking all other traffic inbound on GigabitEthernet0/1.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

⚠ Common exam trap

A common trap is to think that you can apply an ACL to an interface before defining it, or that verification should be done before application. Always remember: define, apply, then verify.

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

Step 1: Define the ACL with permit and deny statements. Step 2: Apply the ACL inbound on GigabitEthernet0/1. Step 3: Verify the ACL configuration.

ACL configuration requires defining permit/deny statements first, then applying to the interface inbound, and finally verification.

Answer analysis

Option-by-option breakdown

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

  • Step 1: Define the ACL with permit and deny statements. Step 2: Apply the ACL inbound on GigabitEthernet0/1. Step 3: Verify the ACL configuration.

    Why this is correct

    This is the correct order: first create the ACL with the required permit and deny statements, then apply it to the interface in the inbound direction, and finally verify the configuration to ensure it is working as intended.

  • Step 1: Apply the ACL inbound on GigabitEthernet0/1. Step 2: Define the ACL with permit and deny statements. Step 3: Verify the ACL configuration.

    Why it's wrong here

    Attempting to apply an ACL before it has been defined is invalid because the 'ip access-group' command references an existing ACL object; with no ACL in the configuration, the interface either rejects the binding or silently installs a filter that does not match the intended traffic. Ordering is critical: the ACL with its permit and deny statements must be created first, otherwise there are no rules for the interface to evaluate. Thus, this sequence violates the fundamental create-before-use rule and cannot produce the desired filtering.

  • Step 1: Define the ACL with permit and deny statements. Step 2: Verify the ACL configuration. Step 3: Apply the ACL inbound on GigabitEthernet0/1.

    Why it's wrong here

    Verifying the ACL immediately after defining it but before applying it to GigabitEthernet0/1 checks only the syntax and order of the ACEs, not whether traffic is actually filtered on the live interface. A configuration can look correct in 'show access-lists' yet still fail once bound, for example if the implicit deny or an incorrect protocol match interferes with traffic. The verification step is meaningful only after the ACL is applied, because commands like 'show ip access-group' and interface-specific counters confirm that the ACL is both present and selecting the correct inbound packets.

  • Step 1: Apply the ACL inbound on GigabitEthernet0/1. Step 2: Verify the ACL configuration. Step 3: Define the ACL with permit and deny statements.

    Why it's wrong here

    This sequence is completely reversed: the ACL is applied to the interface before it exists, making the binding either fail or have no effect, and the later verification step cannot validate an undefined or non-existent ACL. Defining the ACL only at the very end means the interface was never actually protected during the process, and any verification performed earlier would have shown nothing useful. Each operation depends on the previous one, so applying first, then verifying, then defining contradicts the correct logical dependency chain and leaves the network exposed.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

Step 1: Define the ACL with permit and deny statements. Step 2: Apply the ACL inbound on GigabitEthernet0/1. Step 3: Verify the ACL configuration.Correct answer

Why this is correct

This is the correct order: first create the ACL with the required permit and deny statements, then apply it to the interface in the inbound direction, and finally verify the configuration to ensure it is working as intended.

Step 1: Apply the ACL inbound on GigabitEthernet0/1. Step 2: Define the ACL with permit and deny statements. Step 3: Verify the ACL configuration.Wrong answer — click to see why

Why this is wrong here

The specific factual error is that the ACL must be defined before it can be applied. Applying a non-existent ACL would result in an error.

Why candidates choose this

Candidates might think that applying the ACL first and then defining it is acceptable because they confuse the order of operations with other configuration steps where the interface is selected first.

Step 1: Define the ACL with permit and deny statements. Step 2: Verify the ACL configuration. Step 3: Apply the ACL inbound on GigabitEthernet0/1.Wrong answer — click to see why

Why this is wrong here

The specific factual error is that verification is a post-implementation step. Applying the ACL after verification would mean the verification did not test the applied ACL.

Why candidates choose this

Candidates might think verification should be done before applying to catch errors early, but in practice, verification of ACLs involves checking the applied configuration and testing traffic flow.

Step 1: Apply the ACL inbound on GigabitEthernet0/1. Step 2: Verify the ACL configuration. Step 3: Define the ACL with permit and deny statements.Wrong answer — click to see why

Why this is wrong here

The specific factual error is that both the definition and verification steps are out of order. The ACL cannot be applied or verified before it is defined.

Why candidates choose this

Candidates might be confused by the sequence and think that applying and verifying first is a way to test the interface, but they overlook the necessity of having the ACL defined first.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

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

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 6, 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 200-301 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 200-301 exam.