Skip to content

Commit 0a3a02a

Browse files
committed
add default route via overlay
1 parent f092712 commit 0a3a02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Managed_SDWAN_7_0_x.postman.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info": {
3-
"_postman_id": "68f58e07-84a3-450e-b2f6-29bd0d0e225f",
3+
"_postman_id": "73d9db2a-9cbf-4456-a4a5-64a97ed2fa96",
44
"name": "Managed Secure SD-WAN 7.0.5",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
66
},
@@ -706,7 +706,7 @@
706706
],
707707
"body": {
708708
"mode": "raw",
709-
"raw": "{\n \"session\": \"{{session}}\",\n \"id\": 1,\n \"method\": \"set\",\n \"params\": [\n {\n \"url\": \"/pm/config/adom/{{adom}}/template/_router_static/Underlay-Static/action-list/\",\n \"data\": [\n {\n \"action\": \"conf-static-router\",\n \"model\": \"all\",\n \"value\": {\n \"device\": \"port4\",\n \"dst\": [\n \"172.16.0.0\",\n \"255.255.0.0\"\n ],\n \"gateway\": \"$(mpls_wan_gateway)\",\n \"seq-num\": 5,\n \"status\": \"enable\"\n }\n },\n {\n \"action\": \"conf-static-router\",\n \"model\": \"all\",\n \"value\": {\n \"dst\": [\n \"0.0.0.0\",\n \"0.0.0.0\"\n ],\n \"sdwan\": true,\n \"sdwan-zone\": [\n \"underlay\"\n ],\n \"seq-num\": 100,\n \"status\": \"enable\"\n }\n }\n ]\n }\n ]\n}",
709+
"raw": "{\n \"session\": \"{{session}}\",\n \"id\": 1,\n \"method\": \"set\",\n \"params\": [\n {\n \"url\": \"/pm/config/adom/{{adom}}/template/_router_static/Underlay-Static/action-list/\",\n \"data\": [\n {\n \"action\": \"conf-static-router\",\n \"model\": \"all\",\n \"seq\": 1,\n \"value\": {\n \"device\": \"port4\",\n \"dst\": [\n \"172.16.0.0\",\n \"255.255.0.0\"\n ],\n \"gateway\": \"$(mpls_wan_gateway)\",\n \"seq-num\": 5,\n \"status\": \"enable\"\n }\n },\n {\n \"action\": \"conf-static-router\",\n \"model\": \"all\",\n \"seq\": 2,\n \"value\": {\n \"dst\": [\n \"0.0.0.0\",\n \"0.0.0.0\"\n ],\n \"sdwan\": true,\n \"sdwan-zone\": [\n \"underlay\",\n \"overlay\"\n ],\n \"seq-num\": 100,\n \"status\": \"enable\"\n }\n }\n ]\n }\n ]\n}",
710710
"options": {
711711
"raw": {
712712
"language": "json"

0 commit comments

Comments
 (0)