[j-nsp] Juniper M7i NAT

Uwe Sauerland us at abovenet.de
Thu Apr 14 13:16:53 EDT 2005


Hello,

the Juniper M7i has the ASM module integrated.

We want to do static NAT service, and as far as I understood the documentation 
a nat pool for each /32 we want to process must be created.

Per service set "only" 250 rule terms are allowed, which might be not enough 
in the future.

How do I configured more than one service set on an interface? The router 
accepts more, but answers with

[edit interfaces fe-0/3/0 unit 0 family inet service input]
  'service-set bla'
    Service will never be used without service filter on previous service-set
error: configuration check-out failed

How do I have to configure a service-filter in order to process also the 
second service-set configured on that interface?

Currently it looks like:

unit 0 {
    family inet {
        service {
            input {
                service-set one;
                service-set two;
            }
            output {
                service-set one;
                service-set two;
            }
        }
        address 10.13.244.100/29 {
            vrrp-group 10 {
                virtual-address 10.13.244.102;
                priority 250;
                preempt;
                accept-data;
            }
        }
    }
}

Thanks for your answers!

Uwe


More information about the juniper-nsp mailing list