Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save allenrobel/1e043247279543543dbfa54d3ecc2510 to your computer and use it in GitHub Desktop.
Save allenrobel/1e043247279543543dbfa54d3ecc2510 to your computer and use it in GitHub Desktop.
NDFC Ticket Endpoint Examples (Change Control) Postman Collection (v2.1)
{
"info": {
"_postman_id": "dd333858-cce0-4a40-890a-0bea23923673",
"name": "Ticket Endpoint Examples",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "7476253",
"_collection_link": "https://cisco-dcn-marketing-ndfc.postman.co/workspace/e50eba86-0fd2-481f-8f98-21129f80f426/collection/7476253-dd333858-cce0-4a40-890a-0bea23923673?action=share&source=collection_link&creator=7476253"
},
"item": [
{
"name": "Get all tickets",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets/all",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets",
"all"
]
}
},
"response": [
{
"name": "200 (ND 3.2.1e)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets/all",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets",
"all"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Cache-Control",
"value": "no-cache, must-revalidate, proxy-revalidate, max-age=0"
},
{
"key": "Content-Length",
"value": "1033"
},
{
"key": "Content-Range",
"value": "items: 0-0/3"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.qualtrics.com; style-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'self'; font-src 'self' data:; img-src 'self' https://*.qualtrics.com data: alln-extcloud-storage.cisco.com; navigate-to *; worker-src 'self' blob:;frame-src 'self' https://*.qualtrics.com ; connect-src 'self' https://*.qualtrics.com wss:;"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Date",
"value": "Tue, 04 Mar 2025 19:50:41 GMT"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Ratelimit-Limit",
"value": "-1"
},
{
"key": "X-Ratelimit-Remaining",
"value": "-1"
},
{
"key": "X-Ratelimit-Reset",
"value": "1559582945"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
}
],
"cookie": [],
"body": "[\n {\n \"ticketId\": \"TICKET_1\",\n \"ticketType\": \"ChangeRequest\",\n \"description\": \"Add test network\",\n \"status\": \"CANCELLED\",\n \"create_user\": \"admin\",\n \"approver_user\": \"admin\",\n \"deployer_user\": \"\",\n \"create_time\": \"2025-03-04 19:15:45.498\",\n \"update_time\": \"2025-03-04 19:24:58.019\",\n \"last_activity\": \"Ticket Rolled Back\",\n \"relatedTickets\": null,\n \"rollbackAllowed\": true\n },\n {\n \"ticketId\": \"TICKET_3\",\n \"ticketType\": \"ChangeRequest\",\n \"description\": \"Create network and vrf N2/V2\",\n \"status\": \"DEPLOYED\",\n \"create_user\": \"admin\",\n \"approver_user\": \"admin\",\n \"deployer_user\": \"admin\",\n \"create_time\": \"2025-03-04 19:29:14.243\",\n \"update_time\": \"2025-03-04 19:31:08.165\",\n \"last_activity\": \"Deployment Successful - No diffs.\",\n \"relatedTickets\": null,\n \"rollbackAllowed\": true\n },\n {\n \"ticketId\": \"TICKET_4\",\n \"ticketType\": \"ChangeRequest\",\n \"description\": \"Attach network to leaf.\",\n \"status\": \"PENDING\",\n \"create_user\": \"admin\",\n \"approver_user\": \"\",\n \"deployer_user\": \"\",\n \"create_time\": \"2025-03-04 19:41:29.104\",\n \"update_time\": \"2025-03-04 19:42:08.108\",\n \"last_activity\": \"Change Associated\",\n \"relatedTickets\": null,\n \"rollbackAllowed\": true\n }\n]"
}
]
},
{
"name": "Create ticket",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n\"ticketId\": \"TICKET_4\",\n\"description\": \"Attach network to leaf.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets"
]
}
},
"response": [
{
"name": "200 (NDFC 3.2.1e)",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n\"ticketId\": \"TICKET_4\",\n\"description\": \"Attach network to leaf.\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Cache-Control",
"value": "no-cache, must-revalidate, proxy-revalidate, max-age=0"
},
{
"key": "Content-Length",
"value": "29"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.qualtrics.com; style-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'self'; font-src 'self' data:; img-src 'self' https://*.qualtrics.com data: alln-extcloud-storage.cisco.com; navigate-to *; worker-src 'self' blob:;frame-src 'self' https://*.qualtrics.com ; connect-src 'self' https://*.qualtrics.com wss:;"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Date",
"value": "Tue, 04 Mar 2025 19:41:29 GMT"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Ratelimit-Limit",
"value": "-1"
},
{
"key": "X-Ratelimit-Remaining",
"value": "-1"
},
{
"key": "X-Ratelimit-Reset",
"value": "1559582945"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
}
],
"cookie": [],
"body": "\"Created ticket successfully\""
}
]
},
{
"name": "Bind switches to ticket",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "[\"FDO211218AX\"]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tagSwitchesForDeployment?ticketId=TICKET_4",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tagSwitchesForDeployment"
],
"query": [
{
"key": "ticketId",
"value": "TICKET_4"
}
]
}
},
"response": [
{
"name": "200 (ND 3.2.1e)",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "[\"FDO211218AX\"]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tagSwitchesForDeployment?ticketId=TICKET_4",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tagSwitchesForDeployment"
],
"query": [
{
"key": "ticketId",
"value": "TICKET_4"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Cache-Control",
"value": "no-cache, must-revalidate, proxy-revalidate, max-age=0"
},
{
"key": "Content-Length",
"value": "84"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.qualtrics.com; style-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'self'; font-src 'self' data:; img-src 'self' https://*.qualtrics.com data: alln-extcloud-storage.cisco.com; navigate-to *; worker-src 'self' blob:;frame-src 'self' https://*.qualtrics.com ; connect-src 'self' https://*.qualtrics.com wss:;"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Date",
"value": "Tue, 04 Mar 2025 19:42:07 GMT"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Ratelimit-Limit",
"value": "-1"
},
{
"key": "X-Ratelimit-Remaining",
"value": "-1"
},
{
"key": "X-Ratelimit-Reset",
"value": "1559582945"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
}
],
"cookie": [],
"body": "{\n \"successList\": [\n {\n \"name\": \"FDO211218AX\",\n \"message\": \"POLICY-19560\",\n \"status\": \"Success\"\n }\n ]\n}"
}
]
},
{
"name": "Attach network",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "[\n {\n \"networkName\": \"N2\",\n \"lanAttachList\": [\n {\n \"fabric\": \"f1\",\n \"networkName\": \"N2\",\n \"serialNumber\": \"FDO211218AX\",\n \"switchPorts\": \"Ethernet1/1,Ethernet1/2,Ethernet1/3\",\n \"detachSwitchPorts\": \"\",\n \"vlan\": 2300,\n \"deployment\": true,\n \"instanceValues\": \"isActive = false\",\n \"freeformConfig\": \"interface Vlan2300\\r\\n delay 200 \"\n }\n ]\n }\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/top-down/fabrics/f1/networks/attachments?ticketId=TICKET_4",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"top-down",
"fabrics",
"f1",
"networks",
"attachments"
],
"query": [
{
"key": "ticketId",
"value": "TICKET_4"
}
]
}
},
"response": [
{
"name": "200 (ND 3.2.1e)",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "[\n {\n \"networkName\": \"N2\",\n \"lanAttachList\": [\n {\n \"fabric\": \"f1\",\n \"networkName\": \"N2\",\n \"serialNumber\": \"FDO211218AX\",\n \"switchPorts\": \"Ethernet1/1,Ethernet1/2,Ethernet1/3\",\n \"detachSwitchPorts\": \"\",\n \"vlan\": 2300,\n \"deployment\": true,\n \"instanceValues\": \"isActive = false\",\n \"freeformConfig\": \"interface Vlan2300\\r\\n delay 200 \"\n }\n ]\n }\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/top-down/fabrics/f1/networks/attachments?ticketId=TICKET_4",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"top-down",
"fabrics",
"f1",
"networks",
"attachments"
],
"query": [
{
"key": "ticketId",
"value": "TICKET_4"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Cache-Control",
"value": "no-cache, must-revalidate, proxy-revalidate, max-age=0"
},
{
"key": "Content-Length",
"value": "44"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.qualtrics.com; style-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'self'; font-src 'self' data:; img-src 'self' https://*.qualtrics.com data: alln-extcloud-storage.cisco.com; navigate-to *; worker-src 'self' blob:;frame-src 'self' https://*.qualtrics.com ; connect-src 'self' https://*.qualtrics.com wss:;"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Date",
"value": "Tue, 04 Mar 2025 20:00:39 GMT"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Ratelimit-Limit",
"value": "-1"
},
{
"key": "X-Ratelimit-Remaining",
"value": "-1"
},
{
"key": "X-Ratelimit-Reset",
"value": "1559582945"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
}
],
"cookie": [],
"body": "{\n \"N2-[FDO211218AX/cvd-2312-leaf]\": \"SUCCESS\"\n}"
}
]
},
{
"name": "Get ticket details",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets/TICKET_4",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets",
"TICKET_4"
]
}
},
"response": [
{
"name": "200 (ND 3.2.1e)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets/TICKET_4",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets",
"TICKET_4"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Cache-Control",
"value": "no-cache, must-revalidate, proxy-revalidate, max-age=0"
},
{
"key": "Content-Length",
"value": "558"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.qualtrics.com; style-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'self'; font-src 'self' data:; img-src 'self' https://*.qualtrics.com data: alln-extcloud-storage.cisco.com; navigate-to *; worker-src 'self' blob:;frame-src 'self' https://*.qualtrics.com ; connect-src 'self' https://*.qualtrics.com wss:;"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Date",
"value": "Tue, 04 Mar 2025 19:45:12 GMT"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Ratelimit-Limit",
"value": "-1"
},
{
"key": "X-Ratelimit-Remaining",
"value": "-1"
},
{
"key": "X-Ratelimit-Reset",
"value": "1559582945"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
}
],
"cookie": [],
"body": "{\n \"ticket\": {\n \"ticketId\": \"TICKET_4\",\n \"ticketType\": \"ChangeRequest\",\n \"description\": \"Attach network to leaf.\",\n \"status\": \"PENDING\",\n \"create_user\": \"admin\",\n \"approver_user\": \"\",\n \"deployer_user\": \"\",\n \"create_time\": \"2025-03-04 19:41:29.104\",\n \"update_time\": \"2025-03-04 19:42:08.108\",\n \"last_activity\": \"Change Associated\",\n \"relatedTickets\": null,\n \"rollbackAllowed\": true\n },\n \"changeRecs\": [\n {\n \"actionId\": 10,\n \"actionType\": \"SwitchPolicyMarkForDeployment\",\n \"operationType\": \"Add\",\n \"fabricName\": \"f1\",\n \"userName\": \"admin\",\n \"rollbackAllowed\": true,\n \"timeStamp\": \"2025-03-04 19:42:08.053\"\n }\n ],\n \"deployHistory\": []\n}"
}
]
},
{
"name": "Ticket config-preview",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets/TICKET_4/config-preview",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets",
"TICKET_4",
"config-preview"
]
}
},
"response": [
{
"name": "200 (ND 3.2.1e)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets/TICKET_4/config-preview",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets",
"TICKET_4",
"config-preview"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Cache-Control",
"value": "no-cache, must-revalidate, proxy-revalidate, max-age=0"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.qualtrics.com; style-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'self'; font-src 'self' data:; img-src 'self' https://*.qualtrics.com data: alln-extcloud-storage.cisco.com; navigate-to *; worker-src 'self' blob:;frame-src 'self' https://*.qualtrics.com ; connect-src 'self' https://*.qualtrics.com wss:;"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Date",
"value": "Tue, 04 Mar 2025 20:04:20 GMT"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Ratelimit-Limit",
"value": "-1"
},
{
"key": "X-Ratelimit-Remaining",
"value": "-1"
},
{
"key": "X-Ratelimit-Reset",
"value": "1559582945"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
}
],
"cookie": [],
"body": "[\n {\n \"switchId\": \"FDO211218AX\",\n \"switchName\": \"cvd-2312-leaf\",\n \"switchMgmtIP\": \"172.22.150.107\",\n \"switchRole\": \"leaf\",\n \"fabricName\": \"f1\",\n \"entityList\": [\n {\n \"entityType\": \"INTERFACE\",\n \"entityName\": \"Ethernet1/1\",\n \"secondaryEntityType\": \"Config_Profile\",\n \"secondaryEntityName\": \"N2\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"interface ethernet1/1\",\n \" switchport\",\n \" switchport mode trunk\",\n \" mtu 9216\",\n \" spanning-tree port type edge trunk\",\n \" no shutdown\",\n \" switchport trunk allowed vlan 2300\"\n ]\n },\n {\n \"entityType\": \"INTERFACE\",\n \"entityName\": \"Ethernet1/2\",\n \"secondaryEntityType\": \"Config_Profile\",\n \"secondaryEntityName\": \"N2\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"interface ethernet1/2\",\n \" switchport\",\n \" switchport mode trunk\",\n \" mtu 9216\",\n \" spanning-tree port type edge trunk\",\n \" no shutdown\",\n \" switchport trunk allowed vlan 2300\"\n ]\n },\n {\n \"entityType\": \"INTERFACE\",\n \"entityName\": \"Ethernet1/3\",\n \"secondaryEntityType\": \"Config_Profile\",\n \"secondaryEntityName\": \"N2\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"interface ethernet1/3\",\n \" switchport\",\n \" switchport mode trunk\",\n \" mtu 9216\",\n \" spanning-tree port type edge trunk\",\n \" no shutdown\",\n \" switchport trunk allowed vlan 2300\"\n ]\n },\n {\n \"entityType\": \"Config_Profile\",\n \"entityName\": \"V2\",\n \"secondaryEntityType\": \"\",\n \"secondaryEntityName\": \"\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"vlan 2000\",\n \" vn-segment 50000\",\n \"configure terminal\"\n ]\n },\n {\n \"entityType\": \"Config_Profile\",\n \"entityName\": \"V2\",\n \"secondaryEntityType\": \"\",\n \"secondaryEntityName\": \"\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"vrf context v2\",\n \" vni 50000\",\n \" rd auto\",\n \" address-family ipv4 unicast\",\n \" route-target both auto\",\n \" route-target both auto evpn\",\n \" address-family ipv6 unicast\",\n \" route-target both auto\",\n \" route-target both auto evpn\",\n \"exit\"\n ]\n },\n {\n \"entityType\": \"Config_Profile\",\n \"entityName\": \"V2\",\n \"secondaryEntityType\": \"\",\n \"secondaryEntityName\": \"\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"interface Vlan2000\",\n \" vrf member v2\",\n \" ip forward\",\n \" ipv6 address use-link-local-only\",\n \" no ip redirects\",\n \" no ipv6 redirects\",\n \" mtu 9216\",\n \" no shutdown\",\n \"exit\"\n ]\n },\n {\n \"entityType\": \"Config_Profile\",\n \"entityName\": \"V2\",\n \"secondaryEntityType\": \"\",\n \"secondaryEntityName\": \"\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"router bgp 65001\",\n \" vrf v2\",\n \" address-family ipv4 unicast\",\n \" advertise l2vpn evpn\",\n \" redistribute direct route-map fabric-rmap-redist-subnet\",\n \" maximum-paths ibgp 2\",\n \" exit\",\n \" address-family ipv6 unicast\",\n \" advertise l2vpn evpn\",\n \" redistribute direct route-map fabric-rmap-redist-subnet\",\n \" maximum-paths ibgp 2\",\n \"configure terminal\"\n ]\n },\n {\n \"entityType\": \"Config_Profile\",\n \"entityName\": \"V2\",\n \"secondaryEntityType\": \"\",\n \"secondaryEntityName\": \"\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"interface nve1\",\n \" member vni 50000 associate-vrf\",\n \" member vni 30000\",\n \" mcast-group 239.1.1.1\"\n ]\n },\n {\n \"entityType\": \"Config_Profile\",\n \"entityName\": \"N2\",\n \"secondaryEntityType\": \"\",\n \"secondaryEntityName\": \"\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"vlan 2300\",\n \" vn-segment 30000\",\n \"configure terminal\"\n ]\n },\n {\n \"entityType\": \"Config_Profile\",\n \"entityName\": \"N2\",\n \"secondaryEntityType\": \"\",\n \"secondaryEntityName\": \"N2\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"interface Vlan2300\",\n \" vrf member v2\",\n \" fabric forwarding mode anycast-gateway\",\n \" no shutdown\",\n \" delay 200\",\n \"exit\"\n ]\n },\n {\n \"entityType\": \"Config_Profile\",\n \"entityName\": \"N2\",\n \"secondaryEntityType\": \"\",\n \"secondaryEntityName\": \"\",\n \"complianceStatus\": \"Out-of-Sync\",\n \"commands\": [\n \"evpn\",\n \" vni 30000 l2\",\n \" rd auto\",\n \" route-target import auto\",\n \" route-target export auto\",\n \"configure terminal\"\n ]\n }\n ],\n \"status\": \"Out-of-Sync\",\n \"statusDesc\": \"Out-of-Sync\",\n \"runningConfig\": null,\n \"expectedConfig\": null,\n \"diff\": [\n [\n \"EQUAL\",\n \"!Command: show running-config\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"!Running configuration last done at: Tue Mar 4 18:49:53 2025\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"!Time: Tue Mar 4 18:50:09 2025\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"boot nxos bootflash:/nxos64-cs.10.2.5.M.bin\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"cfs eth distribute\",\n \"cfs eth distribute\"\n ],\n [\n \"EQUAL\",\n \"class-map type qos match-all class-q1\",\n \"class-map type qos match-all class-q1\"\n ],\n [\n \"EQUAL\",\n \" match cos 1\",\n \" match cos 1\"\n ],\n [\n \"EQUAL\",\n \" match dscp 8-15\",\n \" match dscp 8-15\"\n ],\n [\n \"EQUAL\",\n \"class-map type qos match-all class-q2\",\n \"class-map type qos match-all class-q2\"\n ],\n [\n \"EQUAL\",\n \" match cos 2\",\n \" match cos 2\"\n ],\n [\n \"EQUAL\",\n \" match dscp 16-23\",\n \" match dscp 16-23\"\n ],\n [\n \"EQUAL\",\n \"class-map type qos match-all class-q3\",\n \"class-map type qos match-all class-q3\"\n ],\n [\n \"EQUAL\",\n \" match cos 3\",\n \" match cos 3\"\n ],\n [\n \"EQUAL\",\n \" match dscp 24-31\",\n \" match dscp 24-31\"\n ],\n [\n \"EQUAL\",\n \"class-map type qos match-all class-q4\",\n \"class-map type qos match-all class-q4\"\n ],\n [\n \"EQUAL\",\n \" match cos 4\",\n \" match cos 4\"\n ],\n [\n \"EQUAL\",\n \" match dscp 32-39\",\n \" match dscp 32-39\"\n ],\n [\n \"EQUAL\",\n \"class-map type qos match-all class-q5\",\n \"class-map type qos match-all class-q5\"\n ],\n [\n \"EQUAL\",\n \" match cos 5\",\n \" match cos 5\"\n ],\n [\n \"EQUAL\",\n \" match dscp 40-47\",\n \" match dscp 40-47\"\n ],\n [\n \"EQUAL\",\n \"class-map type qos match-all class-q6\",\n \"class-map type qos match-all class-q6\"\n ],\n [\n \"EQUAL\",\n \" match cos 6\",\n \" match cos 6\"\n ],\n [\n \"EQUAL\",\n \" match dscp 48-55\",\n \" match dscp 48-55\"\n ],\n [\n \"EQUAL\",\n \"class-map type qos match-all class-q7\",\n \"class-map type qos match-all class-q7\"\n ],\n [\n \"EQUAL\",\n \" match cos 7\",\n \" match cos 7\"\n ],\n [\n \"EQUAL\",\n \" match dscp 56-63\",\n \" match dscp 56-63\"\n ],\n [\n \"EQUAL\",\n \"copp profile strict\",\n \"copp profile strict\"\n ],\n [\n \"EQUAL\",\n \"evpn\",\n \"evpn\"\n ],\n [\n \"INSERT\",\n \"\",\n \" vni 30000 l2\"\n ],\n [\n \"INSERT\",\n \"\",\n \" rd auto\"\n ],\n [\n \"INSERT\",\n \"\",\n \" route-target export auto\"\n ],\n [\n \"INSERT\",\n \"\",\n \" route-target import auto\"\n ],\n [\n \"EQUAL\",\n \"fabric forwarding anycast-gateway-mac 2020.0000.00aa\",\n \"fabric forwarding anycast-gateway-mac 2020.0000.00aa\"\n ],\n [\n \"EQUAL\",\n \"feature bgp\",\n \"feature bgp\"\n ],\n [\n \"EQUAL\",\n \"feature dhcp\",\n \"feature dhcp\"\n ],\n [\n \"EQUAL\",\n \"feature interface-vlan\",\n \"feature interface-vlan\"\n ],\n [\n \"EQUAL\",\n \"feature lacp\",\n \"feature lacp\"\n ],\n [\n \"EQUAL\",\n \"feature lldp\",\n \"feature lldp\"\n ],\n [\n \"EQUAL\",\n \"feature ngoam\",\n \"feature ngoam\"\n ],\n [\n \"EQUAL\",\n \"feature nv overlay\",\n \"feature nv overlay\"\n ],\n [\n \"EQUAL\",\n \"feature nxapi\",\n \"feature nxapi\"\n ],\n [\n \"EQUAL\",\n \"feature ospf\",\n \"feature ospf\"\n ],\n [\n \"EQUAL\",\n \"feature pim\",\n \"feature pim\"\n ],\n [\n \"EQUAL\",\n \"feature vn-segment-vlan-based\",\n \"feature vn-segment-vlan-based\"\n ],\n [\n \"EQUAL\",\n \"hostname cvd-2312-leaf\",\n \"hostname cvd-2312-leaf\"\n ],\n [\n \"EQUAL\",\n \"interface Vlan1\",\n \"\"\n ],\n [\n \"INSERT\",\n \"\",\n \"interface Vlan2000\"\n ],\n [\n \"INSERT\",\n \"\",\n \" ip forward\"\n ],\n [\n \"INSERT\",\n \"\",\n \" ipv6 address use-link-local-only\"\n ],\n [\n \"INSERT\",\n \"\",\n \" mtu 9216\"\n ],\n [\n \"INSERT\",\n \"\",\n \" no ip redirects\"\n ],\n [\n \"INSERT\",\n \"\",\n \" no ipv6 redirects\"\n ],\n [\n \"INSERT\",\n \"\",\n \" no shutdown\"\n ],\n [\n \"INSERT\",\n \"\",\n \" vrf member v2\"\n ],\n [\n \"INSERT\",\n \"\",\n \"interface Vlan2300\"\n ],\n [\n \"INSERT\",\n \"\",\n \" delay 200\"\n ],\n [\n \"INSERT\",\n \"\",\n \" fabric forwarding mode anycast-gateway\"\n ],\n [\n \"INSERT\",\n \"\",\n \" no shutdown\"\n ],\n [\n \"INSERT\",\n \"\",\n \" vrf member v2\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/1\",\n \"interface ethernet1/1\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \"\"\n ],\n [\n \"INSERT\",\n \"\",\n \" switchport trunk allowed vlan 2300\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/10\",\n \"interface ethernet1/10\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/11\",\n \"interface ethernet1/11\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/12\",\n \"interface ethernet1/12\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/13\",\n \"interface ethernet1/13\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/14\",\n \"interface ethernet1/14\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/15\",\n \"interface ethernet1/15\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/16\",\n \"interface ethernet1/16\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/17\",\n \"interface ethernet1/17\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/18\",\n \"interface ethernet1/18\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/19\",\n \"interface ethernet1/19\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/2\",\n \"interface ethernet1/2\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \"\"\n ],\n [\n \"INSERT\",\n \"\",\n \" switchport trunk allowed vlan 2300\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/20\",\n \"interface ethernet1/20\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/21\",\n \"interface ethernet1/21\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/22\",\n \"interface ethernet1/22\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/23\",\n \"interface ethernet1/23\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/24\",\n \"interface ethernet1/24\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/25\",\n \"interface ethernet1/25\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/26\",\n \"interface ethernet1/26\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/27\",\n \"interface ethernet1/27\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/28\",\n \"interface ethernet1/28\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/29\",\n \"interface ethernet1/29\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/3\",\n \"interface ethernet1/3\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \"\"\n ],\n [\n \"INSERT\",\n \"\",\n \" switchport trunk allowed vlan 2300\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/30\",\n \"interface ethernet1/30\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/31\",\n \"interface ethernet1/31\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/32\",\n \"interface ethernet1/32\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/33\",\n \"interface ethernet1/33\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/34\",\n \"interface ethernet1/34\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/35\",\n \"interface ethernet1/35\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/36\",\n \"interface ethernet1/36\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/37\",\n \"interface ethernet1/37\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/38\",\n \"interface ethernet1/38\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/39\",\n \"interface ethernet1/39\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/4\",\n \"interface ethernet1/4\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/40\",\n \"interface ethernet1/40\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/41\",\n \"interface ethernet1/41\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/42\",\n \"interface ethernet1/42\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/43\",\n \"interface ethernet1/43\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/44\",\n \"interface ethernet1/44\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/45\",\n \"interface ethernet1/45\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/46\",\n \"interface ethernet1/46\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/47\",\n \"interface ethernet1/47\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/48\",\n \"interface ethernet1/48\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/49\",\n \"interface ethernet1/49\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/5\",\n \"interface ethernet1/5\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/50\",\n \"interface ethernet1/50\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/51\",\n \"interface ethernet1/51\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/52\",\n \"interface ethernet1/52\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/53\",\n \"interface ethernet1/53\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/54\",\n \"interface ethernet1/54\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/6\",\n \"interface ethernet1/6\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/7\",\n \"interface ethernet1/7\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/8\",\n \"interface ethernet1/8\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface ethernet1/9\",\n \"interface ethernet1/9\"\n ],\n [\n \"EQUAL\",\n \" mtu 9216\",\n \" mtu 9216\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" spanning-tree port type edge trunk\",\n \" spanning-tree port type edge trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport\",\n \" switchport\"\n ],\n [\n \"EQUAL\",\n \" switchport mode trunk\",\n \" switchport mode trunk\"\n ],\n [\n \"EQUAL\",\n \" switchport trunk allowed vlan none\",\n \" switchport trunk allowed vlan none\"\n ],\n [\n \"EQUAL\",\n \"interface loopback0\",\n \"interface loopback0\"\n ],\n [\n \"EQUAL\",\n \" description Routing loopback interface\",\n \" description Routing loopback interface\"\n ],\n [\n \"EQUAL\",\n \" ip address 10.2.0.3/32\",\n \" ip address 10.2.0.3/32\"\n ],\n [\n \"EQUAL\",\n \" ip pim sparse-mode\",\n \" ip pim sparse-mode\"\n ],\n [\n \"EQUAL\",\n \" ip router ospf UNDERLAY area 0.0.0.0\",\n \" ip router ospf UNDERLAY area 0.0.0.0\"\n ],\n [\n \"EQUAL\",\n \"\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \"interface loopback1\",\n \"interface loopback1\"\n ],\n [\n \"EQUAL\",\n \" description VTEP loopback interface\",\n \" description VTEP loopback interface\"\n ],\n [\n \"EQUAL\",\n \" ip address 10.3.0.3/32\",\n \" ip address 10.3.0.3/32\"\n ],\n [\n \"EQUAL\",\n \" ip pim sparse-mode\",\n \" ip pim sparse-mode\"\n ],\n [\n \"EQUAL\",\n \" ip router ospf UNDERLAY area 0.0.0.0\",\n \" ip router ospf UNDERLAY area 0.0.0.0\"\n ],\n [\n \"EQUAL\",\n \"\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \"interface mgmt0\",\n \"interface mgmt0\"\n ],\n [\n \"EQUAL\",\n \" ip address 172.22.150.107/24\",\n \" ip address 172.22.150.107/24\"\n ],\n [\n \"EQUAL\",\n \"\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" vrf member management\",\n \" vrf member management\"\n ],\n [\n \"EQUAL\",\n \"interface nve1\",\n \"interface nve1\"\n ],\n [\n \"EQUAL\",\n \" host-reachability protocol bgp\",\n \" host-reachability protocol bgp\"\n ],\n [\n \"INSERT\",\n \"\",\n \" member vni 30000\"\n ],\n [\n \"INSERT\",\n \"\",\n \" mcast-group 239.1.1.1\"\n ],\n [\n \"INSERT\",\n \"\",\n \" member vni 50000 associate-vrf\"\n ],\n [\n \"EQUAL\",\n \" no shutdown\",\n \" no shutdown\"\n ],\n [\n \"EQUAL\",\n \" source-interface loopback1\",\n \" source-interface loopback1\"\n ],\n [\n \"EQUAL\",\n \"ip dhcp relay\",\n \"ip dhcp relay\"\n ],\n [\n \"EQUAL\",\n \"ip dhcp relay information option\",\n \"ip dhcp relay information option\"\n ],\n [\n \"EQUAL\",\n \"ip dhcp relay information option vpn\",\n \"ip dhcp relay information option vpn\"\n ],\n [\n \"EQUAL\",\n \"ip domain-lookup\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"ip pim rp-address 10.254.254.1 group-list 239.1.1.0/25\",\n \"ip pim rp-address 10.254.254.1 group-list 239.1.1.0/25\"\n ],\n [\n \"EQUAL\",\n \"ip pim ssm range 232.0.0.0/8\",\n \"ip pim ssm range 232.0.0.0/8\"\n ],\n [\n \"EQUAL\",\n \"ipv6 dhcp relay\",\n \"ipv6 dhcp relay\"\n ],\n [\n \"EQUAL\",\n \"ipv6 switch-packets lla\",\n \"ipv6 switch-packets lla\"\n ],\n [\n \"EQUAL\",\n \"line console\",\n \"line console\"\n ],\n [\n \"EQUAL\",\n \"line vty\",\n \"line vty\"\n ],\n [\n \"EQUAL\",\n \"ngoam install acl\",\n \"ngoam install acl\"\n ],\n [\n \"EQUAL\",\n \"no password strength-check\",\n \"no password strength-check\"\n ],\n [\n \"EQUAL\",\n \"nv overlay evpn\",\n \"nv overlay evpn\"\n ],\n [\n \"EQUAL\",\n \"nxapi http port 80\",\n \"nxapi http port 80\"\n ],\n [\n \"EQUAL\",\n \"\",\n \"nxapi https port 443\"\n ],\n [\n \"EQUAL\",\n \"policy-map type network-qos custom-8q-nq-policy\",\n \"policy-map type network-qos custom-8q-nq-policy\"\n ],\n [\n \"EQUAL\",\n \" class type network-qos c-8q-nq-default\",\n \" class type network-qos c-8q-nq-default\"\n ],\n [\n \"EQUAL\",\n \" mtu 1500\",\n \" mtu 1500\"\n ],\n [\n \"EQUAL\",\n \" class type network-qos c-8q-nq1\",\n \" class type network-qos c-8q-nq1\"\n ],\n [\n \"EQUAL\",\n \" mtu 1500\",\n \" mtu 1500\"\n ],\n [\n \"EQUAL\",\n \" class type network-qos c-8q-nq2\",\n \" class type network-qos c-8q-nq2\"\n ],\n [\n \"EQUAL\",\n \" mtu 1500\",\n \" mtu 1500\"\n ],\n [\n \"EQUAL\",\n \" class type network-qos c-8q-nq3\",\n \" class type network-qos c-8q-nq3\"\n ],\n [\n \"EQUAL\",\n \" mtu 1500\",\n \" mtu 1500\"\n ],\n [\n \"EQUAL\",\n \" class type network-qos c-8q-nq4\",\n \" class type network-qos c-8q-nq4\"\n ],\n [\n \"EQUAL\",\n \" mtu 1500\",\n \" mtu 1500\"\n ],\n [\n \"EQUAL\",\n \" class type network-qos c-8q-nq5\",\n \" class type network-qos c-8q-nq5\"\n ],\n [\n \"EQUAL\",\n \" mtu 1500\",\n \" mtu 1500\"\n ],\n [\n \"EQUAL\",\n \" class type network-qos c-8q-nq6\",\n \" class type network-qos c-8q-nq6\"\n ],\n [\n \"EQUAL\",\n \" mtu 1500\",\n \" mtu 1500\"\n ],\n [\n \"EQUAL\",\n \" class type network-qos c-8q-nq7\",\n \" class type network-qos c-8q-nq7\"\n ],\n [\n \"EQUAL\",\n \" mtu 1500\",\n \" mtu 1500\"\n ],\n [\n \"EQUAL\",\n \"policy-map type qos QOS_classification_policy\",\n \"policy-map type qos QOS_classification_policy\"\n ],\n [\n \"EQUAL\",\n \" class class-default\",\n \" class class-default\"\n ],\n [\n \"EQUAL\",\n \" set qos-group 0\",\n \" set qos-group 0\"\n ],\n [\n \"EQUAL\",\n \" class class-q1\",\n \" class class-q1\"\n ],\n [\n \"EQUAL\",\n \" set qos-group 1\",\n \" set qos-group 1\"\n ],\n [\n \"EQUAL\",\n \" class class-q2\",\n \" class class-q2\"\n ],\n [\n \"EQUAL\",\n \" set qos-group 2\",\n \" set qos-group 2\"\n ],\n [\n \"EQUAL\",\n \" class class-q3\",\n \" class class-q3\"\n ],\n [\n \"EQUAL\",\n \" set qos-group 3\",\n \" set qos-group 3\"\n ],\n [\n \"EQUAL\",\n \" class class-q4\",\n \" class class-q4\"\n ],\n [\n \"EQUAL\",\n \" set qos-group 4\",\n \" set qos-group 4\"\n ],\n [\n \"EQUAL\",\n \" class class-q5\",\n \" class class-q5\"\n ],\n [\n \"EQUAL\",\n \" set qos-group 5\",\n \" set qos-group 5\"\n ],\n [\n \"EQUAL\",\n \" class class-q6\",\n \" class class-q6\"\n ],\n [\n \"EQUAL\",\n \" set qos-group 6\",\n \" set qos-group 6\"\n ],\n [\n \"EQUAL\",\n \" class class-q7\",\n \" class class-q7\"\n ],\n [\n \"EQUAL\",\n \" set qos-group 7\",\n \" set qos-group 7\"\n ],\n [\n \"EQUAL\",\n \"policy-map type queuing custom-8q-out-policy\",\n \"policy-map type queuing custom-8q-out-policy\"\n ],\n [\n \"EQUAL\",\n \" class type queuing c-out-8q-q-default\",\n \" class type queuing c-out-8q-q-default\"\n ],\n [\n \"EQUAL\",\n \" bandwidth remaining percent 40\",\n \" bandwidth remaining percent 40\"\n ],\n [\n \"EQUAL\",\n \" class type queuing c-out-8q-q1\",\n \" class type queuing c-out-8q-q1\"\n ],\n [\n \"EQUAL\",\n \" bandwidth remaining percent 10\",\n \" bandwidth remaining percent 10\"\n ],\n [\n \"EQUAL\",\n \" class type queuing c-out-8q-q2\",\n \" class type queuing c-out-8q-q2\"\n ],\n [\n \"EQUAL\",\n \" bandwidth remaining percent 10\",\n \" bandwidth remaining percent 10\"\n ],\n [\n \"EQUAL\",\n \" class type queuing c-out-8q-q3\",\n \" class type queuing c-out-8q-q3\"\n ],\n [\n \"EQUAL\",\n \" bandwidth remaining percent 10\",\n \" bandwidth remaining percent 10\"\n ],\n [\n \"EQUAL\",\n \" class type queuing c-out-8q-q4\",\n \" class type queuing c-out-8q-q4\"\n ],\n [\n \"EQUAL\",\n \" bandwidth remaining percent 10\",\n \" bandwidth remaining percent 10\"\n ],\n [\n \"EQUAL\",\n \" class type queuing c-out-8q-q5\",\n \" class type queuing c-out-8q-q5\"\n ],\n [\n \"EQUAL\",\n \" bandwidth remaining percent 10\",\n \" bandwidth remaining percent 10\"\n ],\n [\n \"EQUAL\",\n \" class type queuing c-out-8q-q6\",\n \" class type queuing c-out-8q-q6\"\n ],\n [\n \"EQUAL\",\n \" bandwidth remaining percent 10\",\n \" bandwidth remaining percent 10\"\n ],\n [\n \"EQUAL\",\n \" class type queuing c-out-8q-q7\",\n \" class type queuing c-out-8q-q7\"\n ],\n [\n \"EQUAL\",\n \" priority level 1\",\n \" priority level 1\"\n ],\n [\n \"EQUAL\",\n \"rmon event 1 log trap public description FATAL(1) owner PMON@FATAL\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"\",\n \"power redundancy-mode ps-redundant\"\n ],\n [\n \"EQUAL\",\n \"rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"rmon event 3 log trap public description ERROR(3) owner PMON@ERROR\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"rmon event 4 log trap public description WARNING(4) owner PMON@WARNING\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"route-map fabric-rmap-redist-subnet permit 10\",\n \"route-map fabric-rmap-redist-subnet permit 10\"\n ],\n [\n \"EQUAL\",\n \" match tag 12345\",\n \" match tag 12345\"\n ],\n [\n \"EQUAL\",\n \"router bgp 65001\",\n \"router bgp 65001\"\n ],\n [\n \"EQUAL\",\n \" neighbor 10.2.0.1\",\n \" neighbor 10.2.0.1\"\n ],\n [\n \"EQUAL\",\n \" address-family l2vpn evpn\",\n \" address-family l2vpn evpn\"\n ],\n [\n \"EQUAL\",\n \" send-community both\",\n \" send-community both\"\n ],\n [\n \"EQUAL\",\n \" remote-as 65001\",\n \" remote-as 65001\"\n ],\n [\n \"EQUAL\",\n \" update-source loopback0\",\n \" update-source loopback0\"\n ],\n [\n \"EQUAL\",\n \" neighbor 10.2.0.2\",\n \" neighbor 10.2.0.2\"\n ],\n [\n \"EQUAL\",\n \" address-family l2vpn evpn\",\n \" address-family l2vpn evpn\"\n ],\n [\n \"EQUAL\",\n \" send-community both\",\n \" send-community both\"\n ],\n [\n \"EQUAL\",\n \" remote-as 65001\",\n \" remote-as 65001\"\n ],\n [\n \"EQUAL\",\n \" update-source loopback0\",\n \" update-source loopback0\"\n ],\n [\n \"EQUAL\",\n \" router-id 10.2.0.3\",\n \" router-id 10.2.0.3\"\n ],\n [\n \"INSERT\",\n \"\",\n \" vrf v2\"\n ],\n [\n \"INSERT\",\n \"\",\n \" address-family ipv4 unicast\"\n ],\n [\n \"INSERT\",\n \"\",\n \" advertise l2vpn evpn\"\n ],\n [\n \"INSERT\",\n \"\",\n \" maximum-paths ibgp 2\"\n ],\n [\n \"INSERT\",\n \"\",\n \" redistribute direct route-map fabric-rmap-redist-subnet\"\n ],\n [\n \"INSERT\",\n \"\",\n \" address-family ipv6 unicast\"\n ],\n [\n \"INSERT\",\n \"\",\n \" advertise l2vpn evpn\"\n ],\n [\n \"INSERT\",\n \"\",\n \" maximum-paths ibgp 2\"\n ],\n [\n \"INSERT\",\n \"\",\n \" redistribute direct route-map fabric-rmap-redist-subnet\"\n ],\n [\n \"EQUAL\",\n \"router ospf UNDERLAY\",\n \"router ospf UNDERLAY\"\n ],\n [\n \"EQUAL\",\n \" router-id 10.2.0.3\",\n \" router-id 10.2.0.3\"\n ],\n [\n \"EQUAL\",\n \"service dhcp\",\n \"service dhcp\"\n ],\n [\n \"EQUAL\",\n \"snmp-server host 172.22.150.245 traps version 2c public udp-port 2162\",\n \"snmp-server host 172.22.150.245 traps version 2c public udp-port 2162\"\n ],\n [\n \"EQUAL\",\n \"\",\n \"system jumbomtu 9216\"\n ],\n [\n \"EQUAL\",\n \"system qos\",\n \"system qos\"\n ],\n [\n \"EQUAL\",\n \" service-policy type network-qos custom-8q-nq-policy\",\n \" service-policy type network-qos custom-8q-nq-policy\"\n ],\n [\n \"EQUAL\",\n \" service-policy type queuing output custom-8q-out-policy\",\n \" service-policy type queuing output custom-8q-out-policy\"\n ],\n [\n \"EQUAL\",\n \"vdc cvd-2312-leaf id 1\",\n \"\"\n ],\n [\n \"EQUAL\",\n \" limit-resource m4route-mem minimum 58 maximum 58\",\n \"\"\n ],\n [\n \"EQUAL\",\n \" limit-resource m6route-mem minimum 8 maximum 8\",\n \"\"\n ],\n [\n \"EQUAL\",\n \" limit-resource port-channel minimum 0 maximum 511\",\n \"\"\n ],\n [\n \"EQUAL\",\n \" limit-resource vlan minimum 16 maximum 4094\",\n \"\"\n ],\n [\n \"EQUAL\",\n \" limit-resource vrf minimum 2 maximum 4096\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"version 10.2(5) Bios:version 07.69\",\n \"\"\n ],\n [\n \"EQUAL\",\n \"vlan 1\",\n \"vlan 1\"\n ],\n [\n \"INSERT\",\n \"\",\n \"vlan 2000\"\n ],\n [\n \"INSERT\",\n \"\",\n \" vn-segment 50000\"\n ],\n [\n \"INSERT\",\n \"\",\n \"vlan 2300\"\n ],\n [\n \"INSERT\",\n \"\",\n \" vn-segment 30000\"\n ],\n [\n \"EQUAL\",\n \"vrf context management\",\n \"vrf context management\"\n ],\n [\n \"EQUAL\",\n \" ip name-server 171.70.168.183\",\n \" ip name-server 171.70.168.183\"\n ],\n [\n \"EQUAL\",\n \" ip route 0.0.0.0/0 172.22.150.1\",\n \" ip route 0.0.0.0/0 172.22.150.1\"\n ],\n [\n \"INSERT\",\n \"\",\n \"vrf context v2\"\n ],\n [\n \"INSERT\",\n \"\",\n \" address-family ipv4 unicast\"\n ],\n [\n \"INSERT\",\n \"\",\n \" route-target both auto\"\n ],\n [\n \"INSERT\",\n \"\",\n \" route-target both auto evpn\"\n ],\n [\n \"INSERT\",\n \"\",\n \" address-family ipv6 unicast\"\n ],\n [\n \"INSERT\",\n \"\",\n \" route-target both auto\"\n ],\n [\n \"INSERT\",\n \"\",\n \" route-target both auto evpn\"\n ],\n [\n \"INSERT\",\n \"\",\n \" rd auto\"\n ],\n [\n \"INSERT\",\n \"\",\n \" vni 50000\"\n ]\n ],\n \"deployMode\": \"config\",\n \"pendingConfig\": [\n \"interface ethernet1/1\",\n \" switchport\",\n \" switchport mode trunk\",\n \" mtu 9216\",\n \" spanning-tree port type edge trunk\",\n \" no shutdown\",\n \" switchport trunk allowed vlan 2300\",\n \"interface ethernet1/2\",\n \" switchport\",\n \" switchport mode trunk\",\n \" mtu 9216\",\n \" spanning-tree port type edge trunk\",\n \" no shutdown\",\n \" switchport trunk allowed vlan 2300\",\n \"interface ethernet1/3\",\n \" switchport\",\n \" switchport mode trunk\",\n \" mtu 9216\",\n \" spanning-tree port type edge trunk\",\n \" no shutdown\",\n \" switchport trunk allowed vlan 2300\",\n \"vlan 2000\",\n \" vn-segment 50000\",\n \"configure terminal\",\n \"vrf context v2\",\n \" vni 50000\",\n \" rd auto\",\n \" address-family ipv4 unicast\",\n \" route-target both auto\",\n \" route-target both auto evpn\",\n \" address-family ipv6 unicast\",\n \" route-target both auto\",\n \" route-target both auto evpn\",\n \"exit\",\n \"interface Vlan2000\",\n \" vrf member v2\",\n \" ip forward\",\n \" ipv6 address use-link-local-only\",\n \" no ip redirects\",\n \" no ipv6 redirects\",\n \" mtu 9216\",\n \" no shutdown\",\n \"exit\",\n \"router bgp 65001\",\n \" vrf v2\",\n \" address-family ipv4 unicast\",\n \" advertise l2vpn evpn\",\n \" redistribute direct route-map fabric-rmap-redist-subnet\",\n \" maximum-paths ibgp 2\",\n \" exit\",\n \" address-family ipv6 unicast\",\n \" advertise l2vpn evpn\",\n \" redistribute direct route-map fabric-rmap-redist-subnet\",\n \" maximum-paths ibgp 2\",\n \"configure terminal\",\n \"interface nve1\",\n \" member vni 50000 associate-vrf\",\n \" member vni 30000\",\n \" mcast-group 239.1.1.1\",\n \"vlan 2300\",\n \" vn-segment 30000\",\n \"configure terminal\",\n \"interface Vlan2300\",\n \" vrf member v2\",\n \" fabric forwarding mode anycast-gateway\",\n \" no shutdown\",\n \" delay 200\",\n \"exit\",\n \"evpn\",\n \" vni 30000 l2\",\n \" rd auto\",\n \" route-target import auto\",\n \" route-target export auto\",\n \"configure terminal\"\n ],\n \"briefCount\": 74\n }\n]"
}
]
},
{
"name": "Ticket config-deploy",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets/TICKET_4/config-deploy",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets",
"TICKET_4",
"config-deploy"
]
}
},
"response": [
{
"name": "200 (ND 3.2.1e)",
"originalRequest": {
"method": "POST",
"header": [],
"url": {
"raw": "{{base_url}}/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/chngmgmt/tickets/TICKET_4/config-deploy",
"host": [
"{{base_url}}"
],
"path": [
"appcenter",
"cisco",
"ndfc",
"api",
"v1",
"lan-fabric",
"rest",
"chngmgmt",
"tickets",
"TICKET_4",
"config-deploy"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Cache-Control",
"value": "no-cache, must-revalidate, proxy-revalidate, max-age=0"
},
{
"key": "Content-Length",
"value": "37"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://*.qualtrics.com; style-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'self'; font-src 'self' data:; img-src 'self' https://*.qualtrics.com data: alln-extcloud-storage.cisco.com; navigate-to *; worker-src 'self' blob:;frame-src 'self' https://*.qualtrics.com ; connect-src 'self' https://*.qualtrics.com wss:;"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Date",
"value": "Tue, 04 Mar 2025 20:07:15 GMT"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Ratelimit-Limit",
"value": "-1"
},
{
"key": "X-Ratelimit-Remaining",
"value": "-1"
},
{
"key": "X-Ratelimit-Reset",
"value": "1559582945"
},
{
"key": "X-Xss-Protection",
"value": "1; mode=block"
}
],
"cookie": [],
"body": "\"Configuration deployment completed.\""
}
]
}
]
}
This is a Postman version 2.1 collection.
1. Open Postman
2. Select File -> Import in the File menu.
3. Navigate to this JSON file and import.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment