cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1448
Views
15
Helpful
6
Replies

Static route from ISP to 2 HSRP routers

Mirko442
Level 1
Level 1

Hello guys,

i have new question:

This is part of my topology:

Mirko442_0-1673975479762.png

So I have configured static routes on ISP for network 10.30.7.0/24 (PC4+JA1+JA2):

ip route 10.30.7.0 255.255.255.0 132.4.4.2
ip route 10.30.7.0 255.255.255.0 132.4.4.3

On JA1 and JA2 I've configured HSRP with JA1 being primary. It works fine, but if I shut interface g1/0 on JA1, my ISP router still shows network 10.30.7.0/24 next hop 132.4.4.2 (JA1) but not 132.4.4.3 (JA2).

Mirko442_1-1673976315011.png

What am I missing for ISP to know 10.30.7.0/24 with 132.4.4.3 address if interface g1/0 on JA1 is shut?

 

 

 

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi @Mirko442 ,

This is normal behavior, as the static route does not validate the next hop liveliness by default. There are at least two options you could consider to fix the issue:

1- Use a static route with IP SLA

2- Configure HSRP on interface gi2/0 on Ja1 and JA2 and have only one static route on the ISP router pointing to the HSRP virtual IP address.

Regards,

 

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

6 Replies 6

Harold Ritter
Spotlight
Spotlight

Hi @Mirko442 ,

This is normal behavior, as the static route does not validate the next hop liveliness by default. There are at least two options you could consider to fix the issue:

1- Use a static route with IP SLA

2- Configure HSRP on interface gi2/0 on Ja1 and JA2 and have only one static route on the ISP router pointing to the HSRP virtual IP address.

Regards,

 

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

config other HSRP group between two Edge routers and ISP.

@MHM Cisco World Interesting. How would the ISP direct traffic towards that second standby IP ? Can you provide the details of your solution?

Sure, if you want
it easy as me and @Harold Ritter  suggest 
config HSRP between two edge routes ja1 and ja2 and config static route in ISP toward VIP of this new HSRP 
the static route will be 
ip route <LAN> <LAN mask> <new HSRP group VIP>

here each Ja1 and Ja2 will run two HSRP group 
one toward LAN 
other toward ISP 

it classic friend 

Mirko442
Level 1
Level 1

Wow don't know how I didn't consider that xD, thanks for the quick help guys!

 

you are so welcome