Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi experts, what is the best practice to perform above requirement by using ACL?I was thinking about using Routers but it won`t drop the ping in same network.Also, somehow my switch (2960) doesn`t support access-group mode. Could you give me some ad...
Hello experts, I have a question about ACL.I have configured the first requirement like below on both R1 and R2.!access-list 101 deny tcp 192.168.2.0 0.0.0.255 host 192.168.1.3 eq www! Though it works, I found that my PC in 192.168.3.0 network could ...
Hi everyone, I have completed above configuration till fourth point.When I tried to tracking s0/0/0, I can`t configure it.I only can do " standby 1 track s0/0/0" instead of giving it a decremented number.!interface GigabitEthernet0/0ip address 192.16...
Thank you, sir.It works well.Does ACL execute the access-list in order?It seems everything after "permit ip any any" will be ignore, isn`t it? (I still can access the ftp server.)!ip access-group 101 outaccess-list 101 deny tcp 192.168.2.0 0.0.0.255 ...