Oct 3, 2007 #1 uzumaki Technical User Aug 16, 2007 529 SG Hi Guys, Does anybody here have a example configuration of Cisco Routers with HSRP?
Oct 3, 2007 1 #2 brianinms MIS Jul 16, 2007 1,703 US http://www.cisco.com/univercd/cc/td/doc/cisintwk/ics/cs009.htm Upvote 0 Downvote
Oct 5, 2007 #3 eliotB Technical User Jan 25, 2007 66 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 Oct 21, 2004 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 Jun 14, 2004 970 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.