- Back to Home »
- Access List Questions »
- Access Control Lists
Posted by : Mandie
Sunday, 12 June 2011
Question:What do the following statements in an extended access list accomplish?
access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 21 access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 20 access-list 101 permit TCP 172.16.4.0 0.0.0.255 0.0.0.0 255.255.255.255
[Click Here to Show Answer]
Answer: This will block ftp traffic.
[DONE]
Next Question