Oct 3, 2007 #1 uzumaki Technical User Joined Aug 16, 2007 Messages 529 Location SG Hi Guys, Does anybody here have a example configuration of Cisco Routers with HSRP?
Oct 3, 2007 1 #2 brianinms MIS Joined Jul 16, 2007 Messages 1,703 Location US http://www.cisco.com/univercd/cc/td/doc/cisintwk/ics/cs009.htm Upvote 0 Downvote
Oct 5, 2007 #3 eliotB Technical User Joined Jan 25, 2007 Messages 66 Location US FYI, consider using GLBP if you are using Cisco routers to do redundant routing. GLBP can load balance between the standby routers. Upvote 0 Downvote
FYI, consider using GLBP if you are using Cisco routers to do redundant routing. GLBP can load balance between the standby routers.
Oct 8, 2007 #4 rodolfopereira Technical User Joined Oct 21, 2004 Messages 23 This is an example : The router 1 is in standby and the router 2 is active. Router 1 interface Vlan101 ip address 10.100.50.5 255.255.255.0 standby 101 ip 10.100.50.10 standby 101 priority 50 standby 101 preempt Router 2 interface Vlan101 ip address 10.100.50.15 255.255.255.0 standby 101 ip 10.100.50.10 standby 101 priority 100 standby 101 preempt Upvote 0 Downvote
This is an example : The router 1 is in standby and the router 2 is active. Router 1 interface Vlan101 ip address 10.100.50.5 255.255.255.0 standby 101 ip 10.100.50.10 standby 101 priority 50 standby 101 preempt Router 2 interface Vlan101 ip address 10.100.50.15 255.255.255.0 standby 101 ip 10.100.50.10 standby 101 priority 100 standby 101 preempt
Oct 8, 2007 #5 plshlpme Technical User Joined Jun 14, 2004 Messages 970 Location CA you can also add interface tracking to tell it when you want it to switch over as well.. ie if s0/0/0 goes down. Upvote 0 Downvote
you can also add interface tracking to tell it when you want it to switch over as well.. ie if s0/0/0 goes down.