From 36ed0b50449248a3276ebf149dd5c8105e0ba3fc Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Wed, 23 Aug 2017 14:18:51 +0200 Subject: HC2VPP-222: adapt hc2vpp to snat->nat plugin rename in vpp Change-Id: If4c7f2f1fc52f1ee64ed95900a362063207def27 Signed-off-by: Marek Gradzki --- nat/nat_postman_collection.json | 52 ++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'nat/nat_postman_collection.json') diff --git a/nat/nat_postman_collection.json b/nat/nat_postman_collection.json index b7d918417..49ea7b91f 100644 --- a/nat/nat_postman_collection.json +++ b/nat/nat_postman_collection.json @@ -100,7 +100,7 @@ "helperAttributes": {}, "time": 1475154424741, "name": "Set NAT outbound for ifc - cfg", - "description": "Setting interface NAT outbound feature\n\nCLI: set interface snat in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Setting interface NAT outbound feature\n\nCLI: set interface nat44 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n \r\n \"outbound\" : {}\r\n \r\n}", @@ -164,7 +164,7 @@ "helperAttributes": {}, "time": 1502799964039, "name": "Add Nat64 address pool", - "description": "CLI: vppctl nat64 add pool address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvppctl show nat64 pool\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.10/clicmd_src_plugins_snat.html#clicmd_nat64_add_pool_address", + "description": "CLI: vppctl nat64 add pool address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvppctl show nat64 pool\n\nMore information:\nhttps://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 1,\r\n\t\t\"external-ip-pool\": \"172.16.2.0/30\",\r\n \"vpp-nat:pool-type\": \"nat64\"\r\n\t}\r\n}" @@ -184,7 +184,7 @@ "helperAttributes": {}, "time": 1501658658435, "name": "Set NAT inbound for ifc (post routing) - cfg", - "description": "Setting interface NAT inbound output-feature (post routing)\n\nCLI: set interface snat in out output-feature [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Setting interface NAT inbound output-feature (post routing)\n\nCLI: set interface nat44 in out output-feature [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n \r\n \"inbound\" : {\r\n \t\"post-routing\" : true\r\n }\r\n \r\n}", @@ -205,7 +205,7 @@ "helperAttributes": {}, "time": 1502969752143, "name": "Disable NAT64 inbound for ifc - cfg", - "description": "Disabling interface NAT64 inbound feature\n\nCLI: set interface nat64 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Disabling interface NAT64 inbound feature\n\nCLI: set interface nat64 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "" @@ -225,7 +225,7 @@ "helperAttributes": {}, "time": 1502969982987, "name": "Delete NAT64 static BIB entry -cfg", - "description": "CLI: nat64 add static bib 2001:db8:85a3::8a2e:370:7334 1234 10.1.1.3 5678 tcp del\n\nMore information: https://wiki.fd.io/view/VPP/SNAT#Stateful_NAT64", + "description": "CLI: nat64 add static bib 2001:db8:85a3::8a2e:370:7334 1234 10.1.1.3 5678 tcp del\n\nMore information: https://wiki.fd.io/view/VPP/NAT#Stateful_NAT64", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "" @@ -245,7 +245,7 @@ "helperAttributes": {}, "time": 1502969736196, "name": "Set NAT64 outbound for ifc - cfg", - "description": "Setting interface NAT64 outbound feature\n\nCLI: set interface nat64 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Setting interface NAT64 outbound feature\n\nCLI: set interface nat64 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n \r\n \"outbound\" : {\r\n \t\"nat44-support\" : false,\r\n \t\"nat64-support\" : true\r\n }\r\n \r\n}" @@ -265,7 +265,7 @@ "helperAttributes": {}, "time": 1487678255065, "name": "Delete SNAT address pool", - "description": "CLI: vppctl snat del address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat", + "description": "CLI: vppctl nat44 del address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# nat44_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "", @@ -302,7 +302,7 @@ "helperAttributes": {}, "time": 1498726954006, "name": "Set NAT outbound for subifc - cfg", - "description": "Setting sub-interface NAT outbound feature\n\nCLI: set interface snat in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Setting sub-interface NAT outbound feature\n\nCLI: set interface nat44 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n \r\n \"outbound\" : {}\r\n \r\n}", @@ -346,7 +346,7 @@ "helperAttributes": {}, "time": 1487676902330, "name": "Add single address to pool", - "description": "CLI: vppctl snat add address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat", + "description": "CLI: vppctl nat44 add address 172.16.2.123\n\nCan be verified with\nvat# nat44_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 2,\r\n\t\t\"external-ip-pool\": \"172.16.2.123/32\"\r\n\t}\r\n}", @@ -363,7 +363,7 @@ "data": [], "dataMode": "raw", "name": "Disable NAT inbound for ifc - cfg", - "description": "Unsetting interface NAT inbound feature\n\nCLI: set interface snat in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Unsetting interface NAT inbound feature\n\nCLI: set interface nat44 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "descriptionFormat": "html", "time": 1475835912474, "version": 2, @@ -389,7 +389,7 @@ "helperAttributes": {}, "time": 1502970015631, "name": "Delete Nat64 address pool", - "description": "CLI: vppctl nat64 add pool address 172.16.2.0 - 172.16.2.4 del\n\nCan be verified with\nvppctl show nat64 pool\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.10/clicmd_src_plugins_snat.html#clicmd_nat64_add_pool_address", + "description": "CLI: vppctl nat64 add pool address 172.16.2.0 - 172.16.2.4 del\n\nCan be verified with\nvppctl show nat64 pool\n\nMore information:\nhttps://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "" @@ -409,7 +409,7 @@ "helperAttributes": {}, "time": 1475758450889, "name": "Add SNAT 1:1 static entry IPv4 -cfg", - "description": "CLI: snat add static mapping local 10.0.0.3 external 4.4.4.4\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "CLI: nat44 add static mapping local 10.0.0.3 external 4.4.4.4\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n\t\"mapping-entry\" : {\r\n\t\t\"index\": 1,\r\n\t\t\"type\": \"static\",\r\n\t\t\"internal-src-address\": \"192.168.1.87\",\r\n\t\t\"external-src-address\": \"45.1.5.7\"\r\n\t}\r\n}", @@ -426,7 +426,7 @@ "data": [], "dataMode": "raw", "name": "Disable NAT outbound for ifc - cfg", - "description": "Unsetting interface NAT outbound feature\n\nCLI: set interface snat in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Unsetting interface NAT outbound feature\n\nCLI: set interface nat44 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "descriptionFormat": "html", "time": 1475835941689, "version": 2, @@ -452,7 +452,7 @@ "helperAttributes": {}, "time": 1487676498064, "name": "Add SNAT address pool", - "description": "CLI: vppctl snat add address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat", + "description": "CLI: vppctl nat44 add address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# nat44_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 1,\r\n\t\t\"external-ip-pool\": \"172.16.2.0/30\"\r\n\t}\r\n}", @@ -495,7 +495,7 @@ "helperAttributes": {}, "time": 1487678215755, "name": "Delete single address", - "description": "CLI: vppctl snat del address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat", + "description": "CLI: vppctl nat44 del address 172.16.2.123\n\nCan be verified with\nvat# nat44_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "", @@ -516,7 +516,7 @@ "helperAttributes": {}, "time": 1501658393667, "name": "Set NAT outbound for ifc (post routing) - cfg", - "description": "Setting interface NAT outbound feature (post routing)\n\nCLI: set interface snat in out output-feature [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Setting interface NAT outbound feature (post routing)\n\nCLI: set interface nat44 in out output-feature [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n \r\n \"outbound\" : {\r\n \t\"post-routing\" : true\r\n }\r\n \r\n}", @@ -537,7 +537,7 @@ "helperAttributes": {}, "time": 1502969748622, "name": "Disable NAT64 outbound for ifc - cfg", - "description": "Disabling interface NAT64 outbound feature\n\nCLI: set interface nat64 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Disabling interface NAT64 outbound feature\n\nCLI: set interface nat64 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "" @@ -573,7 +573,7 @@ "helperAttributes": {}, "time": 1498726948962, "name": "Disable NAT inbound for subifc - cfg", - "description": "Unsetting sub-interface NAT inbound feature\n\nCLI: set interface snat in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Unsetting sub-interface NAT inbound feature\n\nCLI: set interface nat44 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n \r\n \"inbound\" : {}\r\n \r\n}", @@ -594,7 +594,7 @@ "helperAttributes": {}, "time": 1501658697686, "name": "Disable NAT inbound for ifc (post routing) - cfg", - "description": "Unsetting interface NAT inbound output-feature (post routing)\n\nCLI: set interface snat in out output-feature [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Unsetting interface NAT inbound output-feature (post routing)\n\nCLI: set interface nat44 in out output-feature [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "", @@ -615,7 +615,7 @@ "helperAttributes": {}, "time": 1502272808631, "name": "Add NAT64 static BIB entry -cfg", - "description": "CLI: nat64 add static bib 2001:db8:85a3::8a2e:370:7334 1234 10.1.1.3 5678 tcp\n\nMore information: https://wiki.fd.io/view/VPP/SNAT#Stateful_NAT64", + "description": "CLI: nat64 add static bib 2001:db8:85a3::8a2e:370:7334 1234 10.1.1.3 5678 tcp\n\nMore information: https://wiki.fd.io/view/VPP/NAT#Stateful_NAT64", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\n \"mapping-entry\": {\n \"index\": 1,\n \"type\": \"static\",\n \"transport-protocol\": 6,\n \"internal-src-address\": \"2001:db8:85a3::8a2e:370:7334\",\n \"external-src-address\": \"10.1.1.3\",\n \"internal-src-port\": {\n \"single-port-number\": 1234\n },\n \"external-src-port\": {\n \"single-port-number\": 5678\n }\n }\n}" @@ -647,7 +647,7 @@ "data": [], "dataMode": "raw", "name": "Disable NAT outbound for subifc - cfg", - "description": "Unsetting sub-interface NAT outbound feature\n\nCLI: set interface snat in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Unsetting sub-interface NAT outbound feature\n\nCLI: set interface nat44 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "descriptionFormat": "html", "time": 1498726898787, "version": 2, @@ -669,7 +669,7 @@ "data": [], "dataMode": "raw", "name": "Get NAT state", - "description": "Read nat-state\n\nCLI: show snat [detail|verbose]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Read nat-state\n\nCLI: show nat44 [detail|verbose]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "descriptionFormat": "html", "time": 1475677867416, "version": 2, @@ -696,7 +696,7 @@ "helperAttributes": {}, "time": 1502969740040, "name": "Set NAT64 inbound for ifc - cfg", - "description": "Setting interface NAT64 inbound feature\n\nCLI: set interface nat64 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Setting interface NAT64 inbound feature\n\nCLI: set interface nat64 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "{\r\n \r\n \"inbound\" : {\r\n \t\"nat44-support\" : false,\r\n \t\"nat64-support\" : true\r\n }\r\n \r\n}" @@ -737,7 +737,7 @@ "helperAttributes": {}, "time": 1501658438697, "name": "Disable NAT outbound for ifc (post routing) - cfg", - "description": "Unsetting interface NAT outbound feature (post routing)\n\nCLI: set interface snat in out output-feature [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Unsetting interface NAT outbound feature (post routing)\n\nCLI: set interface nat44 in out output-feature [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], "rawModeData": "", @@ -772,7 +772,7 @@ "data": [], "dataMode": "raw", "name": "Set NAT inbound for subifc - cfg", - "description": "Setting sub-interface NAT inbound feature\n\nCLI: set interface snat in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Setting sub-interface NAT inbound feature\n\nCLI: set interface nat44 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "descriptionFormat": "html", "time": 1498726706031, "version": 2, @@ -795,7 +795,7 @@ "data": [], "dataMode": "raw", "name": "Set NAT inbound for ifc - cfg", - "description": "Setting interface NAT inbound feature\n\nCLI: set interface snat in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/SNAT", + "description": "Setting interface NAT inbound feature\n\nCLI: set interface nat44 in out [del]\n\nMore information: https://wiki.fd.io/view/VPP/NAT", "descriptionFormat": "html", "time": 1475154374071, "version": 2, -- cgit 1.2.3-korg