Problem for me at the moment is i wanted to do some specific permits
followed by some specific drops , followed by some specific permits
It seems i cannot do this so i am stuck !
Ip access-list acl-mac-01
10 remark is Guest for forescout
20 permit ip any xxx.xx.xxx.0/24 eq 8080
30 permit ip any xxx.xx.xxx.0/24 eq 9997-9998
Ip access-list acl-drop-01
10 deny ip any xxx.xx.0.0/16
20 deny ip any 10.0.0.0/8
Ip access-list acl-perm02
10 permit ip any any eq 443
20 permit ip any any eq 80
Steve