<?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: IDSM-2 capturing some, but not all? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339902#M98229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without monitoring &lt;AAA&gt;, and only having the allowed-vlan &lt;ZZZ&gt;, would you still see all vlan zzz to vlan zzz traffic - i.e. traffic that does not have to go through the msfc?&lt;/ZZZ&gt;&lt;/AAA&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2005 15:18:00 GMT</pubDate>
    <dc:creator>rm2017</dc:creator>
    <dc:date>2005-07-13T15:18:00Z</dc:date>
    <item>
      <title>IDSM-2 capturing some, but not all?</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339896#M98217</link>
      <description>&lt;P&gt;I have an IDSM-2 that is sending alarms, but it doesn't seem like it's sending enough.I'm comparing the network that I'm monitoring to another portion of this client's network and logically this sensor should be triggering a lot more alarms, but it's not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Logical setup is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet&lt;/P&gt;&lt;P&gt;    |&lt;/P&gt;&lt;P&gt;PIX FWSM&lt;/P&gt;&lt;P&gt;    |&lt;/P&gt;&lt;P&gt;IDSM-2 Sensor&lt;/P&gt;&lt;P&gt;    |&lt;/P&gt;&lt;P&gt;MSFC-2&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Physically all of the devices are in the same Cat 6513, which makes me think that perhaps the IDSM isn't capable of picking up all the traffic travelling between an FWSM vlan and the MSFC-2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config fragments are as follows:&lt;/P&gt;&lt;P&gt;IDS&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;intrusion-detection module &amp;lt;x&amp;gt; management-port access-vlan yyy&lt;/P&gt;&lt;P&gt;intrusion-detection module &amp;lt;x&amp;gt; data-port 1 capture&lt;/P&gt;&lt;P&gt;intrusion-detection module &amp;lt;x&amp;gt; data-port 1 capture allowed-vlan &amp;lt;zzz&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan filter IDS-Internet-Traffic vlan-list &amp;lt;zzz&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan access-map IDS-Internet-Traffic 10&lt;/P&gt;&lt;P&gt; match ip address All-Traffic&lt;/P&gt;&lt;P&gt; action forward capture&lt;/P&gt;&lt;P&gt;vlan access-map IDS-Internet-Traffic 15&lt;/P&gt;&lt;P&gt; match ip address All-Traffic&lt;/P&gt;&lt;P&gt; action forward&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firewall&lt;/P&gt;&lt;P&gt;---------------------------&lt;/P&gt;&lt;P&gt;firewall module &amp;lt;a&amp;gt; vlan-group 1&lt;/P&gt;&lt;P&gt;firewall vlan-group 1  &amp;lt;aaa,zzz,bbb,ccc,ddd,eee&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? Is the IDSM capable of examining all traffic on this link?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 09:14:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339896#M98217</guid>
      <dc:creator>dbobeldyk</dc:creator>
      <dc:date>2019-03-10T09:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: IDSM-2 capturing some, but not all?</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339897#M98223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is in the interaction between the VACL Capture and the routing by the MSFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are applying the VACL to &lt;ZZZ&gt;, but because of the interaction between VACLs and routing by the MSFC, the IDSM-2 actually has to monitor &lt;ZZZ&gt; as well as ALL other vlans that the MSFC is routing.&lt;/ZZZ&gt;&lt;/ZZZ&gt;&lt;/P&gt;&lt;P&gt;So if the MSFC is routing vlans 1-200 as well, then the IDSM-2 needs to monitor "allowed-vlan 1-200,&lt;ZZZZ&gt;".&lt;/ZZZZ&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your switch has WAN ports, then in addition it needs to monitor the vlans being used for the WAN ports.  However, you won't know what those vlans are (the switch dynamically picks an unused vlan), so you need to monitor ALL vlans "allow-vlan 1-4094"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 17:43:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339897#M98223</guid>
      <dc:creator>marcabal</dc:creator>
      <dc:date>2005-01-27T17:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: IDSM-2 capturing some, but not all?</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339898#M98225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;&lt;DUPLICATE post="" deleted=""&gt;&amp;gt;&lt;/DUPLICATE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 19:51:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339898#M98225</guid>
      <dc:creator>dbobeldyk</dc:creator>
      <dc:date>2005-01-27T19:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: IDSM-2 capturing some, but not all?</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339899#M98226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Marco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure I understand it tho. The only traffic that I wish to monitor is the traffic going out to the Internet (or coming in from the Internet). If I was to turn on capturing for all vlan traffic, thereby monitoring all the traffic going through the switch, the IDSM-2 would be quicly overwhelmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not looking to monitor all traffic going through the switch, just the traffic travelling along the link to/from the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 19:51:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339899#M98226</guid>
      <dc:creator>dbobeldyk</dc:creator>
      <dc:date>2005-01-27T19:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: IDSM-2 capturing some, but not all?</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339900#M98227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or are you stating that the following line should change to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;intrusion-detection module &lt;X&gt; data-port 1 capture allowed-vlan 1-4095&lt;/X&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!But keep this line the same&lt;/P&gt;&lt;P&gt;vlan filter IDS-Internet-Traffic vlan-list &lt;ZZZ&gt; &lt;/ZZZ&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 19:58:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339900#M98227</guid>
      <dc:creator>dbobeldyk</dc:creator>
      <dc:date>2005-01-27T19:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: IDSM-2 capturing some, but not all?</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339901#M98228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've got it correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another explanation for you.&lt;/P&gt;&lt;P&gt;By putting the capture VACL on vlan &lt;ZZZ&gt;.&lt;/ZZZ&gt;&lt;/P&gt;&lt;P&gt;You are correctly telling the switch to mark the matching packets flowing through vlan &lt;ZZZ&gt; as captured packets.&lt;/ZZZ&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This turns on the "capture bit" within the internal switch header for that packet.&lt;/P&gt;&lt;P&gt;That packet continues to be processed by the rest of the switch and MSFC.&lt;/P&gt;&lt;P&gt;In the case of processing by the MSFC it gets routed to another vlan &lt;AAA&gt;.&lt;/AAA&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the packet gets sent on the switch backplane to the end port where it leaves the switch on vlan &lt;AAA&gt;.&lt;/AAA&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the ports you configured as "capture" ports are monitoring all of these packets on the backplane that are going to other ports in the switch.&lt;/P&gt;&lt;P&gt;They are looking for packets with the "capture bit" set. Once it sees a packet with the "capture bit" it then checks it's vlan list to see whether or not to copy that packet to the attached sniffer (in your case the IDSM-2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the tricky part.&lt;/P&gt;&lt;P&gt;If your IDSM-2 is only "allowed-vlan &lt;ZZZ&gt;" then it will only look for "capture" packets on vlan &lt;ZZZ&gt;.&lt;/ZZZ&gt;&lt;/ZZZ&gt;&lt;/P&gt;&lt;P&gt;BUT those packets got routed to vlan &lt;AAA&gt;.&lt;/AAA&gt;&lt;/P&gt;&lt;P&gt;So the capture port is actually seeing them as vlan &lt;AAA&gt; capture packets instead of &lt;ZZZ&gt; where you applied the vlan filter.&lt;/ZZZ&gt;&lt;/AAA&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your capture port will actually need to monitor both vlan &lt;ZZZ&gt;, and &lt;AAA&gt;.  "allowed-vlan &lt;ZZZ&gt;,&lt;AAA&gt;"&lt;/AAA&gt;&lt;/ZZZ&gt;&lt;/AAA&gt;&lt;/ZZZ&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By monitoring &lt;AAA&gt; it does not monitor ALL traffic on &lt;AAA&gt; it only monitors traffic that has been marked for capture.  In your case only the traffic going through vlan &lt;ZZZ&gt;.&lt;/ZZZ&gt;&lt;/AAA&gt;&lt;/AAA&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the MSFC can route to multiple vlans, then each of these vlans needs to be in the allowed-vlan list.  If the MSFC can route to WAN modules, then you pretty much have to put all vlans in the allowed-vlan list because the switch could choose any unused vlan to send the traffic internally to the WAN port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 22:17:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339901#M98228</guid>
      <dc:creator>marcabal</dc:creator>
      <dc:date>2005-01-27T22:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: IDSM-2 capturing some, but not all?</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339902#M98229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without monitoring &lt;AAA&gt;, and only having the allowed-vlan &lt;ZZZ&gt;, would you still see all vlan zzz to vlan zzz traffic - i.e. traffic that does not have to go through the msfc?&lt;/ZZZ&gt;&lt;/AAA&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2005 15:18:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capturing-some-but-not-all/m-p/339902#M98229</guid>
      <dc:creator>rm2017</dc:creator>
      <dc:date>2005-07-13T15:18:00Z</dc:date>
    </item>
  </channel>
</rss>

