VOIPaintEASY
IS-IT--Management
I have two 7505 routers. 1 with a 10MB ethernet connection to Level III and one with a DS3 to UUnet. We use BPG to advertise our routing to the ISP's and up until now I have used HSRP to provide failover for outbound traffic to take UUnet as primary and LVLIII as backup. We have been reading about GLBP and tried it during our last downtime. The config samples I see are very simple. But, the result is we are not balancing. It either take 1 router or the other period. No balancing. Here is the configs relate to the 2 interfaces we want to balance. (Note they are the inside interfaces toward our firewalls that use 1 address that is our GLBP VIP to hand traffic off to. Are we missing something obvious?
Router #1
interface FastEthernet0/0
bandwidth 10000
ip address xxx.xxx.14.4 255.255.255.0
ip access-group IDS_FastEthernet0/0_in_1 in
no ip redirects
no ip unreachables
full-duplex
glbp 4 ip xxx.xxx.14.1
glbp 4 preempt
glbp 4 weighting 20
glbp 4 load-balancing weighted
glbp 4 weighting track 55 decrement 19
glbp 4 weighting track 66 decrement 20
Router#2
interface FastEthernet0/1/0
bandwidth 10000
ip address xxx.xxx.14.3 255.255.255.0
no ip redirects
full-duplex
glbp 4 ip xxx.xxx.14.1
glbp 4 priority 250
glbp 4 preempt
glbp 4 weighting 10
glbp 4 load-balancing weighted
glbp 4 weighting track 55 decrement 10
glbp 4 weighting track 66 decrement 10
Router #1
interface FastEthernet0/0
bandwidth 10000
ip address xxx.xxx.14.4 255.255.255.0
ip access-group IDS_FastEthernet0/0_in_1 in
no ip redirects
no ip unreachables
full-duplex
glbp 4 ip xxx.xxx.14.1
glbp 4 preempt
glbp 4 weighting 20
glbp 4 load-balancing weighted
glbp 4 weighting track 55 decrement 19
glbp 4 weighting track 66 decrement 20
Router#2
interface FastEthernet0/1/0
bandwidth 10000
ip address xxx.xxx.14.3 255.255.255.0
no ip redirects
full-duplex
glbp 4 ip xxx.xxx.14.1
glbp 4 priority 250
glbp 4 preempt
glbp 4 weighting 10
glbp 4 load-balancing weighted
glbp 4 weighting track 55 decrement 10
glbp 4 weighting track 66 decrement 10