Which operator is used in an ACL statement to match packets of a specific application?

IT Exam Items RepositoryCategory: CCNAWhich operator is used in an ACL statement to match packets of a specific application?

Which operator is used in an ACL statement to match packets of a specific application?

  • established
  • gt
  • lt
  • eq

Explanation: An example of an ACL that filters for FTP is as follows:
access-list 105 permit tcp any host 10.0.54.5 eq 20
access-list 105 permit tcp any host 10.0.54.5 eq 21
The operator (eq) toward the end of the ACL lines is used to match a specific port/service that is specified immediately following the eq operator.

Related exam: Module 8: Quiz – Access Control Lists Network Security
Related exam: CCNA 3 v7 Module 4 Quiz - ACL Concepts
Related exam: Network Defense: Module 4.8.2 Access Control Lists Quiz
Related exam: Network Defense - My Knowledge Check Answers
Related exam: Cybersecurity Essentials My Knowledge Check Answers