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

GLBP weighting

leandro.candido
Level 2
Level 2

Hello,

I need your help please.

I am configuring glbp in a link 6MB and other of 512 Kbps.

How Know I the values of Upper and low for weighting?

Thanks

2 Replies 2

Joseph W. Doherty
Hall of Fame
Hall of Fame

You set the "weighting" values to mirror your bandwidth ratios. Since you have 6 Mbps to .5 Mbps, the values of 12 and 1, or 120 and 10, or 240 and 20 should all work. (Weight range is 1 to 254.)

e.g.

Router1#sh run int e0/0

interface Ethernet0/0

ip address 10.0.0.1 255.255.0.0

glbp 1 ip 10.0.0.10

glbp 1 weighting 120

glbp 1 load-balancing weighted

Router2#sh run int e0/0

interface Ethernet0/0

ip address 10.0.0.2 255.255.255.0

glbp 1 ip 10.0.0.10

glbp 1 weighting 10

glbp 1 load-balancing weighted

Thanks for your help.

Leandro.