Configuring Add VLANs to Except List
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "interfaceEntity": { "children": [ { "pcAggrIf": { "attributes": { "id": "po123", "layer": "Layer2", "userCfgdFlags": "admin_layer" }, "children": [ { "pcAggrIfExtended": { "attributes": { "autoExcludeVlans": "1-4094" } } } ] } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <intf-items> <aggr-items> <AggrIf-list> <id>po123</id> <layer>Layer2</layer> <userCfgdFlags>admin_layer</userCfgdFlags> <aggrExtd-items> <autoExcludeVlans>1-4094</autoExcludeVlans> </aggrExtd-items> </AggrIf-list> </aggr-items> </intf-items> </System>