<?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 Mulitple VRF network through ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975900#M937541</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are going to setup ASA ,Currently I am using ASA 5510 for testing purpose,We have some 4 vrf running in the core,which needs to NATed and should be getting internet ,I am pasting the sample config file below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address x.x.x.x x.x.x.x &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.30&lt;/P&gt;&lt;P&gt; description ISG-Interface&lt;/P&gt;&lt;P&gt; vlan 30&lt;/P&gt;&lt;P&gt; nameif ISG&lt;/P&gt;&lt;P&gt; security-level 75&lt;/P&gt;&lt;P&gt; ip address x.x.x.x x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.30&lt;/P&gt;&lt;P&gt; description Internet-Interface&lt;/P&gt;&lt;P&gt; vlan 40&lt;/P&gt;&lt;P&gt; nameif internet&lt;/P&gt;&lt;P&gt; security-level 75&lt;/P&gt;&lt;P&gt; ip address x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.31&lt;/P&gt;&lt;P&gt; description DMZ-Interface&lt;/P&gt;&lt;P&gt; vlan 20&lt;/P&gt;&lt;P&gt; nameif DMZ&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address x.x.x.x  x.x.x.x &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.50&lt;/P&gt;&lt;P&gt; description ISG/BH-Management Interface&lt;/P&gt;&lt;P&gt; vlan 50&lt;/P&gt;&lt;P&gt; nameif mgmt&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.x&lt;/P&gt;&lt;P&gt; description Wireless-Interface&lt;/P&gt;&lt;P&gt; vlan x(Wireless)&lt;/P&gt;&lt;P&gt; nameif WIFI&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.x&lt;/P&gt;&lt;P&gt; description Corporate Network-Interface&lt;/P&gt;&lt;P&gt; vlan x(Corp-network)&lt;/P&gt;&lt;P&gt; nameif Corp&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.x&lt;/P&gt;&lt;P&gt; description DHCP-Non-DHCP TAL Network-Interface&lt;/P&gt;&lt;P&gt; vlan x(Dhcp-Tal)&lt;/P&gt;&lt;P&gt; nameif DHCP-TAL&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat-control&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (ISG ) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (WIFI ) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (DHCP-TAL) 1 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;P&gt;nat (CORP )0  access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-group inside in interface prv-internet&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route ISG x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route ISG x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route WIFI x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route WIFI x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route WIFI x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route CORP x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route CORP x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route CORP x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route CORP x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route DHCP-TAL x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route DHCP-TAL x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list corp-nonat extended permit ip 1 x.x.x.x  x.x.x.x  // for corp network doesnt require any no nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on ,we will add the other access list for all other interface also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this secanrio works in real time,Any one who had experence on this kind of network pls share ,That will be gratefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saji k.s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 12:46:47 GMT</pubDate>
    <dc:creator>sajism220</dc:creator>
    <dc:date>2019-03-11T12:46:47Z</dc:date>
    <item>
      <title>Mulitple VRF network through ASA</title>
      <link>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975900#M937541</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are going to setup ASA ,Currently I am using ASA 5510 for testing purpose,We have some 4 vrf running in the core,which needs to NATed and should be getting internet ,I am pasting the sample config file below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address x.x.x.x x.x.x.x &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.30&lt;/P&gt;&lt;P&gt; description ISG-Interface&lt;/P&gt;&lt;P&gt; vlan 30&lt;/P&gt;&lt;P&gt; nameif ISG&lt;/P&gt;&lt;P&gt; security-level 75&lt;/P&gt;&lt;P&gt; ip address x.x.x.x x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.30&lt;/P&gt;&lt;P&gt; description Internet-Interface&lt;/P&gt;&lt;P&gt; vlan 40&lt;/P&gt;&lt;P&gt; nameif internet&lt;/P&gt;&lt;P&gt; security-level 75&lt;/P&gt;&lt;P&gt; ip address x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.31&lt;/P&gt;&lt;P&gt; description DMZ-Interface&lt;/P&gt;&lt;P&gt; vlan 20&lt;/P&gt;&lt;P&gt; nameif DMZ&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address x.x.x.x  x.x.x.x &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.50&lt;/P&gt;&lt;P&gt; description ISG/BH-Management Interface&lt;/P&gt;&lt;P&gt; vlan 50&lt;/P&gt;&lt;P&gt; nameif mgmt&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.x&lt;/P&gt;&lt;P&gt; description Wireless-Interface&lt;/P&gt;&lt;P&gt; vlan x(Wireless)&lt;/P&gt;&lt;P&gt; nameif WIFI&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.x&lt;/P&gt;&lt;P&gt; description Corporate Network-Interface&lt;/P&gt;&lt;P&gt; vlan x(Corp-network)&lt;/P&gt;&lt;P&gt; nameif Corp&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.x&lt;/P&gt;&lt;P&gt; description DHCP-Non-DHCP TAL Network-Interface&lt;/P&gt;&lt;P&gt; vlan x(Dhcp-Tal)&lt;/P&gt;&lt;P&gt; nameif DHCP-TAL&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat-control&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (ISG ) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (WIFI ) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (DHCP-TAL) 1 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;P&gt;nat (CORP )0  access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-group inside in interface prv-internet&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route ISG x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route ISG x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route WIFI x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route WIFI x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route WIFI x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route CORP x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route CORP x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route CORP x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route CORP x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route DHCP-TAL x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;route DHCP-TAL x.x.x.x  x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list corp-nonat extended permit ip 1 x.x.x.x  x.x.x.x  // for corp network doesnt require any no nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on ,we will add the other access list for all other interface also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this secanrio works in real time,Any one who had experence on this kind of network pls share ,That will be gratefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saji k.s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:46:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975900#M937541</guid>
      <dc:creator>sajism220</dc:creator>
      <dc:date>2019-03-11T12:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mulitple VRF network through ASA</title>
      <link>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975901#M937542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks OK to me - but just to be sure, instead of 0.0.0.0 0.0.0.0; I would replace with the actual IP subnet of the VRF.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also increase the security-level of the ISG interface as you will have to write an ACL for that interface to access the internet!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And of course the switch port that Ethernet 0/1 connects to must be a trunk port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 14:28:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975901#M937542</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-05-19T14:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mulitple VRF network through ASA</title>
      <link>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975902#M937543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I can create the ISG access list in ASA and map with nat interface,people who wants access the internet,eg:like private users with dhcp option 82 and without option 82.will this possible ?Coz all users who use this kind of option will come through ISG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we create acceess list for corp-internet,coz this network will use public ip for there internet use,so we can just give NO NAT and do the same,am i ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also got wifi vrf,people who is accessing wifi,they should be able to get internet,thats needs to nated through ASA,Do we required access list for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 07:35:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975902#M937543</guid>
      <dc:creator>sajism220</dc:creator>
      <dc:date>2008-05-21T07:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mulitple VRF network through ASA</title>
      <link>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975903#M937544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In answer to your questions:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:04:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mulitple-vrf-network-through-asa/m-p/975903#M937544</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-05-21T08:04:58Z</dc:date>
    </item>
  </channel>
</rss>

