<?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: Conditional NAT between different VRFs in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910735#M1103751</link>
    <description>&lt;P&gt;So far as I remember, regular NAT should do: "ip nat inside source list 100 interface g0/1 vrf RED overload". RED VRF will be placed into translation entry. Responses will be accepted in any VRF, including VRF BLUE, traffic UNNATed and sent to VRF RED. This should work identically in IOS and IOS-XE. Need to be tested though. (I could never understand why docs and Cisco NAT FAQ says that NAT NVI is required to NAT between different VRFs).&lt;/P&gt;&lt;P&gt;If you NAT to a pool borrowed from connected subnet, you may need to add "match-in-vrf" option, otherwise GARP entry is programmed in global VRF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2023 15:46:42 GMT</pubDate>
    <dc:creator>tvotna</dc:creator>
    <dc:date>2023-08-23T15:46:42Z</dc:date>
    <item>
      <title>Conditional NAT between different VRFs</title>
      <link>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910473#M1103723</link>
      <description>&lt;P&gt;Hello Guys,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone tried to make conditional NAT between different VRFs and is it even supported in IOS ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 07:58:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910473#M1103723</guid>
      <dc:creator>Palazsto</dc:creator>
      <dc:date>2023-08-23T07:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional NAT between different VRFs</title>
      <link>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910501#M1103725</link>
      <description>&lt;LI-CODE lang="markup"&gt;conditional NAT between different VRFs &lt;/LI-CODE&gt;
&lt;P&gt;Can you give some example of your use case&lt;/P&gt;
&lt;P&gt;as per i know NAT supported in VRF in IOS latest code as i know.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 08:52:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910501#M1103725</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2023-08-23T08:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional NAT between different VRFs</title>
      <link>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910522#M1103726</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="inter-vrf-cond-nat.PNG" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/195064i8BED7131E8C970CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="inter-vrf-cond-nat.PNG" alt="inter-vrf-cond-nat.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;if source address is 192.168.1.1 and the destination is 172.16.1.1 then NAT 192.168.1.1 to 10.1.1.1 &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 09:35:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910522#M1103726</guid>
      <dc:creator>Palazsto</dc:creator>
      <dc:date>2023-08-23T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional NAT between different VRFs</title>
      <link>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910532#M1103727</link>
      <description>&lt;P&gt;You can do that NAT in normal right - or am i missing anything here ?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 09:56:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910532#M1103727</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2023-08-23T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional NAT between different VRFs</title>
      <link>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910551#M1103728</link>
      <description>&lt;P&gt;I think vrfs change the picture, and NVI must be involved but I don't see many docs and config guides.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 10:23:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910551#M1103728</guid>
      <dc:creator>Palazsto</dc:creator>
      <dc:date>2023-08-23T10:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional NAT between different VRFs</title>
      <link>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910735#M1103751</link>
      <description>&lt;P&gt;So far as I remember, regular NAT should do: "ip nat inside source list 100 interface g0/1 vrf RED overload". RED VRF will be placed into translation entry. Responses will be accepted in any VRF, including VRF BLUE, traffic UNNATed and sent to VRF RED. This should work identically in IOS and IOS-XE. Need to be tested though. (I could never understand why docs and Cisco NAT FAQ says that NAT NVI is required to NAT between different VRFs).&lt;/P&gt;&lt;P&gt;If you NAT to a pool borrowed from connected subnet, you may need to add "match-in-vrf" option, otherwise GARP entry is programmed in global VRF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 15:46:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conditional-nat-between-different-vrfs/m-p/4910735#M1103751</guid>
      <dc:creator>tvotna</dc:creator>
      <dc:date>2023-08-23T15:46:42Z</dc:date>
    </item>
  </channel>
</rss>

