CiscoCisco
350-401 · Question #292
350-401 Question #292: Real Exam Question with Answer & Explanation
The correct answer is D: access-list 110 permit tcp any any eq 21 established. To permit TCP packets with the ACK flag set, an extended ACL with the established keyword must be used.
Submitted by saadiq_pk· Mar 6, 2026Network Security
Question
An engineer must configure a ACL that permits packets which include an ACK In the TCP header. Which entry must be Included In the ACL?
Options
- Aaccess-list 110 permit tcp any any eq 21 tcp-ack
- Baccess-list 10 permit ip any any eq 21 tcp-ack
- Caccess-list 10 permit tcp any any eq 21 established
- Daccess-list 110 permit tcp any any eq 21 established
Explanation
To permit TCP packets with the ACK flag set, an extended ACL with the established keyword must be used.
Common mistakes.
- A. The
tcp-ackkeyword is not a valid or standard command syntax for specifying the ACK flag in Cisco IOS extended ACLs. - B. Access-list
10is a standard ACL, which cannot inspect TCP header flags or port numbers; it only filters based on source IP address. Also,tcp-ackis an invalid keyword andipas the protocol type is incorrect when specifying TCP flags. - C. Access-list
10is a standard ACL, which cannot inspect TCP header flags or port numbers. Therefore, theestablishedkeyword cannot be used with a standard ACL.
Concept tested. Cisco extended ACLs and TCP flag matching (established)
Topics
#Cisco ACLs#TCP established#Network security#Packet filtering
Community Discussion
No community discussion yet for this question.