<?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: Is there any cisco device/firewall which support two ISP  in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774703#M52512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this establishes load-sharing / redundancy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Mohammed Mahmoud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2007 08:57:18 GMT</pubDate>
    <dc:creator>mohammedmahmoud</dc:creator>
    <dc:date>2007-08-31T08:57:18Z</dc:date>
    <item>
      <title>Is there any cisco device/firewall which support two ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774700#M52509</link>
      <description>&lt;P&gt;I have two ISP with respective public IP which are used natting server.Our main purpose is Load balancing and redundancy between two ISP link.If one ISP link is fail access from outside will be live.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 02:33:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774700#M52509</guid>
      <dc:creator>arjunsawant</dc:creator>
      <dc:date>2019-03-04T02:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any cisco device/firewall which support two ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774701#M52510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a Cisco router with NAT for the load balancing, it should look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt;ip address &lt;LAN&gt;&lt;/LAN&gt;&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial0/0&lt;/P&gt;&lt;P&gt;description ***ISP1***&lt;/P&gt;&lt;P&gt;ip address &lt;ISP1&gt;&lt;/ISP1&gt;&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial0/1&lt;/P&gt;&lt;P&gt;description ***ISP2**&lt;/P&gt;&lt;P&gt;ip address &lt;ISP2&gt;&lt;/ISP2&gt;&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source route-map ISP1_NAT ...&lt;/P&gt;&lt;P&gt;ip nat inside source route-map ISP2_NAT ...&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 1 permit &lt;LAN&gt;&lt;/LAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route-map ISP1_NAT permit 10&lt;/P&gt;&lt;P&gt;match ip address 1&lt;/P&gt;&lt;P&gt;match interface Serial0/0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route-map ISP2_NAT permit 10&lt;/P&gt;&lt;P&gt;match ip address 1&lt;/P&gt;&lt;P&gt;match interface Serial0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 serial0/0&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 serial0/1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Mohammed Mahmoud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 08:15:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774701#M52510</guid>
      <dc:creator>mohammedmahmoud</dc:creator>
      <dc:date>2007-08-31T08:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any cisco device/firewall which support two ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774702#M52511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks a lot for ur reply,but is it supported to redundancy purpose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For accessing server from outside,they are natted on firewall.our router's fastethernet ip is public ip which is connected to the firewall.please tell me any scenario if u have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 08:43:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774702#M52511</guid>
      <dc:creator>arjunsawant</dc:creator>
      <dc:date>2007-08-31T08:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any cisco device/firewall which support two ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774703#M52512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this establishes load-sharing / redundancy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Mohammed Mahmoud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 08:57:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774703#M52512</guid>
      <dc:creator>mohammedmahmoud</dc:creator>
      <dc:date>2007-08-31T08:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any cisco device/firewall which support two ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774704#M52513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry my reply was before you edited your post and added this part "For accessing server from outside,they are natted on firewall.our router's fastethernet ip is public ip which is connected to the firewall.please tell me any scenario if u have".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cay you please elaborate more on your topology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mohammed Mahmoud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 10:01:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774704#M52513</guid>
      <dc:creator>mohammedmahmoud</dc:creator>
      <dc:date>2007-08-31T10:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any cisco device/firewall which support two ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774705#M52514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main purpose is redundancy and load shairing between two ISP.If i take public ip from ISP1 and my ISP1 link fail,i can access internet via ISP2 but external user cant access internal server which are natted on firewall with ISP1 public IP.I cant configure one private ip with two public IP on my current firewall.so is there any device?please help me.Please see attachment.&lt;/P&gt;&lt;P&gt;Is it possible with BGP?is it supported redundancy and load shairing between two ISP?&lt;/P&gt;&lt;P&gt;if possible please send me config example.&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>Sat, 01 Sep 2007 05:21:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774705#M52514</guid>
      <dc:creator>arjunsawant</dc:creator>
      <dc:date>2007-09-01T05:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any cisco device/firewall which support two ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774706#M52515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is possible. WE have implemented this with Reliance &amp;amp; Bharti.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following urls i used them &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/459/40.html" target="_blank"&gt;http://www.cisco.com/warp/public/459/40.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/459/27.html" target="_blank"&gt;http://www.cisco.com/warp/public/459/27.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH - Pls rate if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 07:44:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/is-there-any-cisco-device-firewall-which-support-two-isp/m-p/774706#M52515</guid>
      <dc:creator>anandramapathy</dc:creator>
      <dc:date>2007-09-01T07:44:58Z</dc:date>
    </item>
  </channel>
</rss>

