<?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: Two contexts sharing the same physical interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213514#M347551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouldnt this be possible to configure just by using the 2 Security Contexts and 1 Physical interface configured as Trunk between the core and the ASA. Naturally you could&amp;nbsp; even implement Etherchannel/Port-channel to use multiple physical interfaces for the Trunk. Though you would need 8.4(1) software at minimum for Port-channel support on ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description TRUNK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - OUTSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2 - OUTSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - INSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2 - INSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - SC2 LINK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 12&lt;/STRONG&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;STRONG&gt;context SC1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; config-url disk0:/SC1.cfg&lt;/STRONG&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;STRONG&gt;context SC2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; config-url disk0:/SC2.cfg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or something along those lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 07:35:41 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-06-25T07:35:41Z</dc:date>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213511#M347547</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking for a configuration guide on how to set up one physical trunked interface to be shared between two contexts.&amp;nbsp; I am sure I am just using the wrong search words but have as of yet been unable to find anything on this. Anyone able to provide a link please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:02:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213511#M347547</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-03-12T02:02:25Z</dc:date>
    </item>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213512#M347548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than wanting to use a single interface/subinterface in multiple contexts, can you elaborate a bit what kind of setup you are trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally I would say that you configure Subinterfaces in the System Context of the ASA and attach the required subinterfaces to the Security Contexts. We use shared interface for management/syslog purposes for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:16:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213512#M347548</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-25T07:16:51Z</dc:date>
    </item>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213513#M347549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are setting up 3 contexts one of them being a transport context between the sensitive zone and non-sensitive zone.&amp;nbsp; So we would have 2 physical interfaces for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that this is possible I am just having trouble finding documentation on how to configure it.&amp;nbsp; As I said I am most likely using the wrong search words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:20:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213513#M347549</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-06-25T07:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213514#M347551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouldnt this be possible to configure just by using the 2 Security Contexts and 1 Physical interface configured as Trunk between the core and the ASA. Naturally you could&amp;nbsp; even implement Etherchannel/Port-channel to use multiple physical interfaces for the Trunk. Though you would need 8.4(1) software at minimum for Port-channel support on ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description TRUNK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - OUTSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2 - OUTSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - INSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2 - INSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - SC2 LINK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 12&lt;/STRONG&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;STRONG&gt;context SC1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; config-url disk0:/SC1.cfg&lt;/STRONG&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;STRONG&gt;context SC2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; config-url disk0:/SC2.cfg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or something along those lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:35:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213514#M347551</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-25T07:35:41Z</dc:date>
    </item>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213515#M347553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it would but the idea is to have a buffer between the two zones and thereby adding another layer of security.&amp;nbsp; so if the non-sensitive context is breached, then the attacker wont be able to go directly at the sensitiv context but instead must also get through the transport context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the config there.&amp;nbsp; That looks like what I am looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:38:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213515#M347553</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-06-25T07:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213516#M347554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not linked (or have the need to) 3 Security Contexts before but I would imagine you could modify the above configuration a bit to achieve that also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description TRUNK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - OUTSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2 - OUTSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - INSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2 - INSIDE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC1 - TRANSIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.21&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description SC2 - TRANSIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 21&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt;context TRANSIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp; description SC1 to SC2 TRANSIT SC&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp; allocate-interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp; allocate-interface GigabitEthernet0/0.21&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp; config-url disk0:/TRANSIT.cfg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;context SC1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; description SC1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; allocate-interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; allocate-interface GigabitEthernet0/0.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; allocate-interface GigabitEthernet0/0.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; config-url disk0:/SC1.cfg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;context SC2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; description SC2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; allocate-interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; allocate-interface GigabitEthernet0/0.20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; allocate-interface GigabitEthernet0/0.21&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; config-url disk0:/SC2.cfg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am not sure if this would be the way but that is how I imagined at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The setup should look something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/0/3/1/143130-CSC-SC-TRANSIT.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Totally different matter would there be a better way to achieve the same as above &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/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;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 08:07:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213516#M347554</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-25T08:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213517#M347555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jepp, that was our first design.&amp;nbsp; However we have limited ports and the budget doesnt allow for the purchase of more ports at the current time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for knocking some ideas around with me &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 08:14:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213517#M347555</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-06-25T08:14:57Z</dc:date>
    </item>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213518#M347556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean with limited ports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configuration only uses a single example interface of GigabitEthernet0/0 which is configured as Trunk (divided into subinterfaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though as I said I dont know is this the best way to implement this but should be possible atleast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 08:32:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213518#M347556</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-25T08:32:51Z</dc:date>
    </item>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213519#M347558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry my bad I looked over it too fast thought there were several different ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in either case, security policy dictates that the secure and non-secure contexts should be using seperate physical ports&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 08:40:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213519#M347558</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-06-25T08:40:00Z</dc:date>
    </item>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213520#M347560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the maximum physical interfaces you have available for use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 10:31:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213520#M347560</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-25T10:31:50Z</dc:date>
    </item>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213521#M347562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have 4 10Gig interfaces&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 10:41:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213521#M347562</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-06-25T10:41:40Z</dc:date>
    </item>
    <item>
      <title>Two contexts sharing the same physical interface</title>
      <link>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213522#M347564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I guess we are perhaps talking about a ASA5585-X model? Or did the ASA5580 have these interfaces? I have never even seen those models live.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you could use a singe physical inteface (as subinterfaces) for each Normal Security Context and some interface(s) for the Transit Context? Or perhaps include the LAN, WAN and TRANSIT link on each Normal Security Contexts own physical link as subinterfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imagined that this would be something lower end model ASA setup but I guess you are going to have some very heavy duty use considering the links you are going to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 5x ASA5585-X and 4x FWSMs in our datacenters and havent had the need to get the 10Gig licenses yet for the ASAs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 11:06:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-contexts-sharing-the-same-physical-interface/m-p/2213522#M347564</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-25T11:06:37Z</dc:date>
    </item>
  </channel>
</rss>

