05-16-2016 07:33 AM - edited 03-08-2019 05:46 AM
Hello,
Can someone explain me about ahow a active active works and configuration?
Thanks.
Solved! Go to Solution.
05-17-2016 03:59 AM
Hey
That looks fine for HSRP just need the priorities command on both sides
priority 150 forwarding-threshold lower 1 upper 150
priority 200 forwarding-threshold lower 1 upper 200
Just 1 thing why would you block the HSRP multicast between the devices in the acl , it will prevent the hellos reaching each other , is it because your trying to go active/active , that will make it active/active in terms of HSRP but end hosts wont work with it
You should think about GLBP instead of HSRP as that will allow true active/active with load balancing or else split the hsrp subnet have 2 groups and give the end users different gateway vips of the group or use the vpc with HSRP
active/active in HSRP it was never really designed for that GLBP will work better from my experience anyway
05-16-2016 07:40 AM
In terms of a Nexus device you would have a FEX (48 port switch) or server directly connected to both 7k switches by VPC which allows active/active basically it can forward over both 7ks simultaneously , rather than 1 sitting idle like HSRP waiting to take over in case of a failure , Nexus devices are very expensive so this is why you would want all devices all links being used rather than an active/standby solution
05-16-2016 07:57 AM
hello mark,
but active active between sites with DCI.
thanks.!
05-16-2016 08:06 AM
sorry what exactly do you mean between sites , what i am talking about is LAN active active same VPC domain same LAN network not between data centres or different physical sites
05-16-2016 08:27 AM
I have two remotes sites with nexus 7000 and I want them to be configured as active active, i want to have the same virtual ip for hsrp in both sites.
thanks.
05-16-2016 08:48 AM
But your end devices/switches would need to be linked to both 7ks which would require multiple Layer 2 links between the remote sites , do you have that type of physical design between them
05-16-2016 11:18 AM
Yes I have a L2 & L3 dark fiber, what I was reading i that for have and active/active site I just need to work with Hsrp Isolate between sites.
thanks.
05-17-2016 12:33 AM
Ok if that's the design you want to go ith you would be looking at something like this in terms of physical setup so end devices are dual homed and use the vlan vip in hsrp as the gateway , the cls would represent a 7k each site , never seen this really done before with 7ks I have seen remote 6500 setups alright just make sure you use the right optics for the distance etc there are no limitations on vpc distance so it should work in theory but its the amount iof links that would be required , you could always not use vpc but it kind of defeats the purpose of using 7ks
05-17-2016 02:39 AM
Hello Mark,
The topology is
CLS01
ip address 10.3.0.2/16
ip 10.3.0.1
!
ip address
ip 10.3.0.1
!!
ip access-list DENY_HSRP_IP
10 deny udp any 224.0.0.2/32
20 deny udp any 224.0.0.102/32
30 permit ip any any
!!!!
Interface Po1
ip port access-group DENY_HSRP_IP in
05-17-2016 03:59 AM
Hey
That looks fine for HSRP just need the priorities command on both sides
priority 150 forwarding-threshold lower 1 upper 150
priority 200 forwarding-threshold lower 1 upper 200
Just 1 thing why would you block the HSRP multicast between the devices in the acl , it will prevent the hellos reaching each other , is it because your trying to go active/active , that will make it active/active in terms of HSRP but end hosts wont work with it
You should think about GLBP instead of HSRP as that will allow true active/active with load balancing or else split the hsrp subnet have 2 groups and give the end users different gateway vips of the group or use the vpc with HSRP
active/active in HSRP it was never really designed for that GLBP will work better from my experience anyway
05-17-2016 06:31 AM
Hello Mark,
Thanks for you info, I will check the "priority" will this give any type of impact when I add this commands to my hsrp? should I apply this on very hsrp or global?
thanks!
05-17-2016 08:16 AM
The priority is just to say which side is active , as HSRP by default is standby/active
GLBP is active/active by default that why iot may suit the design your trying to do , HSRP by default has a priority of 100 but its recommended to set each side
05-17-2016 07:18 PM
Mark
One more question, in this
05-18-2016 12:49 AM
Hi
yes if you physical topology is correct in HSRP and your device fails traffic will switch over to Site B , your always best to use ip sla and tracking with HSRP and track a route upstream , so if the users cant reach that anymore (circuit has failed ) traffic will switch over to site B , otherwise the HSRP will only kick in if the chassis itself failed which is unlikely in 7ks as there stable platforms usually
quick example of HSRP with tracking
https://bytesforbits.wordpress.com/2010/06/27/10/
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide