06-19-2013 09:37 PM - edited 03-10-2019 05:59 AM
Hi,
I have been running IPS around a week back well but past a week my IPS license has expired and i have been notice that events logs are not showing.
Could you pls suggest that events logs are not showing because of license expiration.
Solved! Go to Solution.
07-12-2013 03:34 AM
Hi..
pls see below policy config of ASA.
===============================
ASA-01# sh run policy-map
!
policy-map global_policy
class inspection_default
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect rtsp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
inspect ip-options
inspect skinny
inspect icmp
class class-default
flow-export event-type all destination 10.110.130.11
!
ASA-01# sh run class-map
!
class-map inspection_default
match default-inspection-traffic
07-12-2013 05:41 AM
Hi Anukalp,
There is no configuration on your ASA that passes traffic to the IPS for inspection in your show run class-map and show run policy-map out put.
in global config mode type the following command below and let me know how it goes....
Access-list IPS_acl extended permit ip any any (this is to define the traffic to be inspected)
class-map IPS_class
match access-list IPS_acl
policy-map IPS_policy
class IPS_class
ips promiscuous fail-open (this could also be configured for inline mode with fail-close option as well)
service-policy IPS_policy global
Sly
07-12-2013 05:43 AM
Access-list IPS_acl extended permit ip any any
class-map IPS_class
match access-list IPS_acl
policy-map IPS_policy
class IPS_class
ips promiscuous fail-open
service-policy IPS_policy global
07-12-2013 07:21 AM
hi..
I am getting error while creating a service policy it tell that service policy is already configured so i have configured this in existing policy. I will share the result in couple of minutes.
access-list IPS_acl extended permit ip any any
class-map IPS_class
match access-list IPS_acl
policy-map global_policy
class inspection_default
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect rtsp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
inspect ip-options
inspect skinny
inspect icmp
class IPS_class
ips promiscuous fail-open
class class-default
flow-export event-type all destination 10.110.130.11
service-policy global_policy global
==================================================
07-12-2013 08:24 AM
Hi..
Cant we configure "ips inline fail-open"? will it cause any issue or stops any traffic in ASA.
07-12-2013 08:31 AM
Were you able to get it working? do you see any alerts now? you can test be enabling ICMP signatures.
I usually recommend switching to inline mode only after your have run your IPS in promiscuous mode for a while and understand how to manage false positives. Running IPS on Inline mode without monitoring IPS events on promiscuous mode for a period, could risk legitimate traffic being inadvertently blocked/dropped.
Please rate if your post was helpful.
Sly
07-13-2013 12:30 AM
Hi..
Thanks a lot, IPS started displaying events now.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide