intelwizrd
IS-IT--Management
I am trying to set up my router to load balance 4 T1's (agragate bandwidth of 6Mbps) but only route a specific network outbound on the T1's.
I have the following:
multi-homed cisco 7206 router (ios 12 i believe)
-DS3 connection to Sprint
-4 T1 lines to QWest
a /24 from QWest
a /22 from Sprint
I want to route internal traffic from the /24 outbound through the T1's (per-packet load balancing) and to route the /22 out the DS3. (also want to be able to have fail over redundancy)
I am running BGP to QWest and Sprint.
I currently have a route-map set up that sets the default interface of the /24 to the four T1's.
route-map QWEST permit 10
match ip address 10
set default interface serial2/7:0 serial 2/6:0 serial2/5:0 serial2/4:0
This route-map is applied to the FastEthernet interface that is acting
as the gateway for the network. The route map is working but all traffic is going out serial2/7:0.
I have turned off route cacheing on the fastethernet and 4 serial interfaces and still no load balanceing. I also tried enableing CEF and adding "ip load-sharring per-packet" to the interfaces, still no luck.
Any ideas?
other info:
*setting false metrics on network broadcasts to sprint and qwest to "force" inbound traffic for the different networks through their respective pipes
*receiving only default routes from neighbors
I have the following:
multi-homed cisco 7206 router (ios 12 i believe)
-DS3 connection to Sprint
-4 T1 lines to QWest
a /24 from QWest
a /22 from Sprint
I want to route internal traffic from the /24 outbound through the T1's (per-packet load balancing) and to route the /22 out the DS3. (also want to be able to have fail over redundancy)
I am running BGP to QWest and Sprint.
I currently have a route-map set up that sets the default interface of the /24 to the four T1's.
route-map QWEST permit 10
match ip address 10
set default interface serial2/7:0 serial 2/6:0 serial2/5:0 serial2/4:0
This route-map is applied to the FastEthernet interface that is acting
as the gateway for the network. The route map is working but all traffic is going out serial2/7:0.
I have turned off route cacheing on the fastethernet and 4 serial interfaces and still no load balanceing. I also tried enableing CEF and adding "ip load-sharring per-packet" to the interfaces, still no luck.
Any ideas?
other info:
*setting false metrics on network broadcasts to sprint and qwest to "force" inbound traffic for the different networks through their respective pipes
*receiving only default routes from neighbors