go.ligato.io/vpp-agent/v3@v3.5.0/tests/robot/resources/nat-dnat.json (about) 1 { 2 "label": "${name}", 3 "st_mappings": [ 4 { 5 "external_interface": "${ext_int}", 6 "external_ip": "${ext_ip}", 7 "external_port": ${ext_port}, 8 "local_ips": [ 9 { 10 "vrf_id": ${id}, 11 "local_ip": "${local_ip}", 12 "local_port": ${local_port}, 13 "probability": 40 14 } 15 ], 16 "protocol": 1, 17 "twiceNat": "DISABLED" 18 } 19 ] 20 }