<?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 capture configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/idsm-2-capture-configuration/m-p/809542#M86753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't bind a VACL to a particular data port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only tell a capture port what vlans to monitor.  The capture port will monitor all captured packets from those vlans regardless of what VACL was used to mark those packets as capture packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data-port 1 is already monitoring all 4094 vlans so there are no additional vlans that data-port 2 would need to capture packets for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your switch does routing then your configuration is correct.   Even though the VACL is applied to a limited set of a vlan-list X, the packets marked for capture could wind up being routed to any vlan and so all vlans have to be monitored.&lt;/P&gt;&lt;P&gt;NOW you could add additional vlans to your exising vlan-list, or even create another VACL and apply it to a separate vlan list.  BUT in either case your data-port 1 would already be configured for monitoring them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your switch is NOT doing routing (pretty rare these days), then you do have an alternative.  You can change the "capture allowed-vlan" list for data-port 1 to be the same "vlan-list X" that your VACL is assigned to.  Then you can create a new VACL and assign it to a list Y, and configure data-port 2 to be a capture port for allowed-vlan list Y.&lt;/P&gt;&lt;P&gt;But this really doesn't gain you a whole lot.  You could just simply add vlan list Y to data-port 1 and still monitor everything with data-port 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data-port 2 doesn't really gain you much as you as a 2nd capture port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where data-port 2 comes in handy is when you want to do a different type of monitoring.&lt;/P&gt;&lt;P&gt;Data-port 2 could be setup as a Span or Rspan destination port.&lt;/P&gt;&lt;P&gt;OR data-port 2 coudl be setup for InLine monitoring with InLine Vlan Pairs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is only when you need the second type of monitoring that you can really make use of data-port 2.  &lt;/P&gt;&lt;P&gt;For capturing traffic on additional vlans you can just continue to use data-port 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 13:29:20 GMT</pubDate>
    <dc:creator>marcabal</dc:creator>
    <dc:date>2007-05-14T13:29:20Z</dc:date>
    <item>
      <title>IDSM-2 capture configuration</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capture-configuration/m-p/809541#M86752</link>
      <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enabled capture on the IDSM data-port 1 (Gig0/7). Now, i want to use data port 2 (Gig 0/8) also to capture another segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A snippet of my current config is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended MATCHALL&lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;vlan access-map CAPTUREALL 10&lt;/P&gt;&lt;P&gt;match address MATCHALL&lt;/P&gt;&lt;P&gt;action forward capture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan-filter CAPTUREALL vlan-list x&lt;/P&gt;&lt;P&gt;intrusion-detection module 3 management-port access-vlan 5&lt;/P&gt;&lt;P&gt;intrusion-detection module 3 data-port 1 capture&lt;/P&gt;&lt;P&gt;intrusion-detection module 3 data-port 1 capture allowed-vlan 1-4094&lt;/P&gt;&lt;P&gt;intrusion-detection module 3 data-port 1 autostate include&lt;/P&gt;&lt;P&gt;intrusion-detection module 3 data-port 1 portfast enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i enable data port 2, then how do i bind a VACL to data port 2 only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Gautam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 10:36:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capture-configuration/m-p/809541#M86752</guid>
      <dc:creator>gautamzone</dc:creator>
      <dc:date>2019-03-10T10:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: IDSM-2 capture configuration</title>
      <link>https://community.cisco.com/t5/network-security/idsm-2-capture-configuration/m-p/809542#M86753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't bind a VACL to a particular data port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only tell a capture port what vlans to monitor.  The capture port will monitor all captured packets from those vlans regardless of what VACL was used to mark those packets as capture packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your data-port 1 is already monitoring all 4094 vlans so there are no additional vlans that data-port 2 would need to capture packets for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your switch does routing then your configuration is correct.   Even though the VACL is applied to a limited set of a vlan-list X, the packets marked for capture could wind up being routed to any vlan and so all vlans have to be monitored.&lt;/P&gt;&lt;P&gt;NOW you could add additional vlans to your exising vlan-list, or even create another VACL and apply it to a separate vlan list.  BUT in either case your data-port 1 would already be configured for monitoring them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your switch is NOT doing routing (pretty rare these days), then you do have an alternative.  You can change the "capture allowed-vlan" list for data-port 1 to be the same "vlan-list X" that your VACL is assigned to.  Then you can create a new VACL and assign it to a list Y, and configure data-port 2 to be a capture port for allowed-vlan list Y.&lt;/P&gt;&lt;P&gt;But this really doesn't gain you a whole lot.  You could just simply add vlan list Y to data-port 1 and still monitor everything with data-port 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data-port 2 doesn't really gain you much as you as a 2nd capture port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where data-port 2 comes in handy is when you want to do a different type of monitoring.&lt;/P&gt;&lt;P&gt;Data-port 2 could be setup as a Span or Rspan destination port.&lt;/P&gt;&lt;P&gt;OR data-port 2 coudl be setup for InLine monitoring with InLine Vlan Pairs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is only when you need the second type of monitoring that you can really make use of data-port 2.  &lt;/P&gt;&lt;P&gt;For capturing traffic on additional vlans you can just continue to use data-port 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 13:29:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/idsm-2-capture-configuration/m-p/809542#M86753</guid>
      <dc:creator>marcabal</dc:creator>
      <dc:date>2007-05-14T13:29:20Z</dc:date>
    </item>
  </channel>
</rss>

