Hi Jon, This does not work properly, should be prohibited. I will fix issue.
Thanks, Matus From: Jon Loeliger <j...@netgate.com> Sent: Tuesday, April 3, 2018 6:52 PM To: vpp-dev <vpp-dev@lists.fd.io>; Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) <matfa...@cisco.com> Subject: Multiple Static Mappings Matus, Are multiple static mappings for a single local address expected behavior? vpp# nat44 add static mapping icmp local 10.10.10.100 external 200.0.0.1 vpp# nat44 add static mapping icmp local 10.10.10.100 external 200.0.0.2 vpp# nat44 add static mapping icmp local 10.10.10.100 external 200.0.0.3 vpp# show nat44 static mapping NAT44 static mappings: local 10.10.10.100 external 200.0.0.1 vrf 0 local 10.10.10.100 external 200.0.0.2 vrf 0 local 10.10.10.100 external 200.0.0.3 vrf 0 Thanks, jdl