Hello! We had tested napt44 half a year ago, and napt44 configuration was commiting successfuly but not functioning at all. JTAC reported that napt44 is not supported on MIC, and created PR993320 for us. Based on commit error, this PR is fixed on your junos :) We also been told that napt44 will probably appear at middle of next year or about so.
-- wbr, Sergey Khalavchuk On Wed, Sep 24, 2014 at 8:47 AM, ryanL <[email protected]> wrote: > has anyone been successful here? i'm getting the following error, even > though juniper's docs seem to indicate this is supported on the ms-mic with > 13.2. > > my ref guides are: > > http://www.juniper.net/techpubs/en_US/junos13.2/information-products/topic-collections/config-guide-services/index.html?features-ms-mic.html > > http://www.juniper.net/techpubs/en_US/junos13.2/topics/example/nat-nat44-config-ms-mpc.html > > ry@iad1-er2# show | compare > [edit] > + services { > + service-set SSET1 { > + nat-rules NAT-RULE1; > + interface-service { > + service-interface ms-0/2/0; > + } > + } > + nat { > + pool NP2 { > + address <pub_space>/28; > + port { > + automatic; > + } > + } > + rule NAT-RULE1 { > + match-direction input; > + term term-1 { > + from { > + source-address { > + 10.0.0.0/8; > + } > + destination-address { > + 10.0.0.0/8; > + } > + } > + then { > + no-translation; > + } > + } > + term term-2 { > + from { > + source-address { > + 10.0.0.0/8; > + } > + } > + then { > + translated { > + source-pool NP2; > + translation-type { > + napt-44; > + } > + } > + } > + } > + } > + } > + } > [edit interfaces] > + ms-0/2/0 { > + unit 0 { > + family inet; > + } > + } > > [edit] > ry@iad1-er2# commit check > [edit services] > 'service-set SSET1' > translation type not supported on ms-interface > error: configuration check-out failed > > [edit] > _______________________________________________ > juniper-nsp mailing list [email protected] > https://puck.nether.net/mailman/listinfo/juniper-nsp > -- -- wbr sergey khalavchuk _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

