I remember that all active connections are closed. This happend when IPS switchs form bypass to inline or vice versa.
But you can test redirecting only test traffic using an ACL.
access-list toIPS permit ip host yourpc any
!
class-map my_ips_class
match access-list IPS
class-map all_traffic
match access-list toIPS
class-map inspection_default
match default-inspection-traffic
!
!
policy-map my-ids-policy
class my-ips-class
ips promiscuous fail-close
!
service-policy my-ids-policy global
Guido.
Please rate all the helpful comments.