nerdexam
Cisco

200-101 · Question #162

An access list has been designed to prevent Telnet traffic from the Graphics Department from reaching the HR server attached to the Eastfield router but allow Telnet traffic to other destinations…

The correct answer is B. Eastfield C. e0 F. out. The ACL should be placed on the Eastfield router's e0 interface in the outbound direction to filter Telnet traffic just before it reaches the HR server, which is the most efficient placement closest to the destination.

Network Device Management

Question

An access list has been designed to prevent Telnet traffic from the Graphics Department from reaching the HR server attached to the Eastfield router but allow Telnet traffic to other destinations. Given the following access list: access-list 101 deny tcp any any eq 23 permit ip any any On which router, interface, and in what direction should the access list be placed to most efficiently implement this list? (Choose three.)

Exhibit

200-101 question #162 exhibit

Options

  • AWestfield
  • BEastfield
  • Ce0
  • De0
  • Ein
  • Fout

How the community answered

(26 responses)
  • A
    15% (4)
  • B
    50% (13)
  • D
    8% (2)
  • E
    27% (7)

Why each option

The ACL should be placed on the Eastfield router's e0 interface in the outbound direction to filter Telnet traffic just before it reaches the HR server, which is the most efficient placement closest to the destination.

AWestfield

Placing the ACL on Westfield is less efficient because it is farther from the HR server, and the deny rule 'any any eq 23' would also block Telnet to all other destinations from that point forward.

BEastfieldCorrect

Placing the ACL on Eastfield - the router directly connected to the HR server - is most efficient because packets are filtered at the last possible hop, minimizing unnecessary processing on upstream routers.

Ce0Correct

The e0 (Ethernet 0) interface on Eastfield is the interface connected to the LAN segment where the HR server resides, making it the correct interface to apply the ACL.

De0

The 'in' direction on e0 would filter traffic arriving from the HR server's LAN segment toward the router, which is the wrong direction to block inbound Telnet requests targeting the server.

Ein

The inbound direction on Eastfield's e0 processes traffic coming from the server side toward the router, not traffic flowing from the network toward the HR server.

FoutCorrect

Applying the ACL in the outbound direction on e0 means it filters traffic as it exits the router toward the HR server's LAN, blocking Telnet destined for the server while permitting all other traffic.

Concept tested: Extended ACL placement for destination traffic filtering

Source: https://www.cisco.com/c/en/us/support/docs/security/ios-firewall/23602-confaccesslists.html

Topics

#extended ACL#ACL placement#interface direction#Telnet filtering

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice