i need to build an access-list that blocks only internet bound traffic from 1 specific host and allows all other traffic. The host ip is 10.1.200.66
I built the following access-list, but it wasn't successful:
access-list 101 deny tcp host 10.1.200.66 any eq 80
access-list 101 permit ip any any
Start Free Trial