3 "_postman_id": "71b7e698-4b8c-0ad6-38af-8304b6a5c4e0",
4 "name": "Lisp gpe RESTCONF collection",
5 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
9 "_postman_id": "69973200-c6fd-444e-8212-e6e927ea4156",
10 "name": "Native entries",
14 "_postman_id": "c78fc116-dc68-4668-a82b-ebac3aff2818",
15 "name": "Add table with entries",
20 "key": "Authorization",
21 "value": "Basic YWRtaW46YWRtaW4="
24 "key": "Content-Type",
25 "value": "application/json"
30 "raw": "{\n\t\"native-forward-paths-table\":{\n\t \"table-id\":\"4\",\n\t \"native-forward-path\":[\n\t \t{\n\t \t\t\"next-hop-address\":\"192.168.2.1\",\n\t \t\t\"next-hop-interface\":\"local0\"\n\t \t},\n\t \t{\n\t \t\t\"next-hop-address\":\"192.168.3.1\"\n\t \t},\n\t \t{\n\t \t\t\"next-hop-address\":\"2001:0db8:0a0b:12f0:0000:0000:0000:0001\"\n\t \t}\n\t \t]\n\t}\n}"
33 "raw": "http://localhost:8183/restconf/config/gpe:native-forward-paths-tables/native-forward-paths-table/4",
42 "gpe:native-forward-paths-tables",
43 "native-forward-paths-table",
51 "_postman_id": "3f93c8db-06c3-49df-bb03-24a74578461c",
52 "name": "Get table 4",
57 "key": "Authorization",
58 "value": "Basic YWRtaW46YWRtaW4="
61 "key": "Content-Type",
62 "value": "application/json"
67 "raw": "{\n\t\"native-forward-paths-table\":{\n\t \"table-id\":\"4\",\n\t \"native-forward-path\":[\n\t \t{\n\t \t\t\"next-hop-address\":\"192.168.2.1\",\n\t \t\t\"next-hop-interface\":\"local0\"\n\t \t},\n\t \t{\n\t \t\t\"next-hop-address\":\"192.168.3.1\"\n\t \t},\n\t \t{\n\t \t\t\"next-hop-address\":\"2001:0db8:0a0b:12f0:0000:0000:0000:0001\"\n\t \t}\n\t \t]\n\t}\n}"
70 "raw": "http://localhost:8183/restconf/config/gpe:native-forward-paths-tables/native-forward-paths-table/4",
79 "gpe:native-forward-paths-tables",
80 "native-forward-paths-table",
90 "_postman_id": "a7939122-f5a8-4e1f-88a3-67537467fc4a",
96 "key": "Authorization",
97 "value": "Basic YWRtaW46YWRtaW4="
100 "key": "Content-Type",
101 "value": "application/json"
106 "raw": "{\r\n \r\n \"interface\": [\r\n {\r\n \"name\": \"testInterface\",\r\n \"description\": \"for testing purposes\",\r\n \"type\": \"iana-if-type:ethernetCsmacd\",\r\n \"enabled\": \"true\",\r\n \"link-up-down-trap-enable\": \"enabled\",\r\n \"ietf-ip:ipv4\": {\r\n \"enabled\": \"true\",\r\n \"mtu\": \"1500\",\r\n \"address\": [\r\n {\r\n \"ip\": \"1.2.3.0\",\r\n \"netmask\": \"255.255.255.0\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n \r\n}"
109 "raw": "http://localhost:8183/restconf/operational/naming-context:contexts",
118 "naming-context:contexts"
125 "_postman_id": "f9a1830d-aa3e-4def-8b72-a3fb22dcf73d",
126 "name": "Enable gpe",
131 "key": "Authorization",
132 "value": "Basic YWRtaW46YWRtaW4="
135 "key": "Content-Type",
136 "value": "application/json"
141 "raw": "{\n \"gpe\":{\n \"gpe-feature-data\":{\n \"enable\":true\n }\n }\n}"
144 "raw": "http://localhost:8183/restconf/config/gpe:gpe",
156 "description": "vppstl gpe enable\n\n to verify\n\nvppctl show lisp status"
161 "_postman_id": "c4323077-6a62-4670-a1d4-1e3da4bad1cb",
162 "name": "Add gpe entry - positive mapping",
167 "key": "Authorization",
168 "value": "Basic YWRtaW46YWRtaW4="
171 "key": "Content-Type",
172 "value": "application/json"
177 "raw": "{\n \"gpe-entry\":\n {\n \"id\":\"gpe-entry-1\",\n \"dp-table\":\"1\",\n \"vni\":10,\n \"local-eid\":{\n \"address-type\":\"ietf-lisp-address-types:ipv4-prefix-afi\",\n \"virtual-network-id\":\"10\",\n \"ipv4-prefix\":\"192.168.2.1/24\"\n },\n \"remote-eid\":{\n \"address-type\":\"ietf-lisp-address-types:ipv4-prefix-afi\",\n \"virtual-network-id\":\"10\",\n \"ipv4-prefix\":\"192.168.3.1/24\"\n },\n \"locator-pair\":[\n {\n \"local-locator\":\"192.168.7.7\",\n \"remote-locator\":\"192.168.7.8\",\n \"weight\":3\n },\n {\n \"local-locator\":\"192.168.9.7\",\n \"remote-locator\":\"192.168.9.8\",\n \"weight\":2\n } \n ]\n } \n}"
180 "raw": "http://localhost:8183/restconf/config/gpe:gpe/gpe-feature-data/gpe-entry-table/gpe-entry/gpe-entry-1",
196 "description": "gpe entry add vni 10 vrf 1 leid 192.168.2.1/24 reid 192.168.3.1/24 loc-pair 192.168.7.7 192.168.7.8 w 3\n\n to verify\n \nshow gpe entry\n"
201 "_postman_id": "8d061c24-a24e-4981-a3bb-35418c9f2231",
202 "name": "Add gpe entry - negative mapping",
207 "key": "Authorization",
208 "value": "Basic YWRtaW46YWRtaW4="
211 "key": "Content-Type",
212 "value": "application/json"
217 "raw": "{\n \"gpe-entry\":\n {\n \"id\":\"gpe-entry-2\",\n \"dp-table\":\"2\",\n \"vni\":11,\n \"local-eid\":{\n \"address-type\":\"ietf-lisp-address-types:ipv4-prefix-afi\",\n \"virtual-network-id\":\"11\",\n \"ipv4-prefix\":\"192.100.2.1/24\"\n },\n \"remote-eid\":{\n \"address-type\":\"ietf-lisp-address-types:ipv4-prefix-afi\",\n \"virtual-network-id\":\"11\",\n \"ipv4-prefix\":\"192.100.3.1/24\"\n },\n \"action\":\"send-map-request\"\n } \n}"
220 "raw": "http://localhost:8183/restconf/config/gpe:gpe/gpe-feature-data/gpe-entry-table/gpe-entry/gpe-entry-2",
236 "description": "gpe entry add vni 10 vrf 1 leid 192.100.2.1/24 reid 192.100.3.1/24 negative action 2\n\n to verify \n \nshow gpe entry"
241 "_postman_id": "19f3a90e-5631-4121-a11e-cc45526bcee4",
242 "name": "Get gpe status",
247 "key": "Authorization",
248 "value": "Basic YWRtaW46YWRtaW4="
251 "key": "Content-Type",
252 "value": "application/json"
257 "raw": "{\n \"gpe\":{\n \"gpe-feature-data\":{\n \"enable\":true\n }\n }\n}"
260 "raw": "http://localhost:8183/restconf/operational/gpe:gpe-state",
276 "_postman_id": "2bb6749e-d6db-4a92-9d2c-127bb64425d5",
277 "name": "Get gpe entry- positive mapping",
282 "key": "Authorization",
283 "value": "Basic YWRtaW46YWRtaW4="
286 "key": "Content-Type",
287 "value": "application/json"
292 "raw": "{\n \"gpe\":{\n \"gpe-feature-data\":{\n \"enable\":true\n }\n }\n}"
295 "raw": "http://localhost:8183/restconf/operational/gpe:gpe-state/gpe-feature-data/gpe-entry-table/gpe-entry/gpe-entry-1",
315 "_postman_id": "a45f1a89-181a-4443-9f94-516745fd5d35",
316 "name": "Get gpe entry- negative mapping",
321 "key": "Authorization",
322 "value": "Basic YWRtaW46YWRtaW4="
325 "key": "Content-Type",
326 "value": "application/json"
331 "raw": "{\n \"gpe\":{\n \"gpe-feature-data\":{\n \"enable\":true\n }\n }\n}"
334 "raw": "http://localhost:8183/restconf/operational/gpe:gpe-state/gpe-feature-data/gpe-entry-table/gpe-entry/gpe-entry-2",
354 "_postman_id": "14822d53-1a85-4224-a7fb-d73f6038393c",
355 "name": "Delete gpe entry- positive mapping",
360 "key": "Authorization",
361 "value": "Basic YWRtaW46YWRtaW4="
364 "key": "Content-Type",
365 "value": "application/json"
370 "raw": "{\n \"gpe\":{\n \"gpe-feature-data\":{\n \"enable\":true\n }\n }\n}"
373 "raw": "http://localhost:8183/restconf/config/gpe:gpe/gpe-feature-data/gpe-entry-table/gpe-entry/gpe-entry-1",
393 "_postman_id": "86f7ead7-6add-42f5-9db8-0cb9ad18f7a4",
394 "name": "Delete gpe entry- negative mapping",
399 "key": "Authorization",
400 "value": "Basic YWRtaW46YWRtaW4="
403 "key": "Content-Type",
404 "value": "application/json"
409 "raw": "{\n \"gpe\":{\n \"gpe-feature-data\":{\n \"enable\":true\n }\n }\n}"
412 "raw": "http://localhost:8183/restconf/config/gpe:gpe/gpe-feature-data/gpe-entry-table/gpe-entry/gpe-entry-2",
432 "_postman_id": "e292e385-6428-48c6-a3f2-2026d408fc1b",
433 "name": "Disable gpe",
438 "key": "Authorization",
439 "value": "Basic YWRtaW46YWRtaW4="
442 "key": "Content-Type",
443 "value": "application/json"
448 "raw": "{\n \"gpe\":{\n \"gpe-feature-data\":{\n \"enable\":true\n }\n }\n}"
451 "raw": "http://localhost:8183/restconf/config/gpe:gpe",