cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1035
Views
0
Helpful
1
Replies

how to filter 3030 and 3032 for destination port 80 and 443

p.agrawal
Level 1
Level 1

Any way to filter IDS signatures in particular 3030 and 3032 for destination port 80 and 443 ?

1 Reply 1

ebreniz
Level 6
Level 6

Hi,

I assume you are asking how to configure this on IOS router.

See if this can help:

ip audit signature 3030 list 88

access-list 88 permit tcp any any eq 80

access-list 88 permit tcp any any eq 443

With this, the signature 3030 will be triggered only for the traffic permitted by access-lsit 88. I am not sure if this is will solve your problem. Can anyone throw more light on this?

For more information on configuring IDS, see here;

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_c/ftrafwl/scfids.htm

Review Cisco Networking for a $25 gift card