<?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: Cisco Firewall PAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316453#M1122048</link>
    <description>&lt;P&gt;&lt;SPAN&gt;ip route 0.0.0.0 0.0.0.0&amp;nbsp;x.x.23.1&amp;nbsp; &amp;lt; To ISP Gateway&amp;gt; this wrong&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It must point to Inside Interface IP of FTD' your L3SW not connect directly to ISP to use it IP in static route&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MHM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2025 14:45:31 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2025-08-01T14:45:31Z</dc:date>
    <item>
      <title>Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316447#M1122047</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looking for your suggestion here..&lt;/P&gt;&lt;P&gt;I have cisco internet&amp;nbsp; 3850 L3 switch with ISP provided ip /29, switch is connected to FTD firewall where&amp;nbsp; i need to do pat with free ip of /29 range.&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;3850#&amp;nbsp;&lt;/P&gt;&lt;P&gt;vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;int Gi1/1&lt;/P&gt;&lt;P&gt;switchport access vlan 10&lt;/P&gt;&lt;P&gt;description 'connected to ISP'&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;int vlan 10&lt;/P&gt;&lt;P&gt;ip address x.x.23.2 255.255.255.248&lt;/P&gt;&lt;P&gt;des ' ISP IP subnet'&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;int G1/2&lt;/P&gt;&lt;P&gt;description 'connected to Firewall Outside'&lt;/P&gt;&lt;P&gt;switchport access vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0&amp;nbsp;x.x.23.1&amp;nbsp; &amp;lt; To ISP Gateway&amp;gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Firewall-&lt;/P&gt;&lt;P&gt;interface Ethernet1/1&lt;BR /&gt;nameif Outside&lt;/P&gt;&lt;P&gt;ip address&amp;nbsp;x.x.23.3 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1/1&lt;BR /&gt;nameif Inside&lt;/P&gt;&lt;P&gt;ip address&amp;nbsp;172.16.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object-group network LAN&lt;BR /&gt;network-object 172.16.10.0 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;object-group network PAT&lt;BR /&gt;network-object x.x.23.4 255.255.255.255&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (IB-Inside,IB-Outside) source static LAN PAT&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&lt;/P&gt;&lt;P&gt;route Outside 0.0.0.0 0.0.0.0 x.x.23.2&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;My concern is ..how would switch know that PAT IP x.x.23.4 is on firewall side, is there any config need to do on firewall for nat to work properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 14:40:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316447#M1122047</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2025-08-01T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316453#M1122048</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ip route 0.0.0.0 0.0.0.0&amp;nbsp;x.x.23.1&amp;nbsp; &amp;lt; To ISP Gateway&amp;gt; this wrong&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It must point to Inside Interface IP of FTD' your L3SW not connect directly to ISP to use it IP in static route&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MHM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 14:45:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316453#M1122048</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-08-01T14:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316455#M1122049</link>
      <description>&lt;P&gt;Hi, ISP link is connected to 3850 switch indeed.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 14:53:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316455#M1122049</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2025-08-01T14:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316458#M1122050</link>
      <description>&lt;P&gt;You have&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ISP-SW-FTD&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FTD config with NAT?&lt;/P&gt;
&lt;P&gt;The user is direct connect to FTD or there is another interface from SW connect to FTD?&lt;/P&gt;
&lt;P&gt;Also why FTD not direct connect to ISP?&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 14:58:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316458#M1122050</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-08-01T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316481#M1122051</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ISP-SW-FTD - Yes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FTD config with NAT? - Yes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The user is direct connect to FTD or there is another interface from SW connect to FTD?&amp;nbsp; - another switch of users connected to FTD Inside.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also why FTD not direct connect to ISP? - due to some limitation, cannot connect direct.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 15:32:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316481#M1122051</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2025-08-01T15:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316499#M1122054</link>
      <description>&lt;P&gt;Check below solution&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 05:04:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316499#M1122054</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-08-02T05:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316518#M1122056</link>
      <description>&lt;P&gt;is there any other alternative with the current ip subnet ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 17:14:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316518#M1122056</guid>
      <dc:creator>Anukalp S</dc:creator>
      <dc:date>2025-08-01T17:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316520#M1122058</link>
      <description>&lt;P&gt;Check below solution&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 05:04:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316520#M1122058</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-08-02T05:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316530#M1122059</link>
      <description>&lt;P&gt;Just configure the switch to connect via a Layer 2 (switchport) interface to both the upstream ISP equipment and the FTD firewall. Then there is no need for NAT, PAT or even the VLAN 10 SVI on the switch. (manage it via the Gi0 mgmt interface which has its own VRF on a 3850).&lt;/P&gt;
&lt;P&gt;Your firewall then default routes to the ISP address and the ISP sees the firewall as the source for all addresses in your /29 (apart from itself of course) that you are using for NAT or PAT.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 17:59:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316530#M1122059</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2025-08-01T17:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316535#M1122062</link>
      <description>&lt;P&gt;Ftd cannot direct connect because of ?&lt;/P&gt;
&lt;P&gt;It fiber link issue? I.e. it L1 issue&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 18:08:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316535#M1122062</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-08-01T18:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Firewall PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316577#M1122063</link>
      <description>&lt;P&gt;You can make this work with the current subnet.&lt;BR /&gt;But as Marvin points out, there's no need to involve the L3 functionality on the 3850 unless you specifically want to.&lt;/P&gt;
&lt;P&gt;With the current setup, you would need to:&lt;BR /&gt;#1 On the FTD, change the default route from x.x.23.2 to x.x.23.1 (since everyone is in vlan10, no need to route "to" the 3850)&lt;BR /&gt;#2 On the FTD, change the NAT to be a dynamic NAT, not static.&lt;/P&gt;
&lt;P&gt;Regarding your original questions. How does the switch (or in this case, the ISP) know that .4 is on the FTD.&lt;BR /&gt;The ISP (or the switch if this was a different setup) would do an ARP request for x.x.23.4&lt;BR /&gt;And because the firewall has NAT configured for x.x.23.4, it's going to respond to the ARP request with its own MAC address.&lt;BR /&gt;No additional config is needed&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 21:05:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-firewall-pat/m-p/5316577#M1122063</guid>
      <dc:creator>Jonatan Jonasson</dc:creator>
      <dc:date>2025-08-01T21:05:11Z</dc:date>
    </item>
  </channel>
</rss>

