Yes, you're right. We've alreadey done so and we have mpls working .
Meanwhile we configured static nat as follows:
nat {
static {
rule-set rs1 {
from interface fe-0/0/0.0;
rule r1 {
match {
destination-address 10.0.1.250/32;
}
then {
static-nat prefix 192.168.1.2/32;
}
}
}
}
proxy-arp {
interface fe-0/0/0.0 {
address {
10.0.1.250/32;
}
}
}
That doesn't work. We assume that it requires configuration of some inter-zonal security policies. But since we have mpls packet-based option enabled, junos is unable to commit configuration with both packet mode and security policies in it. So the question is of ability to use NAT in statelss (packet-based) mode/