cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
683
Views
0
Helpful
2
Replies

Load Balancing with GLBP

Shahzad Qadir
Level 1
Level 1

Hi All,

Is it possible to use glbp to load balance when I have one router connected to two upstream routers and these routers are configured with GLBP. As far as I know there got to be mulitple hosts on the segment for GLBP to do any kind of load balancing....

Thanks

1 Accepted Solution

Accepted Solutions

John Blakley
VIP Alumni
VIP Alumni

In this scenario, I don't believe it's possible. GLBP works by assigning different virtual mac addresses to hosts in order to achieve load balancing. If you only have the one router behind the glbp group, you'll only have 1 mac address listed in the arp table for the virtual address/mac pair that the AVG handed out to you...

Aside from that, you could configure policy routing on the single router and forward them outside of your normal routing table. This could work for you...

HTH,
John

*** Please rate all useful posts ***

HTH, John *** Please rate all useful posts ***

View solution in original post

2 Replies 2

John Blakley
VIP Alumni
VIP Alumni

In this scenario, I don't believe it's possible. GLBP works by assigning different virtual mac addresses to hosts in order to achieve load balancing. If you only have the one router behind the glbp group, you'll only have 1 mac address listed in the arp table for the virtual address/mac pair that the AVG handed out to you...

Aside from that, you could configure policy routing on the single router and forward them outside of your normal routing table. This could work for you...

HTH,
John

*** Please rate all useful posts ***

HTH, John *** Please rate all useful posts ***

Gregory Snipes
Level 4
Level 4

GLBP does not provide any kind of per packet load balancing, it balances hosts. Your router is only one host so even with GLBP it will only use one gateway.

If you have control of all this equipment the easiest we to achive what you are looking for is to just configure a routing protocal that supports equal cost load balancing, like OSPF or EIGRP between the three routers.

If you do not have control of all the routers policy routing is the way to go.