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

MHSRP

londint
Level 1
Level 1

Please can we configure HSRP on 2 switches Cat 6509 with Sup720 on IOS cnnected to easch other to have single gateways for each vlan.

I am told that we have to have MHSRP.

Thanks

2 Replies 2

Anand Narayana
Level 6
Level 6

If u wanted to configure HSRP u need to have an MSFC card(layer 3) then only it is possible to configure HSRP on your 6509 switches.

once the MSFC card is inserted.

issue the command as....

6509>session 15

which will take you the layer 3 card.

which

configuration looks like below....

switch-A

interface vlan 2

ip address 10.1.1.2 255.255.255.0

standby 1 ip 10.1.1.1

standby 1 timers 5 15

standby 1 priority 101

standby 1 preempt

switch-B

interface vlan 2

ip address 10.1.1.3 255.255.255.0

standby 1 ip 10.1.1.1

standby 1 timers 5 15

standby 1 priority 100

standby 1 preempt

on the pc side you need to give the gateway ip address as 10.1.1.1 which is a virtual IP address, which means even if switch-A fails automatically switch-B takes the load.

eg. normal scenario 10.1.1.1 will act as 10.1.1.2,if 10.1.1.2 fails 10.1.1.1 will act as 10.1.1.3.

Note: on both the switches you need to have layer 3 cards installed.

hope this helps.

rate this post if cleared.

as posted earlier, you can configure HSRP if you have MSFC on it.

this URL will help you to get overview and configuration of HSRP.

http://www.cisco.com/univercd/cc/td/doc/cisintwk/ics/cs009.htm

hope to help ... rate if it does ...

Review Cisco Networking products for a $25 gift card