<?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 Cisco 2801 with 2 ISP in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877250#M184962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; it can be made something like a policy rules ?... if the packets can't be send to a specifed ip address that the interface to be shut down and then it will detect a failover .. and it will use the backup interface. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2012 07:05:35 GMT</pubDate>
    <dc:creator>petrutz_21</dc:creator>
    <dc:date>2012-02-24T07:05:35Z</dc:date>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877237#M184949</link>
      <description>&lt;P&gt;Hi all !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me with a simple configuration of a 2801 Router. I have 2 internet providers with static ip's connected to F0/0 and F0/1 and one Vlan for LAN area. I would like to configure the router to use one primary line and just in case to use the back-up line. What should i use ? &lt;/P&gt;&lt;P&gt;This is how i configured:&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; description ISP1&lt;/P&gt;&lt;P&gt; ip address 192.168.8.10 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description ISP2&lt;/P&gt;&lt;P&gt; ip address 192.168.2.10 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/3/0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/3/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/3/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/3/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description $ES_LAN$&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.8.1&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.2.1 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source route-map ISP2 interface FastEthernet0/1 overload&lt;/P&gt;&lt;P&gt;ip nat inside source route-map ISP1 interface FastEthernet0/0 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 100 permit ip 192.168.1.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;route-map ISP2 permit 10&lt;/P&gt;&lt;P&gt; match ip address 100&lt;/P&gt;&lt;P&gt; match interface FastEthernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route-map ISP1 permit 10&lt;/P&gt;&lt;P&gt; match ip address 100&lt;/P&gt;&lt;P&gt; match interface FastEthernet0/0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;control-plane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if detects that it hasn't cable link on the FastEthernet interfaces it's working. I'm using 2 wireless gateways to acces the internet each one connected on the 2 FaEth for simulating the providers. If i simulate an issue on the provider ( i've removed the sim from the wireless gateway) it doesn't pass on the second isp.&lt;/P&gt;&lt;P&gt;I haved trying to configure with&amp;nbsp; "IP Service Level Agreements " for failover / load balancing but the command "ip sla" is incomplete. I can't make an update of the IOS because the customer do not have an Service Contract with Cisco. &lt;/P&gt;&lt;P&gt;There is another way to configure it? &lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What configuration should i make further ?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 23:23:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877237#M184949</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2019-03-04T23:23:26Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877238#M184950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with an EEM script, but considering you want advanced features, you should have the rightly licensed system to use them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 19:10:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877238#M184950</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2012-02-22T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877239#M184951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paste output of:&lt;/P&gt;&lt;P&gt;1. "show version"&lt;/P&gt;&lt;P&gt;2. conf t&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip sla ?&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; conf t&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rtr ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 20:42:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877239#M184951</guid>
      <dc:creator>Gautam Renjen</dc:creator>
      <dc:date>2012-02-22T20:42:39Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877240#M184952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried adding "ip policy route-map &lt;EM&gt;name&lt;/EM&gt;" to interfaces?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 07:04:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877240#M184952</guid>
      <dc:creator>ebarticel</dc:creator>
      <dc:date>2012-02-23T07:04:33Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877241#M184953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. &lt;SPAN&gt;Cisco IOS Software, 2801 Software (C2801-IPBASE-M), Version 12.4(16b), RELEASE S&lt;BR /&gt;OFTWARE (fc3)&lt;BR /&gt;Technical Support: &lt;A href="http://www.cisco.com/techsupport" target="_blank"&gt;http://www.cisco.com/techsupport&lt;/A&gt;&lt;BR /&gt;Copyright (c) 1986-2007 by Cisco Systems, Inc.&lt;BR /&gt;Compiled Thu 20-Dec-07 03:43 by prod_rel_team&lt;BR /&gt;&lt;BR /&gt;ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)&lt;BR /&gt;&lt;BR /&gt;System returned to ROM by power-on&lt;BR /&gt;System image file is "flash:c2801-ipbase-mz.124-16b.bin"&lt;BR /&gt;&lt;BR /&gt;Cisco 2801 (revision 7.0) with 114688K/16384K bytes of memory.&lt;BR /&gt;Processor board ID FCZ123212X3&lt;BR /&gt;6 FastEthernet interfaces&lt;BR /&gt;DRAM configuration is 64 bits wide with parity disabled.&lt;BR /&gt;191K bytes of NVRAM.&lt;BR /&gt;62720K bytes of ATA CompactFlash (Read/Write)&lt;BR /&gt;&lt;BR /&gt;Configuration register is 0x2102&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;SPAN&gt;ip sla ?- monitor ? - key-chain / responder ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it doesn't have "&lt;EM&gt;operation-number"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3.&lt;/EM&gt;&amp;nbsp; it doesn't have&amp;nbsp;&amp;nbsp; "rtr" command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 07:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877241#M184953</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2012-02-23T07:39:38Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877242#M184954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didn't try ! could you please paste me a small config if you know that it will work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 07:40:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877242#M184954</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2012-02-23T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877243#M184955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he doesn't want to use PBR he only wants to use IP SLA to detect a failure on the ISP side to track the primary static route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toma, can you take a look here:&amp;nbsp; &lt;A href="http://www.cisco.com/en/US/docs/ios/12_4/ip_sla/configuration/guide/hsicmp.html#wp1049823"&gt;http://www.cisco.com/en/US/docs/ios/12_4/ip_sla/configuration/guide/hsicmp.html#wp1049823&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 07:56:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877243#M184955</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2012-02-23T07:56:44Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877244#M184956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I told up here in the post the IOS that i have doesn't have all IP SLA options . The &lt;STRONG style="font-weight: bold;"&gt;ip sla monitor &lt;/STRONG&gt;&lt;EM style="font-weight: normal;"&gt;operation-number&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;command is missing. I've search a lot on the internet and I've read also on that link that you've send it to me but it doesn't help me because of the IOS version that is on the router. I can't make an update of the IOS because the customer do not have an Service Contract with Cisco. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 08:36:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877244#M184956</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2012-02-23T08:36:13Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877245#M184957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To track the primary connection you must use IP SLA . &lt;BR /&gt;First configure the track to check if the primary ISP is up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track 10 ip sla 1 reachability&lt;/P&gt;&lt;P&gt; delay down 10 up 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure the object . &lt;/P&gt;&lt;P&gt;ip sla 1&lt;/P&gt;&lt;P&gt; icmp-echo 8.8.8.8 source-ip &lt;IP of="" primary="" isp="" interface=""&gt; &lt;/IP&gt;&lt;/P&gt;&lt;P&gt; threshold 2000&lt;/P&gt;&lt;P&gt; frequency 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip sla schedule 1 life forever start-time now&lt;/P&gt;&lt;P&gt;Now , the routes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 &lt;ISP 1="" gateway=""&gt;&amp;nbsp; track 10&amp;nbsp; # this route is up only ip the Sla object is up.&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 &lt;ISP 2="" gateway=""&gt; 254&amp;nbsp;&amp;nbsp;&amp;nbsp; # if the tracked object is down the first route is removed and this route will be used. &lt;/ISP&gt;&lt;/ISP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 08:42:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877245#M184957</guid>
      <dc:creator>Brunhuber Adrian</dc:creator>
      <dc:date>2012-02-23T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877246#M184958</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 indeed then in this case&amp;nbsp; as Paolo stated you can use a EEM script to ping the ISP and according to result flush the primary static route from RIB.&lt;/P&gt;&lt;P&gt;I verified on Cisco feature Navigator and you can do EEM v1.0 with IPBASE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 09:03:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877246#M184958</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2012-02-23T09:03:31Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877247#M184959</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;As I told upper in this post ..the IOS doesn't have IP SLA , IP SLA MONITOR, RTR commands complete.&lt;/P&gt;&lt;P&gt;I must configure something like : sending packets ( ex.&amp;nbsp; icmp packets ) to an ip from the internet&amp;nbsp; ( ex. google 8.8.8.8 ) and if the packets can't be sent than the router to use the backup interface. When receives replies form a specified public ip address on the first interface that should go back to it and have the connection up on the primary interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 09:38:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877247#M184959</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2012-02-23T09:38:22Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877248#M184960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3&gt;&lt;A href="http://forums.wowace.com/showthread.php?t=19844"&gt;&lt;EM&gt;Any other solutions ? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/A&gt;&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 11:09:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877248#M184960</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2012-02-23T11:09:08Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877249#M184961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The only way to know if a connection more than 1 hop away it down, or something at Layer 3 is down, while Layer 2 is still up, it to use SLA / EEM, which isn't supported in ipbase image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this customer has multiple routers, then you might want to use another router that has a higher feature set in this location , and swap the devices. Other than that, i highly doubt if someone will come up with a solution that would be manageable and supportable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 06:35:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877249#M184961</guid>
      <dc:creator>Gautam Renjen</dc:creator>
      <dc:date>2012-02-24T06:35:19Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877250#M184962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; it can be made something like a policy rules ?... if the packets can't be send to a specifed ip address that the interface to be shut down and then it will detect a failover .. and it will use the backup interface. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 07:05:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877250#M184962</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2012-02-24T07:05:35Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877251#M184963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. There is no such solution available in the base image to detect this at Layer - 3 or higher. There could be if you used the PPP protocol for example end to end , but if your isp isn't using that, then it won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If we shut down interface 1, then how will we ever know that the ISP Service / connection via interface 1 is working fine at a later point in time, so that we can "no shut" it and bring it back up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i mean to say is, lets say Fa0/0 is up/up and so is Fa0/1. &lt;/P&gt;&lt;P&gt;The internet connection via Fa0/0 goes down. Interface is up/up. Lets say we have a mechanism to detect it. Say, we shut the interface. Now, how will that mechanism tell us if the connection is back up, when the "test packets" that need to go out of interface Fa0/0 can't go out because it's shut. It's going to be in permanent shut mode unless manually no shut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this we actually remove routes pointing to that interface / or change AD etc, but never "shut" it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 09:56:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877251#M184963</guid>
      <dc:creator>Gautam Renjen</dc:creator>
      <dc:date>2012-02-24T09:56:39Z</dc:date>
    </item>
    <item>
      <title>Cisco 2801 with 2 ISP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877252#M184964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Renjen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will search more and if I will not find a proper solution .. I will try to follow the procedure with the IOS updating .. &lt;/P&gt;&lt;P&gt;If I will find a "gate out"&amp;nbsp; i will posted here &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again...&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 10:03:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cisco-2801-with-2-isp/m-p/1877252#M184964</guid>
      <dc:creator>petrutz_21</dc:creator>
      <dc:date>2012-02-24T10:03:25Z</dc:date>
    </item>
  </channel>
</rss>

