> 2) how Can traffic be load shared between two redundant links on 1 to 3
> ratio using static routing (i.e. 1 packet on one interface and 3
> packets on the other.)
I don't believe you can do this.........not "balancing" like that. Do you
have something against running EIGRP on those links?
How about 2 secondary addresses on the interface that you wish to send 3/4
of the traffic over?
ex:
int s0
ip address 10.0.0.1 255.255.255.252
int s0
ip address 10.0.0.5 255.255.255.252
ip address 10.0.0.9 255.255.255.252 sec
ip address 10.0.0.13 255.255.255.252 sec
ip route 192.168.0.0 255.255.255.0 10.0.0.2
ip route 192.168.0.0 255.255.255.0 10.0.0.6
ip route 192.168.0.0 255.255.255.0 10.0.0.10
ip route 192.168.0.0 255.255.255.0 10.0.0.14
Don't know if this'll work; never tried it.
Regards,
--phil
_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]