Dear Guys,
Thanks for help.

Regards,
Faizal R

On Wed, Jan 7, 2009 at 12:14 PM, Sean Clarke <s...@clarke-3.demon.nl> wrote:

>  Faizal Rachman wrote:
>
> Hi All,
> Did anywone know how to config 2 lsp in 2 back-to-back routers while
> implementing mpls loadbalancing?
> Thank you.
>
> Faizal R
> _______________________________________________
> juniper-nsp mailing list 
> juniper-...@puck.nether.nethttps://puck.nether.net/mailman/listinfo/juniper-nsp
>
>
>    You can configure as many RSVP signalled LSP's as you like.
>
> Configure per-packet load balancing, and it should just work.
>
> # show routing-options forwarding-table
> export lbpp;
>
> # show policy-options policy-statement lbpp
> then {
>     load-balance per-packet;
> }
>
>
> # show protocols mpls
> label-switched-path LSP-1 {
>     to 2.2.2.2;
> }
> label-switched-path LSP-2 {
>     to 2.2.2.2;
> }
>
>
>
>
> cheers
> Sean
>
>
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to