Hi Tim,

Make sure the 2nd ISP has it's own routing-engine, furthermore use Firewall
filters to make sure traffic goes to the right engine...
(and of course the NAT-ing of ashish)

Brgds,

Maarten

-----Oorspronkelijk bericht-----
Van: juniper-nsp [mailto:[email protected]] Namens ashish
verma
Verzonden: dinsdag 18 februari 2014 11:21
Aan: Tim Donahue
CC: juniper-nsp
Onderwerp: Re: [j-nsp] SRX Adding Second ISP

May be something like below would help.

show configuration security nat
source {
    pool isp-1 {
        address {
           x.x.x.x/x;
        }
    }
    pool isp-2 {
        address {
           y.y.y.y/y;
        }
    }
   rule-set TRUST-TO-UNTRUST {
        from zone TRUST;
        to zone UNTRUST;
        rule nat-isp1 {
            match {
                source-address [ server-ip1 server-ip2 ];
            }
            then {
                source-nat {
                      pool {
                           isp-1;
                }
        }
    rule nat-isp2 {
            match {
                source-address [ server-ip3 server-ip4 ];
            }
            then {
                source-nat {
                      pool {
                           isp-2;
                }
        }

    }
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to