<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configure to Integrate Cisco ASA and IDSM in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508569#M66311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah you are right, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer attached architecture, if I have configure in inline mode will it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 11:56:51 GMT</pubDate>
    <dc:creator>rdilliraj</dc:creator>
    <dc:date>2010-10-29T11:56:51Z</dc:date>
    <item>
      <title>Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508563#M66305</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have Cisco ASA and IDSM, need help on integrating the same; please write to me so that I will share the architecture details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 12:09:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508563#M66305</guid>
      <dc:creator>rdilliraj</dc:creator>
      <dc:date>2019-03-10T12:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508564#M66306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you be a bit more precise on what you would like to achieve?&lt;/P&gt;&lt;P&gt;The only advise that I would give you for now is to put the Firewall before the IPS on the path from the Internet to your Inside Network(s).&lt;/P&gt;&lt;P&gt;It is better that way since we won't need to use CPU intensive inspection on traffic that will be dropped anyway by the firewall afterwards.&lt;/P&gt;&lt;P&gt;Apart from that, there is not much more that I can say so I'll be waiting for more info on what you would like to achieve and we'll see what we could do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 16:29:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508564#M66306</guid>
      <dc:creator>Nicolas Fournier</dc:creator>
      <dc:date>2010-10-28T16:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508565#M66307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicolas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have ASA and IDSM2 on 6500;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below config used to route the traffic to IDSM from ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;/P&gt;&lt;P&gt;In ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ips extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map Client_BIPS&lt;BR /&gt;match access-list ips&lt;BR /&gt;policy-map Client_ipspolicy&lt;BR /&gt;class Client_IPS&lt;BR /&gt;ips promiscuous fail-open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy Client_ipspolicy interface outside&lt;BR /&gt;service-policy Client_ipspolicy interface DMZ-1&lt;BR /&gt;service-policy Client_ipspolicy interface DMZ-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In IDSM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service event-action-rules rules0&lt;BR /&gt;overrides deny-packet-inline&lt;BR /&gt;override-item-status Disabled&lt;BR /&gt;risk-rating-range 0-0&lt;BR /&gt;exit&lt;BR /&gt;overrides deny-connection-inline&lt;BR /&gt;override-item-status Disabled&lt;BR /&gt;risk-rating-range 0-0&lt;BR /&gt;exit&lt;BR /&gt;general&lt;BR /&gt;global-overrides-status Disabled&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know whether this is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 08:34:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508565#M66307</guid>
      <dc:creator>rdilliraj</dc:creator>
      <dc:date>2010-10-29T08:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508566#M66308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, it is not.&lt;/P&gt;&lt;P&gt;We can't send automatically the traffic from the ASA to the IDSM.&lt;/P&gt;&lt;P&gt;The commands you have on your ASA would send the traffic to the IPS module (&lt;EM&gt;AIP&lt;/EM&gt;-&lt;EM&gt;SSM) &lt;/EM&gt;sitting inside the firewall itself if there was any.&lt;/P&gt;&lt;P&gt;There is no integration between the ASA and the IDSM for traffic redirection so you'll need to configure the two devices &lt;SPAN id="search" style="visibility: visible;"&gt; separately&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 09:55:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508566#M66308</guid>
      <dc:creator>Nicolas Fournier</dc:creator>
      <dc:date>2010-10-29T09:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508567#M66309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer attached proposed architecture;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming we are configuring it in promiscous mode, attached architecture is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 10:46:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508567#M66309</guid>
      <dc:creator>rdilliraj</dc:creator>
      <dc:date>2010-10-29T10:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508568#M66310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I got your diagram correctly, you would like to send all the traffic from the Outside switch to one port of the IDSM through a SPAN and all of the traffic of your DMZ interfaces through another one.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;If so, can you tell me why you want to inspect the traffic before it goes through the firewall? As I told you in my original reply, we usually advise to put the IPS after the firewall.&lt;/P&gt;&lt;P&gt;Not to mention that in your case, I guess some traffic will be inspected twice so you'll have to assign a different virtual-sensors to each IDSM internal interfaces to make sure the same instance doesn't see the traffic multiple times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 10:58:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508568#M66310</guid>
      <dc:creator>Nicolas Fournier</dc:creator>
      <dc:date>2010-10-29T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508569#M66311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah you are right, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer attached architecture, if I have configure in inline mode will it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 11:56:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508569#M66311</guid>
      <dc:creator>rdilliraj</dc:creator>
      <dc:date>2010-10-29T11:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508570#M66312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You diagram is still showing SPAN sessions while if you configure your IDSM in inline mode, it will simple act as a L2 bridge between two vlans so your diagram is not relevant for an inline setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 12:47:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508570#M66312</guid>
      <dc:creator>Nicolas Fournier</dc:creator>
      <dc:date>2010-10-29T12:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configure to Integrate Cisco ASA and IDSM</title>
      <link>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508571#M66313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 12:50:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configure-to-integrate-cisco-asa-and-idsm/m-p/1508571#M66313</guid>
      <dc:creator>rdilliraj</dc:creator>
      <dc:date>2010-10-29T12:50:36Z</dc:date>
    </item>
  </channel>
</rss>

