cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
0
Helpful
4
Replies

Complex HSRP Design Issue

jfraasch
Level 3
Level 3

I work for a company and we want to implement HSRP. We are a small ISP and most of our customers come into a fastethernet port on subinterfaces. We have fastethernet 0/1.100 through 0/1.125. So 25 customers, each with their own network addressing come into this one port.

The problem is, some of these network are /30 so there is only room for two usable IP addresses....it doesnt seem like I can implement HSRP in this instance UNLESS I can make the Virtual HSRP (standby IP) address the current default gateway of the user and then put a completely different network address on the two physical ethernet interfaces.

Does that make sense? So if customer has the 10.0.0.0/30 network, then he is 10.0.0.1 and I am 10.0.0.2. Can I make the Standby IP of the router to be 10.0.0.2 and then change the physical address of the ethernet port on each router to be say on the 172.16.0.0/30 network?

If so, how would the routing work.

I have always gotten good feedback here, I hope it happens again.

4 Replies 4

dnewell24
Level 1
Level 1

My understanding is your customers come in on one physical subinterface. The customer router and provider router establish IP connectivity over the link using /30 addresses. Or are these IP work stations? Regardless, why would you want to implement HSRP over this link? I believe HSRP would be appropriate on the customer router interface facing the LAN. And you still would require another router at the customer site to act as the Hot Standby Router.

If you are adding another provider router into the mix utilize a routing protocol or static routes for fault tolerance.

In the scenario you’re describing I don’t see a need for a Hot Standby Router. There might be something I’m missing. If you have any further information please provide.

Ryan

Ryan,

Thanks for the response.

The issue is that if I need to upgrade the code on this router then I want all customer traffic to fail over to the standby router.

The connections we provide are 100% ethernet. So all customer traffic terminates on ethernet ports on our routers and on theirs. The configuration is much like a serial point to point connection.

Maybe HSRP isnt even the answer...I dont know if that is direction you are trying to push this topic but I am certainly open to alternatives.

The main idea is that I need customers to stay up when I need to reload, upgrade, or replace the primary router.

Thanks again.

James

Hi

I did just answer a similar question in the WAN forum, so I just copy that answer.

I'm not sure if this config is working, but it's worth to try.

router_1

int eth0

ip address 192.168.1.2 ( faked address )

standby ip 192.168.1.1

standby ip 1.2.3.2 secondary ( real adress )

ip route 0.0.0.0 0.0.0.0 1.2.3.1 eth 0

ip route 1.2.3.0 255.255.255.252 eth 0

router_2

ip address 192.168.1.3 ( faked address )

standby ip 192.168.1.1

standby ip 1.2.3.2 secondary ( real adress )

ip route 0.0.0.0 0.0.0.0 1.2.3.1 eth 0

ip route 1.2.3.0 255.255.255.252 eth 0

regards

Mike

I currently have that config but there seems to be some sort of routing issue going from a customer side all the way through the router....I am going to look into it and maybe I can but static null routes to make it work.

I will post on Wednesday the results.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: