<?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 You're welcome. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094846#M133243</link>
    <description>&lt;P&gt;You're welcome.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Did you get any issues?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2017 02:11:32 GMT</pubDate>
    <dc:creator>Francesco Molino</dc:creator>
    <dc:date>2017-08-17T02:11:32Z</dc:date>
    <item>
      <title>create a context in routed mode-ASA</title>
      <link>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094843#M133239</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I know that might be over asked this, but just wondering if you can assist me on how to set up a context to be routed and in a way that it will be and act as the gateway of the LAN.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the requirement is this:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://i.imgur.com/PU0FLnp.png" alt="" width="749" height="329" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have the following on the asa 5585&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://i.imgur.com/mdZUptH.png" alt="" width="738" height="236" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I need to create a new subnet that the firewall will be the gateway for this LAN.&lt;/P&gt;
&lt;P&gt;do I need to have a seperate cable connection ?&lt;/P&gt;
&lt;P&gt;the giga 0/3 is for the failover, just omit it.&lt;/P&gt;
&lt;P&gt;the switches are connected directly to the Core routers and then via trunk I supposed, they will go to the Firewall to reach the gateway and the retun the traffic&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any ideas or post on how to set up that?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks for your assistance,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:49:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094843#M133239</guid>
      <dc:creator>Kn1ghtR1d3rOfD00m</dc:creator>
      <dc:date>2019-03-12T09:49:52Z</dc:date>
    </item>
    <item>
      <title>Hi </title>
      <link>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094844#M133241</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what are your actual contexts about but you can create a subinterface within 1 of your actual context to create a new l3 interface acting as default gateway for your new subnet.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you asked for a new context, below is the way to process:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. &lt;U&gt;&lt;B&gt;On system context (changeto system)&lt;/B&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;context CTX3&lt;BR /&gt; config-url disk0:CTX3.cfg&lt;BR /&gt; allocate-interface Te0/8 --&amp;gt; i used this one as it is already a shared interface between the 2 existing context.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use a gig interface, it will be the same config but if this gig is already used on another context, you'll need to trunk the vlan from the switch and adapt the interface config on asa.&lt;/P&gt;
&lt;P&gt;As you've failover you need to attach&amp;nbsp;a failover group for this new context:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; context&amp;nbsp;CTX3&lt;BR /&gt; join-failover-group X --&amp;gt; based on your configuration as the fail over groups are already created&lt;BR /&gt; !&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you already have shared interface, the Mac address has been setup. If you have the command mac-address auto then it's fine otherwise a manual mac address has been setup. If this is the case then you need to move on your new context and configured for the interface the Mac address as well as fitted your secondary firewall.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;2. &lt;B&gt;&lt;U&gt;On new context (changeto context CTX3)&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Configured your interface like:&lt;/P&gt;
&lt;P&gt;Interface te0/8.xxx --&amp;gt; xxx corresponds to your new vlan id&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ip address x.x.x.x x.x.x.x&lt;/P&gt;
&lt;P&gt;&amp;nbsp; security-level 100 --&amp;gt; adapt the security level based on your requirements.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;nameif xxxx --&amp;gt; named if your new zone&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Continue the configuration for nat, routing, acl....&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: Please don't forget to rate and mark as correct answer if this answered your question&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 03:19:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094844#M133241</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-08-16T03:19:52Z</dc:date>
    </item>
    <item>
      <title>Thank you, I followed your</title>
      <link>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094845#M133242</link>
      <description>&lt;P&gt;Thank you, I followed your steps with some minor details, but it worked, &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; appreciate that.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 02:06:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094845#M133242</guid>
      <dc:creator>Kn1ghtR1d3rOfD00m</dc:creator>
      <dc:date>2017-08-17T02:06:21Z</dc:date>
    </item>
    <item>
      <title>You're welcome.</title>
      <link>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094846#M133243</link>
      <description>&lt;P&gt;You're welcome.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Did you get any issues?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 02:11:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094846#M133243</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-08-17T02:11:32Z</dc:date>
    </item>
    <item>
      <title>:) </title>
      <link>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094847#M133244</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;yep, since Im not used to ASA deployments, cause they were already set up here, so I took this chance to learn and deploy,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I had some vlans missing and ACLs, at the beggining I missconfigured the interfaces, but I had to remake it all, from the start, lucky for me that these ASAs are empty in the DC, so no problem editing the entire config,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:09:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094847#M133244</guid>
      <dc:creator>Kn1ghtR1d3rOfD00m</dc:creator>
      <dc:date>2017-08-17T14:09:58Z</dc:date>
    </item>
    <item>
      <title>OK nice :-)</title>
      <link>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094848#M133245</link>
      <description>&lt;P&gt;OK nice &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 15:31:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-a-context-in-routed-mode-asa/m-p/3094848#M133245</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-08-17T15:31:28Z</dc:date>
    </item>
  </channel>
</rss>

