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.
More Questions: Module 8: Quiz – Access Control Lists Network Security
More Questions: CCNA 3 v7 Module 4 Quiz – ACL Concepts
More Questions: Network Defense: Module 4.8.2 Access Control Lists Quiz
Please login or Register to submit your answer