[j-nsp] Loadbalancing traffic

Muhammad Rehan rehanrehman45 at gmail.com
Mon May 10 09:44:05 EDT 2010


Dear all,

Currently I have M7i router on the edge of the network and SSG 550 firewall
behind the M7i.I have one internet link terminated on M7i router and Couple
of VPN configured on SSG550 firewall,

If i terminated another internet link on M7i and configured M7i to load
balance the traffic by using the following configuration.

routing-options {
   forwarding-table {
       export load-balancing;
}
}


policy-options {
   policy-statement load-balancing {
       term 1 {
           from {
               route-filter 0.0.0.0/0 exact;
           }
           then {
               load-balance per-packet;
           }
      }
   }
}

So my VPN traffic is redundant on both the links or not?

As my M7i and SSG550 firewall is connected thorugh /29 public IP subnet
and both the internet links is of /30 subnet.

Regards

M.Rehan


More information about the juniper-nsp mailing list