Disabling Loop-Free Detection
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/intf.json
{ "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/1" }, "children": [ { "l1PhysIfExtended": { "attributes": { "switchportIsolated": "enable" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <intf-items> <phys-items> <PhysIf-list> <id>eth1/1</id> <physExtd-items> <switchportIsolated>enable</switchportIsolated> </physExtd-items> </PhysIf-list> </phys-items> </intf-items> </System>