Configuring Tap Aggregation on an Interface
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mplsstripclMplsTA": { "attributes": { "id": "eth1/2", "ta": "yes" } } }, { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/2", "layer": "Layer2", "userCfgdFlags": "admin_layer" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <mplsta-items> <MplsTA-list> <id>eth1/2</id> <ta>true</ta> </MplsTA-list> </mplsta-items> <intf-items> <phys-items> <PhysIf-list> <id>eth1/2</id> <layer>Layer2</layer> <userCfgdFlags>admin_layer</userCfgdFlags> </PhysIf-list> </phys-items> </intf-items> </System>