cancel
Showing results for 
Search instead for 
Did you mean: 

VRRP Active-Active vs Prio 255

VRRP Active-Active vs Prio 255

MDuRietz
New Contributor II

Hi,

I am designing a redundant solution for a datacenter and am setting up a lab in GNS3 to test MLAG and VRRP and I wonder what the advantages / disadvantages are of using VRRP priority 255 instead of Active-Active. From what I can see, it works flawlessly to put prio 255 in both routers and the advantage is that I do not have to allocate 3 IP addresses per subnet.

It will not work correctly if i have to run traffic sourcing from the VRRP vlan, but I do not see that as a problem.
So my question is what am I missing? Why should i use Active-Active and mot priority 255?

 

d5ad846570f0493995f90e6b9d57ceaa_01ad237f-11d1-4c46-a4e6-8306e185b0f0.png

 

 

Thanks!

/Mattias

 

 

2 REPLIES 2

MDuRietz
New Contributor II

Hi,

Thank you for your reply.

So in other words, it is not recommended to use prio=255 instead of active-active?

 

Thanks,

Mattias

CThompsonEXOS
Extreme Employee

Hi,

 

Generally we see Active-Active in MLAG configurations which can be done via acl on both ends of the ISC link:

entry vrrp-act {
if match all {
destination-address 224.0.0.18/32 ;
} then {
deny ;
}
}
a7b78a8c110d47d0805790ec4d0d6240_88c76fea-c05e-4fa2-9da2-f299d6121c41.png

It can also be done via fabric routing:

https://extremeportal.force.com/ExtrArticleDetail?an=000080659

 

a7b78a8c110d47d0805790ec4d0d6240_c52793cf-1ee4-4311-95bc-ed8b92c0343f.png

Thanks,

Chris Thompson

GTM-P2G8KFN