<?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: Configuring IDSM in promiscuous mode? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260425#M53800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the help, I will make the configurations and tell you how was it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2013 21:14:09 GMT</pubDate>
    <dc:creator>Adrian Caba Gutierrez</dc:creator>
    <dc:date>2013-05-14T21:14:09Z</dc:date>
    <item>
      <title>Configuring IDSM in promiscuous mode?</title>
      <link>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260421#M53794</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two switch catalyst 6500 in VSS each with a IDSM module, I want monitor four VLANs three of them are vlans of users and one of servers, I am planning use VACLs to capture the traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first quetion is how to configure the data ports of IDSM in promiscuous mode, if in the configuration guide say that by default the data ports are in promiscuous mode, so that means that I don't have to make any configuration in the data ports of IDSM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, if I have two switches 6500 in vss each with a IDSM module, I have to consider other configurations for this situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration of VACL that I will put is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended ACL_IPS&lt;/P&gt;&lt;P&gt;&amp;nbsp; permit ip any any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;vlan access-map VACL_IPS 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip address ACL_IPS&lt;/P&gt;&lt;P&gt;&amp;nbsp; action forward&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;vlan filter VACL_IPS vlan-list 30 , 40 , 50 , 100&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;intrusion-detection switch 1 module 4 data-port 1 capture allowed-vlan 30,40,50,100&lt;/P&gt;&lt;P&gt;intrusion-detection switch 1 module 4 data-port 1 capture&lt;/P&gt;&lt;P&gt;intrusion-detection switch 1 module 4 data-port 1 autostate include&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;intrusion-detection switch 2 module 4 data-port 1 capture allowed-vlan 30,40,50,100&lt;/P&gt;&lt;P&gt;intrusion-detection switch 2 module 4 data-port 1 capture&lt;/P&gt;&lt;P&gt;intrusion-detection switch 2 module 4 data-port 1 autostate include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 12:57:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260421#M53794</guid>
      <dc:creator>Adrian Caba Gutierrez</dc:creator>
      <dc:date>2019-03-10T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Configuring IDSM in promiscuous mode?</title>
      <link>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260422#M53795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The IDSM doesn;t need any special commands to inspect traffic in Promiscious mode.&lt;/P&gt;&lt;P&gt;You'll want to put your IDSM management interfaces on a VLAN to talk with them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;intrusion-detection module 4 management-port access-vlan 99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the "forward capture" switch:&lt;/P&gt;&lt;P&gt;vlan access-map VACL_IPS 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip address ACL_IPS&lt;/P&gt;&lt;P&gt;&amp;nbsp; action forward &lt;STRONG&gt;capture&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get rid of the spaces between your VLAN numbers&lt;/P&gt;&lt;P&gt;vlan filter VACL_IPS vlan-list 30,40,50,100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put two IDSMs in teh same chassis you'll need to decide how to split traffic between them. You can assign different VLANs to each IDSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 19:24:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260422#M53795</guid>
      <dc:creator>rhermes</dc:creator>
      <dc:date>2013-05-14T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring IDSM in promiscuous mode?</title>
      <link>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260423#M53797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rhermes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case every switch 6500 have one IDSM and these switches are in VSS both IDSMs should be in promiscuous mode, my quetion is if I have to take any consideration for this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 20:06:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260423#M53797</guid>
      <dc:creator>Adrian Caba Gutierrez</dc:creator>
      <dc:date>2013-05-14T20:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring IDSM in promiscuous mode?</title>
      <link>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260424#M53799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Not that I know of, but since Promiscious mode won;t effect yoru traffic, I;d give this config a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 20:23:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260424#M53799</guid>
      <dc:creator>rhermes</dc:creator>
      <dc:date>2013-05-14T20:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring IDSM in promiscuous mode?</title>
      <link>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260425#M53800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the help, I will make the configurations and tell you how was it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 21:14:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-idsm-in-promiscuous-mode/m-p/2260425#M53800</guid>
      <dc:creator>Adrian Caba Gutierrez</dc:creator>
      <dc:date>2013-05-14T21:14:09Z</dc:date>
    </item>
  </channel>
</rss>

