RE: HSRP question

From: Brian McGahan (brian@cyscoexpert.com)
Date: Wed Feb 12 2003 - 20:26:34 GMT-3


        Yes, this is called Multigroup HSRP (MHSRP). Basically you
would just configure a different group number for each instance of HSRP
that you want to run. In your case, you would want one per subnet, such
as the following:

!
interface FastEthernet0/0
 ip address 1.0.0.1 255.0.0.0
 ip address 2.0.0.1 255.0.0.0 secondary
 ip address 3.0.0.1 255.0.0.0 secondary
 standby 1 ip 1.0.0.254
 standby 2 ip 2.0.0.254
 standby 3 ip 3.0.0.254
!

        You can also run multiple groups per subnet, which is
advantageous when you want some hosts on a subnet to default to 1
router, while other hosts on that same subnet are defaulting to a
different router. That config would be as follows:

R1#
interface FastEthernet0/0
 ip address 1.0.0.1 255.0.0.0
 standby 1 ip 1.0.0.101
 standby 1 priority 110
 standby 2 ip 1.0.0.102
!

R2#
interface FastEthernet1/0
 ip address 1.0.0.2 255.0.0.0
 standby 1 ip 1.0.0.101
 standby 2 priority 110
 standby 2 ip 1.0.0.102
!

For more information on load sharing with HSRP and MHSRP, see the
following document:

http://www.cisco.com/en/US/tech/tk648/tk365/technologies_configuration_e
xample09186a0080094e90.shtml

HTH,

Brian McGahan, CCIE #8593
Director of Design and Implementation
brian@cyscoexpert.com

CyscoExpert Corporation
Internetwork Consulting & Training
Toll Free: 866.CyscoXP
Fax: 847.674.2625

> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf
Of
> CCIE FUN
> Sent: Wednesday, February 12, 2003 4:49 PM
> To: ccielab@groupstudy.com
> Subject: HSRP question
>
> Hi all
> I have two routers running HSRP for a network subnet
> lets say for e.g 1.1.1.0/24 on E0 of both the routers.
>
> now can i add secondary address to these routers on
> Interface E0 and also run HSRP for these secondary
> address.
> I want to add about 10 secondary address.
> how will the HSRP config be. Can i run HSRP for
> multiple secondary addresses on these routers.
>
> thanks
>
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
> .
.



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2003 - 11:06:20 GMT-3