What packets would match the access control list statement that is shown below?
access-list 110 permit tcp 172.16.0.0 0.0.0.255 any eq 22
- any TCP traffic from the 172.16.0.0 network to any destination network
- SSH traffic from the 172.16.0.0 network to any destination network
- SSH traffic from any source network to the 172.16.0.0 network
- any TCP traffic from any host to the 172.16.0.0 network
Explanation: The statement, access-list 110 permit tcp 172.16.0.0 0.0.0.255 any eq 22, will match traffic on port 22, which is SSH, that is sourced from network 172.16.0.0/24 with any destination.
Exam with this question: CCNA 3 v7 Module 5 Quiz - ACLs for IPv4 Configuration
Please login or Register to submit your answer