HSRP selecting primary device
beginner_ccna
Member Posts: 59 ■■□□□□□□□□
in CCNP
cant find the answer to this:
how does hsrp select the primary device which is in an active state?
say for example, device one on fa0/0 is configured to 192.168.1.1, priority 100
and device two, fa0/0 is configured to 192.168.1.2, priority 100
is it the lowest ip address?
how does hsrp select the primary device which is in an active state?
say for example, device one on fa0/0 is configured to 192.168.1.1, priority 100
and device two, fa0/0 is configured to 192.168.1.2, priority 100
is it the lowest ip address?
Comments
-
mattau Member Posts: 218by default it will be the device that boots first due to the preempt rule.
if preempt is enabled and priorities are tied it will be the highest ip on the interface._____________________________________
CCNP ROUTE - passed 20/3/12
CCNP SWITCH - passed 25/10/12
CCNP TSHOOT - passed 11/12/12 -
wave Member Posts: 342Hey mattau, I'm not sure that is correct. HSRP seems to preempt only based on priority and not highest IP. See: HSRP vs VRRP preemption - IEOC - INE's Online Community
I haven't labbed this up yet but it appears others have.
ROUTE Passed 1 May 2012
SWITCH Passed 25 September 2012
TSHOOT Passed 23 October 2012
Taking CCNA Security in April 2013 then studying for the CISSP -
wave Member Posts: 342"A standby router with equal priority but a higher IP address will not preempt the active router."
First Hop Redundancy Protocols Configuration Guide, Cisco IOS Release 12.4T - Configuring HSRP* [Cisco IOS Software Releases 12.4 T] - Cisco Systems
I just labbed this and if there are three routers all with default settings (default priority of 100 and no preempt). If there is an election because the active goes offline then the Standby router with the highest IP wins.
However, if priorities are tied and preempt is enabled, the highest IP address won't have any effect on which router is Active. Your 'boots first' rule still applies.
ROUTE Passed 1 May 2012
SWITCH Passed 25 September 2012
TSHOOT Passed 23 October 2012
Taking CCNA Security in April 2013 then studying for the CISSP -
mattau Member Posts: 218oh really? wow didnt realise that little quirk. ill have to lab that up aswell.
thanks : )_____________________________________
CCNP ROUTE - passed 20/3/12
CCNP SWITCH - passed 25/10/12
CCNP TSHOOT - passed 11/12/12 -
wave Member Posts: 342oh really? wow didnt realise that little quirk. ill have to lab that up aswell.
thanks : )
Yeah, I'm doing revision for SWITCH at the moment and when I read your post I remembered readying about this, so it was a good opportunity to dive into the detail again.
ROUTE Passed 1 May 2012
SWITCH Passed 25 September 2012
TSHOOT Passed 23 October 2012
Taking CCNA Security in April 2013 then studying for the CISSP -
vishaw1986 Member Posts: 40 ■■□□□□□□□□Hey ,
As Default priority is 100. The router with the highest priority value (255 is highest) becomes the active router for the group. If all router priorities are equal or set to the default value, the router with the highest IP address on the HSRP interface becomes the active router. Active router,exchange HSRP hello messages(to the multicast destination 224.0.0.2 using UDP port 1985) at regular intervals and only the standby router monitors the hello messages from the HSRP active router. By default, hellos are sent every 3 seconds.If hellos are missed for the duration of the holdtime timer (default 10 seconds, or three times the hello timer), the active router is presumed to be down. The standby router is then clear to assume the active role. At that point, if other routers are sitting in the Listen state, the next-highest priority router is allowed to become the new standby router. -
thedrama Member Posts: 291 ■□□□□□□□□□vishaw1986 wrote: »Hey ,
As Default priority is 100. The router with the highest priority value (255 is highest) becomes the active router for the group. If all router priorities are equal or set to the default value, the router with the highest IP address on the HSRP interface becomes the active router. Active router,exchange HSRP hello messages(to the multicast destination 224.0.0.2 using UDP port 1985) at regular intervals and only the standby router monitors the hello messages from the HSRP active router. By default, hellos are sent every 3 seconds.If hellos are missed for the duration of the holdtime timer (default 10 seconds, or three times the hello timer), the active router is presumed to be down. The standby router is then clear to assume the active role. At that point, if other routers are sitting in the Listen state, the next-highest priority router is allowed to become the new standby router.
wow, you just nicely summarized the topic. However, how about the preempt rule?Monster PC specs(Packard Bell VR46) : Intel Celeron Dual-Core 1.2 GHz CPU , 4096 MB DDR3 RAM, Intel Media Graphics (R) 4 Family with IntelGMA 4500 M HD graphics.
5 year-old laptop PC specs(Toshiba Satellite A210) : AMD Athlon 64 x2 1.9 GHz CPU, ATI Radeon X1200 128 MB Video Memory graphics card, 3072 MB 667 Mhz DDR2 RAM. (1 stick 2 gigabytes and 1 stick 1 gigabytes) -
pert Member Posts: 250wow, you just nicely summarized the topic. However, how about the preempt rule?
Everything vishaw1986 said is correct, but the most important rule to remember is that without preemption being enabled, the first switch to come up is the active switch, unless it gets preempted or goes down.