<?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 ASA multiple context question. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3416492#M950543</link>
    <description>&lt;P&gt;I need an advised if this is possible to do in multiple context. I have a cisco 5516x and i want to used the the first port for isp and the 2nd port will have sub interfaces for internal network used i.e internal1 and internal2. Just wondering if its possible to used layer2 switch with this scenario.Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 15:59:30 GMT</pubDate>
    <dc:creator>LC O</dc:creator>
    <dc:date>2020-02-21T15:59:30Z</dc:date>
    <item>
      <title>ASA multiple context question.</title>
      <link>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3416492#M950543</link>
      <description>&lt;P&gt;I need an advised if this is possible to do in multiple context. I have a cisco 5516x and i want to used the the first port for isp and the 2nd port will have sub interfaces for internal network used i.e internal1 and internal2. Just wondering if its possible to used layer2 switch with this scenario.Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:59:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3416492#M950543</guid>
      <dc:creator>LC O</dc:creator>
      <dc:date>2020-02-21T15:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA multiple context question.</title>
      <link>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3416664#M950545</link>
      <description>&lt;P&gt;This is possible.&lt;/P&gt;
&lt;P&gt;You can use first port Gi0/0 directly connecting to ISP and you can connect the second port Gi0/1 to layer two switch for internal network. You have to configure vlan on switch lets say vlan 10 (internal1) vlan 20 (internal 20). on switch where the ASA Gi0/1 connected switch port make that port as trunk and pass both vlan 10,20 in trunk.&lt;/P&gt;
&lt;P&gt;Sample configuration as below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on Switch&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vlan 10&lt;/P&gt;
&lt;P&gt;name internal1&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;vlan 20&lt;/P&gt;
&lt;P&gt;name internal1&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;int Gi1/0/1&lt;/P&gt;
&lt;P&gt;switch mode trunk&lt;/P&gt;
&lt;P&gt;switch trunk allowed vlan 10.20&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on ASA in system context&amp;nbsp;&lt;/P&gt;
&lt;P&gt;int Gi0/1.10&lt;/P&gt;
&lt;P&gt;vlan 10&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;int Gi0/1.20&lt;/P&gt;
&lt;P&gt;vlan 20&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;context abc&lt;/P&gt;
&lt;P&gt;allocate-int Gi0/0&lt;/P&gt;
&lt;P&gt;allocate-int Gi0/1.10&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;allocate-int Gi0/1.20&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;config-url abc.cfg&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;changeto context abc&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;int Gi0/0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nameif isp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sec 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ip add 1.1.1.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;int Gi0/0.10&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nameif internal1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sec 100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ip add 10.1.10.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;int Gi0/0.20&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nameif internal2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sec 100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ip add 10.1.20.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly rate for useful post&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 04:23:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3416664#M950545</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2018-07-17T04:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA multiple context question.</title>
      <link>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3416943#M950547</link>
      <description>&lt;P&gt;Thank you, Pawan. This is helpful enough for me. One last thing if i have unmanaged switch is this something that i can work on&amp;nbsp;with multiple context.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 15:00:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3416943#M950547</guid>
      <dc:creator>LC O</dc:creator>
      <dc:date>2018-07-17T15:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASA multiple context question.</title>
      <link>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3417341#M950548</link>
      <description>&lt;P&gt;&lt;SPAN&gt;As non-managed switches don't have a way to define or manage VLANs nor do they support VLAN frame tagging for trunk support&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 06:13:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-multiple-context-question/m-p/3417341#M950548</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2018-07-18T06:13:59Z</dc:date>
    </item>
  </channel>
</rss>

