Skip to content

Commit c148bf7

Browse files
committed
Fix breakout interface related failures
1 parent 6b53fd2 commit c148bf7

File tree

2 files changed

+195
-0
lines changed

2 files changed

+195
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"empty_breakout_policies": {
3+
"RETURN_CODE": 200,
4+
"METHOD": "GET",
5+
"REQUEST_PATH": "https://172.21.129.1:443/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/control/policies/switches/TEST-SNO-1",
6+
"MESSAGE": "OK",
7+
"DATA": []
8+
},
9+
"breakout_policies_data": {
10+
"RETURN_CODE": 200,
11+
"METHOD": "GET",
12+
"REQUEST_PATH": "https://172.21.129.1:443/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/control/policies/switches/FDO2313000G",
13+
"MESSAGE": "OK",
14+
"DATA": [
15+
{
16+
"id": 332670,
17+
"policyId": "POLICY-332670",
18+
"serialNumber": "FDO2313000G",
19+
"entityType": "INTERFACE",
20+
"entityName": "Ethernet1/100",
21+
"templateName": "breakout_interface",
22+
"templateContentType": "TEMPLATE_CLI",
23+
"nvPairs": {
24+
"SLOT": "1",
25+
"PORT": "100",
26+
"MAP": "10g-4x"
27+
},
28+
"generatedConfig": "interface breakout module 1 port 100 map 10g-4x\n\n\n",
29+
"autoGenerated": true,
30+
"deleted": false,
31+
"source": "",
32+
"priority": 50,
33+
"status": "NA",
34+
"statusOn": 1754414307242,
35+
"createdOn": 1754414307242,
36+
"modifiedOn": 1754414307242
37+
},
38+
{
39+
"id": 332720,
40+
"policyId": "POLICY-332720",
41+
"serialNumber": "FDO2313000G",
42+
"entityType": "INTERFACE",
43+
"entityName": "Ethernet1/102",
44+
"templateName": "breakout_interface",
45+
"templateContentType": "TEMPLATE_CLI",
46+
"nvPairs": {
47+
"SLOT": "1",
48+
"PORT": "102",
49+
"MAP": "10g-4x"
50+
},
51+
"generatedConfig": "interface breakout module 1 port 102 map 10g-4x\n\n\n",
52+
"autoGenerated": true,
53+
"deleted": false,
54+
"source": "",
55+
"priority": 50,
56+
"status": "NA",
57+
"statusOn": 1754414360671,
58+
"createdOn": 1754414360671,
59+
"modifiedOn": 1754414360671
60+
},
61+
{
62+
"id": 332721,
63+
"policyId": "POLICY-332721",
64+
"serialNumber": "FDO2313000G",
65+
"entityType": "INTERFACE",
66+
"entityName": "Ethernet1/96",
67+
"templateName": "int_fabric",
68+
"templateContentType": "TEMPLATE_CLI",
69+
"nvPairs": {
70+
"INTF_NAME": "Ethernet1/96",
71+
"IP": "30.2.0.14/30",
72+
"MTU": "9216",
73+
"CONF": "no shutdown"
74+
},
75+
"generatedConfig": "interface Ethernet1/96\n no switchport\n ip address 30.2.0.14/30\n mtu 9216\n no shutdown\n\n\n",
76+
"autoGenerated": true,
77+
"deleted": false,
78+
"source": "",
79+
"priority": 50,
80+
"status": "NA",
81+
"statusOn": 1754414307243,
82+
"createdOn": 1754414307243,
83+
"modifiedOn": 1754414307243
84+
}
85+
]
86+
}
87+
}

0 commit comments

Comments
 (0)