nerdexam
Cisco

200-301 · Question #1792

Refer to the exhibit. Connections must be blocked from PC2 to the file server while still allowing PC2 to connect to other network hosts and devices. Which configuration must be used to complete the t

The correct answer is D. R2(config)#access-list 1 deny 192.168.2.10. A standard ACL matches only the source IP, so it must be placed closest to the destination to avoid blocking PC2 to other hosts. Applying the ACL outbound on R2 g0/1 (toward the file server) denies traffic sourced from 192.168.2.10 only when it is headed to the server network, wh

Submitted by lukas.cz· Mar 5, 2026Security Fundamentals

Question

Refer to the exhibit. Connections must be blocked from PC2 to the file server while still allowing PC2 to connect to other network hosts and devices. Which configuration must be used to complete the task?

Exhibits

200-301 question #1792 exhibit 1
200-301 question #1792 exhibit 2

Options

  • AR2(config)#access-list 1 permit 192.168.2.10
  • BR1(config)#access-list 1 deny 192.168.2.10
  • CR1(config)#access-list 1 permit 192.168.2.10
  • DR2(config)#access-list 1 deny 192.168.2.10

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    15% (4)
  • D
    74% (20)

Explanation

A standard ACL matches only the source IP, so it must be placed closest to the destination to avoid blocking PC2 to other hosts. Applying the ACL outbound on R2 g0/1 (toward the file server) denies traffic sourced from 192.168.2.10 only when it is headed to the server network, while permit any allows all other sources to reach the server.

Topics

#ACL#standard access list#traffic filtering#placement

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice