<?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: Using many sensor on AIP-SSM 20 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493847#M67407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can do that. Just create 2 ACL to match the traffic that you want to monitor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link to configure the AIP-SSM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/ips/5.1/configuration/guide/cli/cliSSM.html#wp1033926"&gt;http://www.cisco.com/en/US/docs/security/ips/5.1/configuration/guide/cli/cliSSM.html#wp1033926&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807335ca.shtml#c4"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807335ca.shtml#c4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;ciscoasa#&lt;STRONG&gt;configure terminal&lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-list traffic_for_ips deny ip 10.2.2.0 255.255.255.0 192.168.1.0 255.255.255.0 &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-list traffic_for_ips permit ip any 192.168.1.0 255.255.255.0 &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-list traffic_for_ips deny ip 192.168.1.0 255.255.255.0 10.2.2.0 255.255.255.0 &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-list traffic_for_ips permit ip 192.168.1.0 255.255.255.0 any &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;class-map ips_class_map &lt;/STRONG&gt;
ciscoasa(config-cmap)#&lt;STRONG&gt;match access-list traffic_for_ips&lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;policy-map interface_policy&lt;/STRONG&gt;
ciscoasa(config-pmap)#&lt;STRONG&gt;class ips_class_map&lt;/STRONG&gt;
ciscoasa(config-pmap-c)#&lt;STRONG&gt;ips inline fail-open &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;service-policy interface_policy interface dmz&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;Apply the Service policy in the DMZ1 and in the DMZ2
Of course the ACL are doing to be different.
I think that in the command 
ciscoasa(config-pmap-c)#&lt;STRONG&gt;ips inline fail-open&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;you can specify the VS0 or VS1
check this with the interrogation key (?)
Hope it helps.&lt;/PRE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 May 2010 17:20:04 GMT</pubDate>
    <dc:creator>Diego Armando Cambronero Arias</dc:creator>
    <dc:date>2010-05-18T17:20:04Z</dc:date>
    <item>
      <title>Using many sensor on AIP-SSM 20</title>
      <link>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493846#M67406</link>
      <description>&lt;P&gt;I have an ASA 5540 with AIP-SSM20. I use Gi0/0 for DMZ1 and Gi0/1 for DMZ2, then I create two virtual sensor: vs0 and Vs1. Could I use policy-map to force vs0 to protect servers in DMZ1 and vs1 to protect servers in DMZ2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank every one alot !&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 12:00:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493846#M67406</guid>
      <dc:creator>nguyenthinh</dc:creator>
      <dc:date>2019-03-10T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using many sensor on AIP-SSM 20</title>
      <link>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493847#M67407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can do that. Just create 2 ACL to match the traffic that you want to monitor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link to configure the AIP-SSM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/ips/5.1/configuration/guide/cli/cliSSM.html#wp1033926"&gt;http://www.cisco.com/en/US/docs/security/ips/5.1/configuration/guide/cli/cliSSM.html#wp1033926&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807335ca.shtml#c4"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807335ca.shtml#c4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;ciscoasa#&lt;STRONG&gt;configure terminal&lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-list traffic_for_ips deny ip 10.2.2.0 255.255.255.0 192.168.1.0 255.255.255.0 &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-list traffic_for_ips permit ip any 192.168.1.0 255.255.255.0 &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-list traffic_for_ips deny ip 192.168.1.0 255.255.255.0 10.2.2.0 255.255.255.0 &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-list traffic_for_ips permit ip 192.168.1.0 255.255.255.0 any &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;class-map ips_class_map &lt;/STRONG&gt;
ciscoasa(config-cmap)#&lt;STRONG&gt;match access-list traffic_for_ips&lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;policy-map interface_policy&lt;/STRONG&gt;
ciscoasa(config-pmap)#&lt;STRONG&gt;class ips_class_map&lt;/STRONG&gt;
ciscoasa(config-pmap-c)#&lt;STRONG&gt;ips inline fail-open &lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;service-policy interface_policy interface dmz&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;Apply the Service policy in the DMZ1 and in the DMZ2
Of course the ACL are doing to be different.
I think that in the command 
ciscoasa(config-pmap-c)#&lt;STRONG&gt;ips inline fail-open&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;you can specify the VS0 or VS1
check this with the interrogation key (?)
Hope it helps.&lt;/PRE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 17:20:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493847#M67407</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-05-18T17:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using many sensor on AIP-SSM 20</title>
      <link>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493848#M67408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for your kindly reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have an unclear thing. I create two virtual sensors but ASA and AIP-SSM just have one backplane interface Gi0/1; how can I map one interface to two virtual sensors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 02:22:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493848#M67408</guid>
      <dc:creator>nguyenthinh</dc:creator>
      <dc:date>2010-05-19T02:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using many sensor on AIP-SSM 20</title>
      <link>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493849#M67409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please reference the following link for more specifics on assigning multiple virtual sensors within the ASA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/ips.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/ips.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic across the backplane is tagged so that it is accepted by the correct VS once it reaches the AIP-SSM for inspection.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 12:02:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-many-sensor-on-aip-ssm-20/m-p/1493849#M67409</guid>
      <dc:creator>Scott Fringer</dc:creator>
      <dc:date>2010-05-19T12:02:36Z</dc:date>
    </item>
  </channel>
</rss>

