LOad Balancing 2 E1 Astinet on Juniper J Series 2300 from gigih

Load Balancing di Juniper ????????
begini sodara2…
## Last commit: 2008-04-10 12:31:36 UTC by root
version 8.2R1.7;
system {
host-name MAIN_ROUTER_UNILA;
root-authentication {
encrypted-password “xxxyyyyzzz.”; ## SECRET-DATA
}
services {
web-management {
http {
interface [ fe-0/0/0.0 fe-0/0/1.0 ];
}
}
}
syslog {
user * {
any emergency;
}
file messages {
any any;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
}
}
interfaces {
fe-0/0/0 {
unit 0 {
family inet {
address 10.1.1.1/24;
}
}
}
fe-0/0/1 {
unit 0 {
family inet {
address 192.168.1.1/24;
}
}
}
se-0/0/2 {
description “*** FIRST LINK [...]

Configuring MPLS on Your Network OverView

Purpose
For MPLS to run on the routers in your network, you must enable MPLS and the Resource Reservation Protocol (RSVP), configure an interior gateway protocol (IGP) and Border Gateway Protocol (BGP) to run over the relevant interfaces, and configure each interface with the following:

Basic IP information
MPLS support

In addition, you must configure [...]