Compare cert salaries and plan your next career move
access-list 100 deny ip host 192.168.12.7 any access-list 100 deny ip 192.168.12.8 0.0.0.3 any access-list 100 permit ip 192.168.12.0 0.0.0.255 any access-list 100 deny ip any any
cisco_trooper wrote: Your ACL is going to be more than a one-liner in this case because the hosts you wish to affect with your ACL do not fall "neatly" on subnet boundaries. Try something like this - I used an extended but it's simple enough to switch to standard if that's what works best for you.access-list 100 deny ip host 192.168.12.7 any access-list 100 deny ip 192.168.12.8 0.0.0.3 any access-list 100 permit ip 192.168.12.0 0.0.0.255 any access-list 100 deny ip any any
A.P.A wrote: However in a troubleshooting scenario you would put on 'deny ip any any log' as the last line to act as the implicit deny and to enable you to see if traffic is getting blocked when it shouldn't be...
Compare salaries for top cybersecurity certifications. Free download for TechExams community.