02-03-2011 11:30 PM - edited 03-06-2019 03:21 PM
Hi All,
I want to run HSRP into my network.i am using two 4503 switch one is main and another one is standby. i configured VLAN into my switch and its running, now i want to configure HSRP. my configure is attach with this mail and
my main switch gi2/22 is connect backup switch gi2/22 and all user is connect to both switch as like HSRP network.
i can use Standby ip
10.0.1.252 (vlan-1)
10.0.2.252 (vlan-2)
10.0.3.252 (vlan-3)
10.0.4.252 (vlan-4)
10.0.6.252 (vlan-6).....so on
please help me.
Regards,
Arup
02-04-2011 12:22 AM
Hi Arup,
You can configure HSRP between your L3 switches.
Do the config like below and see.
Please take the necessary IP's as your choice.
And make sure the VLAN should march on both switches.
******switch1********
#Vlan 4
#ip address 10.0.4.252 255.255.254.0
#standby 1 ip 10.0.4.251
#standby 1 priority 110
#standby 1 preempt
#interface GigabitEthernet 2/22
Description: Connected to Standby
switchport mode access
switchport access vlan 4
******switch2*****
#Vlan 4
#ip address 10.0.4.253 255.255.254.0
#standby 1 ip 10.0.4.251
#standby 1 priority 90
#interface GigabitEthernet 2/22
Description: Connected to Primary
switchport mode access
switchport access vlan 4
You will need to set up a trunk between the two switches and allow vlan 4 to pass over the trunk.
Please rate if this helped you...
Regards,
Naidu.
02-04-2011 12:37 AM
Hi Naidu,
Thank you for your reply.but i am little bit confuse about
configuration between L3 connectivity.
I hope Both L3 switch port that is connect to each other should trunk port
?
Regards,
Arup
On Fri, Feb 4, 2011 at 1:52 PM, naiduccnp <
02-04-2011 01:25 AM
Hi Arup,
Thank you for your reply.but i am little bit confuse about
configuration between L3 connectivity.
You can do the config like which i gave in my post.
I hope Both L3 switch port that is connect to each other should trunk port?
Yes, that is what i told in my post.
Please rate the helped posts....
Regards,
Naidu.
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