06-15-2009 07:58 AM - edited 03-04-2019 05:07 AM
Hi,
We are planning to deploy GLBP on two of our internet routers (Cisco 3845),Both the routers connect to same ISP & bandwidth of both of them is 5MB.Both the routers are terminating on the inside firewall (non-Cisco Fortigate) using an L2 switch.
We are planning to configure default route on the firewall pointing to GLBP VIP (2.2.2.1).I have attached the configuration template(IP addressing has been changed to maintain authenticity).
We are also planning to track the ISP gateway using ICMP on both routers.We would like to know whether there is any ambiguity in the configuration template which we have made.Any suggestions highly appreciated.
Rgds./Sack.
06-15-2009 09:01 AM
Hello Sachin,
I don't see any configuration template however if the only host served by the GLBP pair of routers is the firewall you don't get any load balancing because GLBP works well when multiple clients are present in the vlan: the GLBP AVG answers to ARP requests to the VIP using some algorithm for example in round robin and providing the virtual MAC addresses of AVF (Forwarders only one router is the AVF for a MAC address)
If there is a single host once the FW has done the ARP request for the VIP address it uses this info until the ARP entry expires.
You get redundancy but this can be achieved with HSRP or VRRP.
Hope to help
Giuseppe
06-15-2009 09:34 AM
06-15-2009 09:38 AM
Hi Giuseppe,
Thats true.
But there are mutiple nat translations in the firewall.So, based on the translated ips router will do the load balancing.I have atached the template.Request you to have a look.
Thanks.
Rgs./Sack
06-15-2009 10:29 AM
Hello Sachin,
>> But there are mutiple nat translations in the firewall
this is true but from the routing point of view the FW is still a single host so no load balancing can occur unless you use the ASA as a transparent firewall.
About your config template:
glbp priority 110 makes R1 the AVG for the GLBP group and this is fine.
You can improve your configuration by using the glbp weigthing commands that accepts tracking and object tracking.
You can see GLBP priority as made of two components the priority that elects the AVG and the weighting that decides who is the AVF.
Another difference with HSRP is that there are two thresholds in weighting that decide the single router behaviour.
see
Hope to help
Giuseppe
06-15-2009 12:02 PM
Thanks Giuseppe for your prompt reply.
1.Regarding the tracking, since we are already using IP SLA tracking (ICMP to ISP ip address) do we really need to using weighting & object tracking ?
2.Is there any differenec between the tracking which is used in the template & the weighted tracking ?
Rgds./
Sack
06-15-2009 12:27 PM
Hello Sachin,
you can reference your current object tracking in glbp weigthing.
These commands are needed otherwise when one of the routers has the wan link down it doesn't give up the role of AVF.
the glbp weight - penalty has to be < lower threshold.
As it happens with HSRP when one internet link is down all traffic should be handled by the other router.
Hope to help
Giuseppe
06-16-2009 09:34 AM
06-16-2009 10:16 AM
Hello Sachin,
I think you need some tuning:
I understand there are some examples in configuration guides that can be misleading:
default weighting is 100
default decrement is 10
if you use
glbp 10 weighting 110 lower 95 upper 105
glbp 10 weighting track 11 decrement 10
it will never gives up the role of AVF
you should use for example:
glbp 10 weighting 110 lower 95 upper 105
glbp 10 weighting track 11 decrement 20
so when link fails weigthing becomes 110-20 = 90 < 95
Hope to help
Giuseppe
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