<?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: Dual ISP Configuration and PBR on Cisco Firepower in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264024#M1119744</link>
    <description>&lt;P&gt;You use in NAT interface name inside and you mention DMZ1 and DMZ2'&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I see show interface ip breif&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
    <pubDate>Sun, 23 Feb 2025 19:45:10 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2025-02-23T19:45:10Z</dc:date>
    <item>
      <title>Dual ISP Configuration and PBR on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264010#M1119738</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Happy Sunday to all! I am currently working on a production environment with dual ISPs, and I'm encountering some challenges with my configuration. I hope to get some guidance from the community.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Network Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;ISP 1&lt;/STRONG&gt;: Interface 1/1 with IP 22.22.22.22/31, gateway 22.22.22.23&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ISP 2&lt;/STRONG&gt;: Interface 1/2 with IP 33.33.33.33/31, gateway 33.33.33.34&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;DMZ 1&lt;/STRONG&gt;: Interface 1/11 with IP 10.1.1.1/24&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;DMZ 2&lt;/STRONG&gt;: Interface 1/12 with IP 10.2.2.1/24&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm using a Cisco Firepower 4110 and trying to configure Policy-Based Routing (PBR) to manage traffic as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Route traffic from Webservers in DMZ 1 through ISP 1&lt;/LI&gt;&lt;LI&gt;Route traffic from DMZ 2 through ISP 2&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Current Configuration Attempt:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Access Control Lists (ACLs):&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;access-list DMZ1_ACL permit ip 10.1.1.0 0.0.0.255 any
access-list DMZ2_ACL permit ip 10.2.2.0 0.0.0.255 any&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Route-Map and FlexConfig:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;route-map RBP-ISP2 permit 10
match ip address DMZ2_ACL
set interface Ethernet1/2&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Interface Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;interface Ethernet1/12
ip policy route-map RBP-ISP2&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;NAT Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;object network DMZ2_NETWORK
subnet 10.2.2.0 255.255.255.0
nat (inside,outside2) dynamic interface&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Despite these efforts, traffic from DMZ 2 through ISP 2 is dead. I have tested with only ISP 2, but I can't seem to get it to work. Could anyone help point me in the right direction or identify any potential issues with my setup?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 18:15:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264010#M1119738</guid>
      <dc:creator>nomorenoless</dc:creator>
      <dc:date>2025-02-23T18:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP Configuration and PBR on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264011#M1119739</link>
      <description>&lt;P&gt;There is no NAT for prefix 10.1.1.0/24 ??&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 18:19:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264011#M1119739</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-02-23T18:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP Configuration and PBR on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264012#M1119740</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;my focus has been on configuring the NAT for the 10.2.2.0/24 network (DMZ 2) to route traffic through ISP 2 as test as mentioned before but about your question yes, I have:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;object network DMZ1_NETWORK
   subnet 10.1.1.0 255.255.255.0
nat (inside,outside1) dynamic interface&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 18:24:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264012#M1119740</guid>
      <dc:creator>nomorenoless</dc:creator>
      <dc:date>2025-02-23T18:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP Configuration and PBR on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264014#M1119741</link>
      <description>&lt;P&gt;Thinking on the issue I will perform a test,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Reasoning:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Since I am trying to pass a public IP address to a Web Server I cannot do a broad network /24, instead be specific on the web server inside the network 10.2.2.0/24 by example 10.2.2.2/24.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Testing possible workaround:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;object network WEB_SERVER
   host 10.2.2.2
nat (inside,outside2) static 33.33.33.35  (Example public IP)&lt;/LI-CODE&gt;&lt;P&gt;or:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;object network WEB_SERVER
   host 10.2.2.10
nat (inside,outside2) static interface service tcp 80 80
nat (inside,outside2) static interface service tcp 443 443&lt;/LI-CODE&gt;&lt;P&gt;I will do further testing and report here but if anyone have a thought, please I will appreciate the help.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 18:45:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264014#M1119741</guid>
      <dc:creator>nomorenoless</dc:creator>
      <dc:date>2025-02-23T18:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP Configuration and PBR on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264015#M1119742</link>
      <description>&lt;P&gt;Use packet-tracer to check in which phase the traffic stop&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 18:46:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264015#M1119742</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-02-23T18:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP Configuration and PBR on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264016#M1119743</link>
      <description>&lt;P&gt;Based on your network setup and configuration, I can provide some guidance/insight to help for you resolve the issue/s.Your PBR configuration looks correct, but ensure you have a similar configuration for DMZ 1&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;route-map RBP-ISP1 permit 10
match ip address DMZ1_ACL
set interface Ethernet1/1
!
interface Ethernet1/11
ip policy route-map RBP-ISP1&lt;/LI-CODE&gt;&lt;P&gt;Your NAT configuration for DMZ 2 looks correct. For DMZ 1, ensure you have&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;object network DMZ1_NETWORK
subnet 10.1.1.0 255.255.255.0
nat (inside,outside1) dynamic interface&lt;/LI-CODE&gt;&lt;P&gt;Ensure you have proper static routes for both ISP&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;route outside1 0.0.0.0 0.0.0.0 22.22.22.23
route outside2 0.0.0.0 0.0.0.0 33.33.33.34&lt;/LI-CODE&gt;&lt;P&gt;In regards to T-shoot and for traffic flow going to correct path if command you can employee/use to double check.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;show nat detail
!
show route-map
!
packet-tracer input DMZ2 tcp 10.2.2.10 80 8.8.8.8 80
!
logging enable
logging console debugging
!&lt;/LI-CODE&gt;&lt;P&gt;public-facing web servers, you should use static NAT&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;object network WEB_SERVER_DMZ2
host 10.2.2.10
nat (inside,outside2) static 33.33.33.35
!
object network WEB_SERVER_DMZ1
host 10.1.1.10
nat (inside,outside1) static 22.22.22.24
!&lt;/LI-CODE&gt;&lt;P&gt;For port-Forwarding&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;object network WEB_SERVER_DMZ2
host 10.2.2.10
nat (inside,outside2) static interface service tcp 80 80
nat (inside,outside2) static interface service tcp 443 443
!&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 19:12:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264016#M1119743</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2025-02-23T19:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP Configuration and PBR on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264024#M1119744</link>
      <description>&lt;P&gt;You use in NAT interface name inside and you mention DMZ1 and DMZ2'&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I see show interface ip breif&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 19:45:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264024#M1119744</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-02-23T19:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dual ISP Configuration and PBR on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264057#M1119746</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/287680"&gt;@Sheraz.Salim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the hint. The issue was indeed NAT, but it was more complex than initially thought due to my specific configuration. I'm handling a single public IP and can't route it to a /24 network. Therefore, I had to develop a more granular policy to address the network and web server's static IP.&lt;/P&gt;&lt;P&gt;I'll share some details of this configuration once I've finished implementing the network.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2025 22:36:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dual-isp-configuration-and-pbr-on-cisco-firepower/m-p/5264057#M1119746</guid>
      <dc:creator>nomorenoless</dc:creator>
      <dc:date>2025-02-23T22:36:29Z</dc:date>
    </item>
  </channel>
</rss>

