ā04-10-2013 09:28 PM - edited ā03-07-2019 12:44 PM
Hi all,
Can anyone suggest me how to configure hsrp in my client location.They have 1 no of router and 2 no of 3750 switch.they need to configure Hsrp in switch.so kindly guide anmd upload the configuration guide to configure hsrp between the switchs
ā04-10-2013 09:53 PM
Hi Mohamed,
Please find below configuring HSRP:
http://www.cisco.com/en/US/docs/switches/datacenter/sw/4_2/nx-os/unicast/configuration/guide/l3_hsrp.pdf
HTH
Regards
Inayath
*Plz rate the usefull posts.
ā04-10-2013 11:31 PM
Hi brother,
assalamu alikum.
Thanks for your reply.
ā04-10-2013 11:40 PM
Walaikum asalaam,
Thanks for rating helpful posts :-)
Let us know if you need further info.
Sent from Cisco Technical Support iPhone App
ā04-10-2013 10:04 PM
Hello, let's say switch 1 and switch 2 connect to the router using fa0/1 for both respectively. They are your uplinks and we can track these in hsrp so if the link to the router fails, the other standby member will become active.
You also need to ensure that spanning-tree is in a correct topology before you configure HSRP. I'm assuming there is a trunk between the switches.
I want to create a gateway for clients using the 100.0.0.1 HSRP group
Switch 1
Interface vlan 100
IP address 100.0.0.2 255.255.255.0
Standby 100 ip 100.0.0.1
Standby 100 preempt
Standby 100 priority 105
Standby 100 track fa0/1 10
Switch 2
Interface vlan 100
IP address 100.0.0.3 255.255.255.0
Standby 100 ip 100.0.0.1
Standby 100 preempt
Standby 100 track fa0/1
This configuration explained:
On switch 1 you have hsrp with a priority of 105 which is better than switch 2 (default priority of 100). On switch 1, If the link to the router went down - we have the track command which says, if the fa0/1 interface goes down, take away 10 from the priority. This becomes 95.
Switch 2 will say, I have a better priority than you, (preempt enabled) I will become active, I have 100 whereas you have 95.
If the link was to return on switch 1 then it would preempt and say, 'hey, I have a better priority now, I'll take back the active role'
Hope this helps
More info here: http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094e8c.shtml
Sent from Cisco Technical Support iPhone App
ā04-10-2013 11:30 PM
Hi brother,
Assalamu alikum .
thanks for your reply.
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