hardmultiple choiceObjective-mapped

Exhibit

ip access-list standard USERS_ONLY
 permit 192.168.30.0 0.0.0.255
 deny any

interface g0/1
 ip access-group USERS_ONLY out

Exhibit: A named standard ACL is configured to permit only the 192.168.30.0/24 subnet, but users from 192.168.31.0/24 are still passing traffic. What is the most likely reason?

Question 1hardmultiple choice
Full question →

Exhibit: A named standard ACL is configured to permit only the 192.168.30.0/24 subnet, but users from 192.168.31.0/24 are still passing traffic. What is the most likely reason?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Standard ACLs cannot match source addresses

That is exactly what they match.

B

Best answer

The ACL is probably applied in the wrong place or direction for the traffic flow

ACL placement matters a lot with standard ACLs.

C

Distractor review

Named ACLs ignore wildcard masks

They do not.

D

Distractor review

The deny any line must appear before the permit

That would block everything.

Common exam trap

Common exam trap: usable hosts are not the same as total addresses

Subnetting questions often tempt you into counting all addresses. In normal IPv4 subnets, the network and broadcast addresses are not usable host addresses.

Technical deep dive

How to think about this question

Subnetting questions test whether you can identify the network, broadcast address, usable range, mask and correct subnet. Slow down enough to calculate the block size correctly.

KKey Concepts to Remember

  • CIDR notation defines the prefix length.
  • Block size helps identify subnet boundaries.
  • Network and broadcast addresses are not usable hosts in normal IPv4 subnets.
  • The required host count determines the smallest suitable subnet.

TExam Day Tips

  • Write the block size before choosing the subnet.
  • Check whether the question asks for hosts, subnets or a specific address range.
  • Do not confuse /24, /25, /26 and /27 host counts.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

CIDR notation defines the prefix length.

What is the correct answer to this question?

The correct answer is: The ACL is probably applied in the wrong place or direction for the traffic flow — A standard ACL only matches the source IP address. If it is applied in the wrong location or wrong direction, unwanted traffic may still take a path that never hits that filter. The ACL logic itself is fine; placement is the likely problem.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.