This is called MHSRP or Multigroup HSRP Regards, Tyson Scott - CCIE #13513 R&S, Security, and SP Managing Partner / Sr. Instructor - IPexpert, Inc. Mailto: [email protected] Telephone: +1.810.326.1444, ext. 208 Live Assistance, Please visit: www.ipexpert.com/chat eFax: +1.810.454.0130
IPexpert is a premier provider of Self-Study Workbooks, Video on Demand, Audio Tools, Online Hardware Rental and Classroom Training for the Cisco CCIE (R&S, Voice, Security & Service Provider) certification(s) with training locations throughout the United States, Europe, South Asia and Australia. Be sure to visit our online communities at www.ipexpert.com/communities and our public website at www.ipexpert.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Markku Leiniö Sent: Wednesday, June 30, 2010 7:33 AM To: Gustavo Armando Cc: ipexpert CCIER&S mail_list Subject: Re: [OSL | CCIE_RS] HSRP with secondary ip addresses Hi If I understood this situation correctly, a working solution is to just create another standby group for the other VIP. For example: Router 1: int xxx ip address 192.168.0.253 255.255.255.0 standby 1 ip 192.168.0.1 (the first VIP) standby 1 prio 110 standby 1 preempt standby 2 ip 192.168.0.2 (the second VIP) standby 2 prio 110 standby 2 preempt Router 2: int xxx ip address 192.168.0.254 255.255.255.0 standby 1 ip 192.168.0.1 standby 1 prio 100 standby 1 preempt standby 2 ip 192.168.0.2 standby 2 prio 100 standby 2 preempt If desired you can set group 2 as active (higher prio) in Router 2 and thus get also some loadbalancing among the routers. Markku On Wed, Jun 30, 2010 at 7:36 AM, Gustavo Armando <[email protected]> wrote: > Hi Everibody, > I have some questions for you guys, hope you can help me, > There are 4 devices(routers), 2 of them have an HSRP group ID an a virtual > ip address, the other 2 have another HSRP group and a different virtual ip > address, all of those routers share the same subnet and same vlan but > carries diferent services, so some services point to one virtual ip address, > others devices points to the other virtual ip address. > The fact here is that I need to concentrate the four devices into two, > because there is a vast of devices that points to the mentioned virtual ip > addresses, the conservation of ip addressing is neccesary. > Do you know a method where I can use the same 2 virtual ip addresses on a > interface within the same vlan and subnet?? > I was trying to configure secondary addressing but unfortunatly I couldn´t > make work the HSRP group for secondary addresses. > Kindly regards!! > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
