<?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: IPS interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ips-interfaces/m-p/1169862#M77469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ports Gi0/7 and Gi0/8 are the actual sensor ports that you configure within the sensor configuration.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correspondingly there are also switch side ports for each of these 2 sensor ports.&lt;/P&gt;&lt;P&gt;If you are using IOS then gi0/7 is internally connected to "intrusion-detection module &lt;SLOT&gt; data-port 1";&lt;/SLOT&gt;&lt;/P&gt;&lt;P&gt;and gi0/8 is internally connected to "intrusion-detection module &lt;SLOT&gt; data-port 2"&lt;/SLOT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when configuring the IDSM-2 you have to configure data-port 1 and 2 within the switch configuration, as well as configure Gi0/7 and Gi0/8 within the IDSM-2 configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2009 19:09:12 GMT</pubDate>
    <dc:creator>marcabal</dc:creator>
    <dc:date>2009-03-23T19:09:12Z</dc:date>
    <item>
      <title>IPS interfaces</title>
      <link>https://community.cisco.com/t5/network-security/ips-interfaces/m-p/1169861#M77468</link>
      <description>&lt;P&gt;on the IDSM-2 module are the interfaces (gi0/2 gi0/7, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; on the actual IDS module or are they referring to ports on the switch that it is installed on?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 11:33:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-interfaces/m-p/1169861#M77468</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2019-03-10T11:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: IPS interfaces</title>
      <link>https://community.cisco.com/t5/network-security/ips-interfaces/m-p/1169862#M77469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ports Gi0/7 and Gi0/8 are the actual sensor ports that you configure within the sensor configuration.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correspondingly there are also switch side ports for each of these 2 sensor ports.&lt;/P&gt;&lt;P&gt;If you are using IOS then gi0/7 is internally connected to "intrusion-detection module &lt;SLOT&gt; data-port 1";&lt;/SLOT&gt;&lt;/P&gt;&lt;P&gt;and gi0/8 is internally connected to "intrusion-detection module &lt;SLOT&gt; data-port 2"&lt;/SLOT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when configuring the IDSM-2 you have to configure data-port 1 and 2 within the switch configuration, as well as configure Gi0/7 and Gi0/8 within the IDSM-2 configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 19:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-interfaces/m-p/1169862#M77469</guid>
      <dc:creator>marcabal</dc:creator>
      <dc:date>2009-03-23T19:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: IPS interfaces</title>
      <link>https://community.cisco.com/t5/network-security/ips-interfaces/m-p/1169863#M77470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To configure the sensing ports on the IDSM-2 for inline operations, complete the following&lt;/P&gt;&lt;P&gt;steps.&lt;/P&gt;&lt;P&gt;Step 1 Log in to the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2 Enter privileged mode:&lt;/P&gt;&lt;P&gt;cat6k&amp;gt; enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3 Set the native VLAN for the IDSM-2 sensing ports, which are ports 7 and 8:&lt;/P&gt;&lt;P&gt;cat6k (enable)&amp;gt; set vlan 651 3/7&lt;/P&gt;&lt;P&gt;cat6k (enable)&amp;gt; set vlan 652 3/8&lt;/P&gt;&lt;P&gt;Note For this example, the IDSM-2 is installed in slot 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4 Clear all VLANs from each IDSM-2 sensing port, except for the native VLAN on&lt;/P&gt;&lt;P&gt;each port:&lt;/P&gt;&lt;P&gt;cat6k (enable)&amp;gt;clear trunk 3/7 1-650,652-4094&lt;/P&gt;&lt;P&gt;cat6k (enable)&amp;gt;clear trunk 3/8 1-651,653-4094&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 5 Enable bridge protocol data unit (BPDU) spanning tree filtering on the IDSM-2&lt;/P&gt;&lt;P&gt;sensing ports to prevent spanning tree loops:&lt;/P&gt;&lt;P&gt;cat6k (enable)&amp;gt; set spantree bpdu-filter 3/7-8 enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is useful&lt;/P&gt;&lt;P&gt;Reda&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:j.reda7@gmail.com"&gt;j.reda7@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 09:38:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-interfaces/m-p/1169863#M77470</guid>
      <dc:creator>rjaaouan</dc:creator>
      <dc:date>2009-03-26T09:38:57Z</dc:date>
    </item>
  </channel>
</rss>

