The 2 adsl cards synchronize to different rates so for the loopback of the
bras which is the gateway only one interface can forward traffic the one
that has the higher speed.
Is there a way to change the cost of an adsl interface or somehow make both
interfaces forward traffic for that route?

-----Original Message-----
From: Masood Ahmad Shah [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 23, 2008 4:39 PM
To: 'Mike'; 'Juniper-Nsp'
Subject: RE: [j-nsp] Load balance with 2 adsl pics

I guess you have two static routes. If this is the case, as you know first
of all the 2 routes should have the same prefix length (10.0.0.0/24,
0.0.0.0/0 etc) and Preference. You need to make these preferences equal
either by configuring policy to set the preference/metric value same. 

To enable per-flow load balancing, you must set the load-balance per-packet
action in routing policy configuration. 

policy-statement please-load-balance {
    then {
        load-balance per-packet;
    }
}


For further you can visit:

http://www.juniper.net/techpubs/software/junos/junos70/swconfig70-policy/htm
l/policy-actions-config11.html

Regards,
Masood Ahmad Shah
BLOG: http://www.weblogs.com.pk/jahil

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
Sent: Wednesday, July 23, 2008 2:10 PM
To: Juniper-Nsp
Subject: [j-nsp] Load balance with 2 adsl pics

Hello 

I have a j router with 2 adsl pics is possible to load balance traffic
between the 2 cards? And if so via Multilink? Or there is some other way to
do so?

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to