I am given a topology in which I have to apply ACL. The PCs in the left bottom side are not to be accessed by any other PCs. This was done successfully as follows: access-list 1 deny anyaccess-list 1 permit anyint fa 0/0ip access-group 1 out Now the ...