Thanks a lot for yours replies guys.

Regards!




________________________________
De: Tyson Scott <[email protected]>
Para: Gustavo Armando <[email protected]>
CC: ipexpert CCIER&S mail_list <[email protected]>
Enviado: miércoles, 30 de junio, 2010 13:10:33
Asunto: RE: [OSL | CCIE_RS] HSRP with secondary ip addresses

 
Armando,
 
But it is not secondary.  It is mutli-group
 
You could even do
 
First Router
 
interface VlanX
 ip address 1.1.1.1 255.255.255.0
 standby 1 ip 1.1.1.3
 standby 2 ip 1.1.1.5
 standby 3 ip 1.1.1.6
 standby 4 ip 1.1.1.7
 
Second Router
 
interface VlanY
 ip address 1.1.1.2 255.255.255.0
 standby 1 ip 1.1.1.3
 standby 2 ip 1.1.1.5
 standby 3 ip 1.1.1.6
 standby 4 ip 1.1.1.7
 
If you needed to maintain all the IP's.  If it didn't work there was something 
that was misconfigured.
 
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
 
From:Gustavo Armando [mailto:[email protected]] 
Sent: Wednesday, June 30, 2010 1:57 PM
To: Tyson Scott
Subject: Re: [OSL | CCIE_RS] HSRP with secondary ip addresses
 
I tried MGHSRP, but let me try to explain my situation further:

Today I have a similar network:

                       VLAN X
    ----------------------------------------------
|                     1.1.1.1                                       |
|                                                                       |
|                    Router 1  \      group1                  |
|                                     \   1.1.1.3                   |
|                                     /                                 |
|                    Router 2  /                                   |
|                    1.1.1.2                                        |
|                                                                       |
|                                                                       |
|                                                                       |
|                   1.1.1.5                                         |
|                  Router 3  \     group 2                    |
|                                   \   1.1.1.7                     |
|                                   /                                   |
|                  Router 4  /                                     |
|                   1.1.1.6                                         |
-------------------------------------------------

I need to consolidates those 4 router into 2 transparently, so if there is 2 
routers only and fours ips with the same subnet , could it work with MGHSRP??, 
I 
tried but secondary group didn´t work, the reason why I cannot have one virtual 
IP is that many many services point to one VIP other to the second one.

                       VLAN X
-----------------------------------------------
                    1.1.1.1                                        |
                    1.1.1.5 secondary                        |
|                  Router 1  \                                     |
|                                   \   1.1.1.3                     |
|                                   /   1.1.1.7 secondary    |
|                  Router 2  /                                     |
|                   1.1.1.2                                         |
                    1.1.1.6 secondary                        |
-------------------------------------------------

Best Regards!
 

________________________________
 
De:Tyson Scott <[email protected]>
Para: Markku Leiniö <[email protected]>; Gustavo Armando 
<[email protected]>
CC: ipexpert CCIER&S mail_list <[email protected]>
Enviado: miércoles, 30 de junio, 2010 8:51:39
Asunto: RE: [OSL | CCIE_RS] HSRP with secondary ip addresses

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

Reply via email to