cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
33129
Views
25
Helpful
17
Replies

Best practice for High availability design, HSRP

Hi,

I am planning to create High Availability for LAN to WAN connectivity.

But I want to know your opinion about the best way how to do this. I googled for a solution/best way how to do this, but I didn't found in my opinion right answer.

The situation:

I have 2 3945E Routers and 2 3560 switches. The design that I am planning to implement is below.

The main goal is to have redundant connection, whatever one of the devices will fail. For example, if the R1 will fail, R2 should become active, if the SW1 will fail, the SW2 will take care about reachability and vice versa. The router 1 should be preferred always, if the link to ISP isn't down, because of greater bandwidth. So why am I drown 2 connections to 2 separate switches. If the SW1 will fail, I will still have a connection to WAN using R1 router.

The Router interface should be configured with sub interfaces (preferred over secondary IP address of interface), because more than 10 subnets will be assigned to the LAN segment. The routers have 4 Gi ports.

HSRP must be enabled on LAN side, because PC's on LAN must have redundant def. getaway.

So, the question is - what is the best and preferred way to do this?

In my opinion, I should use BVI and combine R1 routers 2 interfaces in to logical one and do the same for the R2.

Next, turn the router in to L3 switch using IRB and then configure HSRP.

What would be your preferred way to do this?

design.png

17 Replies 17

Hi Nadu,

actually I can't see the content (solution) on the provided website, however I got the point!
Thank you!

Regards,

Audrius

Hi Audrius,

OK, see the below per vlan HSRP config example...

HSRP config in Primary 3560:

interface Vlan1
ip address 10.1.1.2 255.255.255.0
standby 1 ip 10.1.1.1
standby 1 priority 110
standby 1 preempt

interface Vlan2
ip address 10.1.2.2 255.255.255.0
standby 1 ip 10.1.2.1
standby 1 priority 110
standby 1 preempt

interface Vlan3
ip address 10.1.3.2 255.255.255.0
standby 1 ip 10.1.3.1
standby 1 priority 110
standby 1 preempt


HSRP config Secondary 3560:


interface Vlan1
ip address 10.1.1.3 255.255.255.0
standby 1 ip 10.1.1.1

interface Vlan2
ip address 10.1.2.3 255.255.255.0
standby 1 ip 10.1.2.1

interface Vlan3
ip address 10.1.3.3 255.255.255.0
standby 1 ip 10.1.3.1


Hope the above will help you, also remember to rate all the helpfull posts which will give value to the contribute efforst put on it and encourage others throughout this great CSC.


Please rate the helpfull posts.
Regards,
Naidu.

Hi Naidu,

 

I need some help with same design and i'm a beginner. i'm really confused with my design. Can you help me with configuration. i will share the design.

 

I had 2 Cisco router, 2 Firewall(FPR 2110), 2 cisco(3850), 2 Wireless controller and 9 Access switches(2960). They need HSRP for Redundancy.

 

Thanks,

Misbah

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:

Review Cisco Networking products for a $25 gift card