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
