Hi,
i got a strange problem. As far as i know cisco acl parses the acls from top to bottom and stops on the first match.
Well, right now i have the following acl:
access-list acl_out deny ip any 80.131.0.0 255.255.0.0 (hitcnt=0)
access-list acl_out permit tcp any host 81.2.x.x eq smtp (hitcnt=2)
I can still connect from a 80.131.x.x host to 81.2.x.x on the smtp port. The hitcount says so, too. I dont know what happening there, the pix should parse the deny rule and deny all traffic then, but apparently it doesnt. Any ideas?
i got a strange problem. As far as i know cisco acl parses the acls from top to bottom and stops on the first match.
Well, right now i have the following acl:
access-list acl_out deny ip any 80.131.0.0 255.255.0.0 (hitcnt=0)
access-list acl_out permit tcp any host 81.2.x.x eq smtp (hitcnt=2)
I can still connect from a 80.131.x.x host to 81.2.x.x on the smtp port. The hitcount says so, too. I dont know what happening there, the pix should parse the deny rule and deny all traffic then, but apparently it doesnt. Any ideas?