cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
229
Views
0
Helpful
0
Replies

DNAC API Port Assigment for Layer 2 Ports

mk1988
Level 1
Level 1

Hello,

how can I configure a port on an edge node in sda fabric which is from a "layer 2 only" pool using the API?
In the GUI it's possible to choose data vlans which originates from "ip address pool" or from a "layer-2-only network".

Using the API I only managed to configure ports from "ip address pools":

"authenticateTemplateName": "Closed Authentication",
"dataIpAddressPoolName": "Legacy-Vlan-123",
"deviceManagementIpAddress": "10.1.2.49",
"interfaceDescription": "DOT1X",
"interfaceName": "TwoGigabitEthernet1/0/1",
"scalableGroupName": "",
"siteNameHierarchy": "Global/Site",
"voiceIpAddressPoolName": ""

If I configure a edge port via GUI using the "layer 2 only"-vlan and try to get the info using the API the "dataIpAddressPoolName" is empty:

    "status""success",
    "description""Port assignment data successfully retrieved from SDA fabric.",
    "executionId""xxxxxxxxxxxxxxxxxx,
    "deviceManagementIpAddress""10.1.2.49",
    "siteNameHierarchy""Global/Site",
    "interfaceName""TwoGigabitEthernet1/0/3",
    "dataIpAddressPoolName""",
    "voiceIpAddressPoolName""",
    "authenticateTemplateName""",
    "scalableGroupName""",
    "interfaceDescription""Test"
0 Replies 0