Courseiva
easyMultiple ChoiceObjective-mapped

ISC2 CC Practice Question: A network administrator configures the ACL on a…

Exhibit

Refer to the exhibit.

```
interface GigabitEthernet0/1
 ip access-group BLOCK_TELNET in
!
ip access-list extended BLOCK_TELNET
 deny tcp any any eq 23
 permit ip any any
```

A network administrator configures the ACL on a router as shown. What is the effect of this access list?

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

Blocks Telnet traffic entering the interface, but allows all other traffic

The ACL denies TCP traffic to port 23 (Telnet) and permits all other IP traffic. Option B is wrong because SSH is port 22. Option C is wrong because the ACL is applied inbound on Gig0/1, so it filters incoming traffic only, not outgoing. Option D is wrong because it applies to all TCP traffic, not just Telnet.

Answer analysis

Option-by-option breakdown

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

  • Blocks Telnet traffic entering the interface, but allows all other traffic

    Why this is correct

    The deny statement blocks port 23 (Telnet), and the permit any permits everything else.

  • Blocks SSH traffic (port 22) from entering the interface

    Why it's wrong here

    SSH uses port 22, which is not blocked.

  • Blocks Telnet traffic leaving the interface, but allows all other traffic

    Why it's wrong here

    The ACL is applied inbound (in), so it filters incoming traffic.

  • Blocks all TCP traffic except Telnet

    Why it's wrong here

    It denies only Telnet (port 23) and permits all other TCP and IP traffic.

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

One of 976 original CC 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 CC practice question is part of Courseiva's free ISC2 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 CC exam.