04-23-2018 02:43 AM - edited 03-05-2019 10:19 AM
Why do we connect two ISP routers back to back ?
can i add secondary (isp router b) route if primary router fails to ISP A
04-23-2018 02:54 AM
Hi there,
Multihoming is used to provide at the very least redundancy and at best load-balancing.
Take a look here for some example configurations. This link sounds like your setup:
https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13762-40.html#anc22
cheers,
Seb.
04-23-2018 06:20 AM
04-23-2018 10:01 PM
We have two ISP routers to different service providers. We are using static IP not BGP.
After we connect two routers back to back and wanted to know if we can using primary static route ip xx.xxx.xx and secondary ip yy.yy.yy ? simple question.
04-24-2018 12:27 AM
Hi there,
If you are going to use static routes what you require is an IP SLA job and a secondary floating static route with a higher metric than the default AD of 1.
In the example below assume Gi0/1 is connected to ISP1 and Gi0/2 is connected to ISP2. Replace <ISP_01_RTR_IP> with the IP address with the next hop IP on the ISP1 link.
In the event that the IP SLA job can no longer receive an ICMP reply from 8.8.8.8 via Gi0/1, it will remove the primary static route and the floating static route will be installed.
! ip sla 1 icmp-echo <ISP_01_RTR_IP> source-interface gi0/1 ! ip sla schedule 1 life forever start-time now ! track 1 ip sla 1 reachability ! ip route 0.0.0.0 0.0.0.0 gi0/1 track 1 ip route 0.0.0.0 0.0.0.0 gi0/2 2 !
cheers,
Seb.
04-24-2018 09:53 AM
05-03-2018 02:03 AM
Hi there,
I understand the points, I am unable to do it since the network setup is simple.
We have two different routers to two diff. ISP.
Using statics route.
Connected two back to back routers
Using HSRP for WAN, l3 & L2
If one router/isp fails the second one should be taking over.
ip route 192.168.1.1 primary
ip route 192.168.2.1 secondary
will this work ?
05-03-2018 04:41 AM
05-03-2018 05:15 AM
05-04-2018 02:33 AM
05-04-2018 03:56 AM
You have 192.168.25.0/29, a private block, shared by your L3 core switches and your routers? Yes
14.143.117.xx/30
220.227.125.xxx/30 |
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide