CCNP Certification / BCMSN Examination Tutorial: Starting out With HSRP
Outlined in RFC 2281, HSRP is often a Cisco-proprietary protocol through which routers are place into an HSRP router team. In addition to dynamic routing protocols and STP, HSRP is considered a large-availability network support, considering the fact that all 3 have an almost quick cutover to the secondary route when the principal route is unavailable.
Among the routers will likely be selected as the principal (“Energetic”, in HSRP terminology), and that Major will tackle the routing though the other routers are in standby, Completely ready to manage the load if the first router becomes unavailable. On this trend, HSRP ensures a substantial network uptime, because it routes IP targeted traffic without relying on only one router.

The hosts making use of HSRP as being a gateway don’t know the actual IP or MAC addresses of your routers within the team. They’re communicating using a pseudorouter, a “virtual router” created through the HSRP configuration. This virtual router could have a Digital MAC and IP adddress also.
The standby routers aren’t just likely to be sitting there, while! By configuring several HSRP groups on an individual interface, HSRP load balancing might be reached.
In advance of we get to the greater Superior HSRP configuration, we far better have a basic a single began! We’ll be using a two-router topology here, and keep in mind that 1 or equally of those routers may very well be multilayer switches also. For simplicity of reading through, I’m planning to seek advice from them only as routers.
R2 and R3 will both equally be configured to be in standby team 5. The virtual router will 먹튀검증 likely have an IP deal with of 172.twelve.23.ten /24. All hosts in VLAN 100 must use this handle as their default gateway.
R2(config)#interface ethernet0
R2(config-if)#standby five ip 172.twelve.23.ten
R3(config)#interface ethernet0
R3(config-if)#standby five ip 172.12.23.10
The exhibit command for HSRP is show standby, and it’s the 1st command you need to operate although configuring and troubleshooting HSRP. Permit’s operate it on both equally routers and Assess results.
R2#show standby
Ethernet0 – Group 5
Local point out is Standby, priority 100
Hellotime three sec, holdtime 10 sec
Next hello despatched in 0.776
Digital IP deal with is 172.12.23.ten configured
Active router is 172.twelve.23.3, priority 100 expires in nine.568
Standby router is regional
one state changes, previous state modify 00:00:22
R3#demonstrate standby
Neighborhood point out is Lively, precedence one hundred
Following hi there despatched in 2.592
Energetic router is neighborhood
Standby router is 172.twelve.23.2 expires in 8.020
Digital mac address is 0000.0c07.ac05
2 point out alterations, very last condition modify 00:02:08
We could see that R3 has become picked as the Lively router (“regional point out is Lively”), the Digital router’s IP is 172.12.23.10, and R2 could be the standby router.
There are many HSRP values that you’ll need to vary occasionally. Imagine if we would like R2 for being the Energetic router as an alternative? Can we alter the MAC address with the virtual router? I’ll respond to those issues in the subsequent portion of the HSRP tutorial!