Configuring VLAN Exception List
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/intf.json
{ "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/4" }, "children": [ { "l1PhysIfExtended": { "attributes": { "autoExcludeVlans": "1-4094" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <intf-items> <phys-items> <PhysIf-list> <id>eth1/4</id> <physExtd-items> <autoExcludeVlans>1-4094</autoExcludeVlans> </physExtd-items> </PhysIf-list> </phys-items> </intf-items> </System>