Configuring EAP Profile
DME
Copy
POST http://<mgmt0_IP>/api/mo/sys/dot1x/inst.json
{ "dot1xEntity": { "attributes": { }, "children": [ { "dot1xInst": { "attributes": { }, "children": [ { "dot1xIf": { "attributes": { "dot1xSupEapProfile": "TLS", "id": "eth1/6" } } }, { "dot1xEap": { "attributes": { "methodTls": "tls", "pkiTrustpoint": "tp1", "profileName": "TLS" } } } ] } } ] }