SRX

last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Pool-based destination NAT. ¿round-robin style?

    Posted 07-11-2011 05:34

    Hello team. Given the following configuration, I was told that my SRX will round robin NAT to the IP addresses in the pool. ¿Is this so?

    Here is the config:

     

    [edit security nat destination]

    user@host# show

    pool A {

        address 10.1.10.5/32 to 10.1.10.6/32;

    }

    rule-set 1 {

        from zone untrust;

        rule 1A {

            match {

                destination-address 100.0.0.1/32;

            }

            then {

                destination-nat pool A;

            }

        }

    }

     

    Your comments are highly appreciated.

    TIA, Rogelio


    #load.balancing
    #NAT
    #round.robin


  • 2.  RE: Pool-based destination NAT. ¿round-robin style?
    Best Answer

    Posted 07-11-2011 07:29

    (Edit: please disregard this reply. This did not work after testing...)

     



  • 3.  RE: Pool-based destination NAT. ¿round-robin style?

    Posted 03-05-2014 12:28

    Does anyone found sollution for this? M, MX and T series has command "set services nat pool pool-name address-allocation round-robin" . However, I don't see that on SRX650.



  • 4.  RE: Pool-based destination NAT. ¿round-robin style?

    Posted 03-05-2014 13:25

    According the Juniper documentation, that feature is only supported on the following platforms:

    Maybe open a ticket with JTAC for feature request or they maybe able to find you a solution for the SRX. Apparently it is a CGN feature.