 |
CCNP Certification / BCMSN Exam Tutorial: Getting Started With HSRP
Defined in RFC 2281, HSRP is a Cisco-proprietary protocol in which routers are put into an HSRP router group. Along with dynamic routing protocols and STP, HSRP is considered a high-availability network service, since all three have an almost immediate cutover to a secondary path when the primary path is unavailable.
One of the routers will be selected as the primary ("Active", in HSRP terminology), and that primary will handle the routing while the other routers are in standby, ready to handle the load if the primary router becomes unavailable. In this fashion, HSRP ensures a high network uptime, since it routes IP traffic without relying on a single router.
The hosts using HSRP as a gateway don't know the actual IP or MAC addresses of the routers in the group. They're communicating with a pseudorouter, a "virtual router" created by the HSRP configuration. This virtual router will have a virtual MAC and IP address as well.
The standby routers aren't just going to be sitting there, though! By configuring multiple HSRP groups on a single interface, HSRP load balancing can be achieved.
Before we get to the more advanced HSRP configuration, we better get a basic one started! We'll be using a two-router topology here, and keep in mind that one or both of these routers could be multilayer switches as well. For ease of reading, I'm going to refer to them only as routers.
R2 and R3 will both be configured to be in standby group 5. The virtual router will have an IP address of 172.12.23.10 /24. All hosts in VLAN 100 should use this address as their default gateway.
R2(config)#interface ethernet0
R2(config-if)#standby 5 ip 172.12.23.10
R3(config)#interface ethernet0
R3(config-if)#standby 5 ip 172.12.23.10
The show command for HSRP is show standby, and it's the first command you should run while configuring and troubleshooting HSRP. Let's run it on both routers and compare results.
R2#show standby
Ethernet0 - Group 5
Local state is Standby, priority 100
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 0.776
Virtual IP address is 172.12.23.10 configured
Active router is 172.12.23.3, priority 100 expires in 9.568
Standby router is local
1 state changes, last state change 00:00:22
R3#show standby
Ethernet0 - Group 5
Local state is Active, priority 100
Hellotime 3 sec, holdtime 10 sec
Next hello sent in 2.592
Virtual IP address is 172.12.23.10 configured
Active router is local
Standby router is 172.12.23.2 expires in 8.020
Virtual mac address is 0000.0c07.ac05
2 state changes, last state change 00:02:08
We can see that R3 has been selected as the Active router ("local state is Active"), the virtual router's IP is 172.12.23.10, and R2 is the standby router.
There are some HSRP values that you'll need to change from time to time. What if we want R2 to be the Active router instead? Can we change the MAC address of the virtual router? I'll answer those questions in the next part of this HSRP tutorial!
Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (http://www.thebryantadvantage.com ), home of free CCNA and CCNP tutorials, and The Ultimate CCNA and CCNP Study Packages. For a copy of his FREE "How To Pass The CCNA" or "CCNP" ebook, visit the website and download copies! Our new RSS feed gives you free Cisco questions and tutorials daily!
|
 |
CRC DataProtection Announces Support for Microsoft SharePoint 2007
Small and medium businesses now can experience all of the benefits of CRC DataProtection for their SharePoint 2007 and SharePoint Services 3.0 installations.
DSI Data Collection Expertise Helps Oracle Users Expedite Warehouse Projects: As a Single-Source Provider for Implementation, Wireless
Infrast
Data Systems International, Inc. (DSI), a Certified Partner in Oracle PartnerNetwork, uses its considerable data collection and warehousing expertise to help Oracle clients achieve rapid ROI on warehouse projects.
How Free Scripts Can Create Security Problems
With the Internet entering our lives in such an explosive manner, it was inevitable that Internet security issues would follow as well. While credit card frauds are an offline security problem that has been carried over to the Internet as well, spamming and phishing are uniquely Internet security hazards.
Introduction to SONET (Synchronous Optical Networking) ? Fiber Optic Technologies Tutorial Series
The SONET standards were developed in the mid-1980s to take advantage of low-cost transmission over optical fibers It defines a hierarchy of data rates, formats for framing and multiplexing the payload data, as well as optical signal specifications(wavelength and dispersion), allowing multi-vendor interoperability
Why Arent You Using CGI?
The very name CGI used to send chills up my spine. Foryears I put it in the 'too-hard-basket'.
Dovarri Announces Partnership with Microsoft's Top SharePoint Expert
Dovarri, Inc. (OTC: DVAR) announced today it has signed a Partnership agreement with EPC Group to lead Dovarri's Product Development Team (www.epcgroup.net).
Medscribbler Lite EMR passes Microsoft Platform Test for SQL Server 2005
Medscribbler Lite is the first electronic medical record certified under the Microsoft Platform Test requirements for SQL 2005. Lite employs SQL Express and is available as a software download without charge.
Leading SaaS EDI Service Provider SPS Commerce Leverages Oracle's Software-As-A-Service Platform
SPS Commerce deploys its multi-tenant services on Oracle Platform for superior reliability and scalability.
Microsoft Great Plains Integration with Legacy Systems – Overview For Developer
Looks like Microsoft Great Plains becomes more and more popular, partly because of Microsoft muscles behind it. Now it is targeted to the whole spectrum of horizontal and vertical market clientele.
Microsoft Great Plains Remote Support - Overview
Microsoft Great Plains is now standard mid-market ERP application, serving the whole spectrum of businesses. In the case of mid-size business we usually see strong IT team with SQL querying skills plus accounting department is already trained to use Great Plains and needs minimal help in figuring out on how to use new Great Plains version and features.
|