<?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 Switch config for Inline Interface Pair in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417872#M53183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the reply Bob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using an IPS appliance here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So both the interfaces of the inline pair will be in different vlans. &lt;/P&gt;&lt;P&gt;As i understand now, traffic enters from internet to the switch on port configured in vlan1(default).&lt;/P&gt;&lt;P&gt;The default gateway on the switch has to be the virtual interface IP of the inside of my IPS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct if I am wrong..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 07:23:30 GMT</pubDate>
    <dc:creator>engineer467</dc:creator>
    <dc:date>2013-12-05T07:23:30Z</dc:date>
    <item>
      <title>Switch config for Inline Interface Pair</title>
      <link>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417869#M53176</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am having a doubt here, so need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to configure an IPS in inline interface mode. What I have is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internet rtr----&amp;gt;Switch-----&amp;gt;outside intrface of ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, I want to monitor/inspect the traffic coming from the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am planning to connect the inline interfaces to the same switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am not sure is what will be the switchport configuration for the inline interface pair?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, How the switch will forward traffic to the IPS and then IPS to the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..Abhi&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 13:06:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417869#M53176</guid>
      <dc:creator>engineer467</dc:creator>
      <dc:date>2019-03-10T13:06:26Z</dc:date>
    </item>
    <item>
      <title>Switch config for Inline Interface Pair</title>
      <link>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417870#M53179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing, there are no VLANs configured on the switch. Everything is in vlan1 by default.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 10:13:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417870#M53179</guid>
      <dc:creator>engineer467</dc:creator>
      <dc:date>2013-12-04T10:13:56Z</dc:date>
    </item>
    <item>
      <title>Switch config for Inline Interface Pair</title>
      <link>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417871#M53182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you using for an IPS, an appliance? an IOS IPS in the Internet router or the ASA?&lt;/P&gt;&lt;P&gt;If you want to feed the output of your IPS into the same switch as the input, you'll need to create two separate VLANS, one for the switch interfaces that are outside your IPS and the other for the interfaces that are inside your IPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Gi0/1&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport access vlan 10&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport nonegotiate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Gi0/5&lt;/P&gt;&lt;P&gt;&amp;nbsp; switchport access vlan 20&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport nonegotiate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 10&lt;/P&gt;&lt;P&gt;interface vlan 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 17:59:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417871#M53182</guid>
      <dc:creator>rhermes</dc:creator>
      <dc:date>2013-12-04T17:59:32Z</dc:date>
    </item>
    <item>
      <title>Switch config for Inline Interface Pair</title>
      <link>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417872#M53183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the reply Bob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using an IPS appliance here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So both the interfaces of the inline pair will be in different vlans. &lt;/P&gt;&lt;P&gt;As i understand now, traffic enters from internet to the switch on port configured in vlan1(default).&lt;/P&gt;&lt;P&gt;The default gateway on the switch has to be the virtual interface IP of the inside of my IPS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct if I am wrong..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 07:23:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417872#M53183</guid>
      <dc:creator>engineer467</dc:creator>
      <dc:date>2013-12-05T07:23:30Z</dc:date>
    </item>
    <item>
      <title>Switch config for Inline Interface Pair</title>
      <link>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417873#M53184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your IPS appliance will bridge the traffic between the two VLANS. &lt;/P&gt;&lt;P&gt;Assign your VLAN ports like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN 10&lt;/P&gt;&lt;P&gt;internet connection&lt;/P&gt;&lt;P&gt;Outside interface of IPS sensor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN 20&lt;/P&gt;&lt;P&gt;Inside connection to your network&lt;/P&gt;&lt;P&gt;Inside interface of your IPS sensor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE put your sensor on the inside of your firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 15:25:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417873#M53184</guid>
      <dc:creator>rhermes</dc:creator>
      <dc:date>2013-12-05T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Switch config for Inline Interface Pair</title>
      <link>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417874#M53185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just to add in this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco Intrusion Prevention System interfaces configuration guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/c/en/us/td/docs/security/ips/7-0/configuration/guide/cli/cliguide7/cli_interfaces.html#wp1031719"&gt;http://www.cisco.com/c/en/us/td/docs/security/ips/7-0/configuration/guide/cli/cliguide7/cli_interfaces.html#wp1031719&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 05:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/switch-config-for-inline-interface-pair/m-p/2417874#M53185</guid>
      <dc:creator>Naveen Kumar</dc:creator>
      <dc:date>2014-02-13T05:23:23Z</dc:date>
    </item>
  </channel>
</rss>

