Configuring VLANs Exception List
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "interfaceEntity": { "children": [ { "pcAggrIf": { "attributes": { "id": "po3" }, "children": [ { "pcAggrIfExtended": { "attributes": { "autoExcludeVlans": "1-4094" } } } ] } }, { "pcAggrIf": { "attributes": { "id": "po2" }, "children": [ { "pcAggrIfExtended": { "attributes": { "autoExcludeVlans": "1-4094" } } } ] } }, { "pcAggrIf": { "attributes": { "id": "po1" }, "children": [ { "pcAggrIfExtended": { "attributes": { "autoExcludeVlans": "1-4094" } } } ] } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <intf-items> <aggr-items> <AggrIf-list> <id>po3</id> <aggrExtd-items> <autoExcludeVlans>1-4094</autoExcludeVlans> </aggrExtd-items> </AggrIf-list> <AggrIf-list> <id>po2</id> <aggrExtd-items> <autoExcludeVlans>1-4094</autoExcludeVlans> </aggrExtd-items> </AggrIf-list> <AggrIf-list> <id>po1</id> <aggrExtd-items> <autoExcludeVlans>1-4094</autoExcludeVlans> </aggrExtd-items> </AggrIf-list> </aggr-items> </intf-items> </System>