Configuring the System Default Switchport
DME
YANG
Copy
POST http://<mgmt0_IP>/api/node/mo/sys/pltfm/tcamRegion.json
{ "topSystem": { "children": [ { "ethpmEntity": { "children": [ { "ethpmInst": { "attributes": { "systemDefaultLayer": "Layer2" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <ethpm-items> <inst-items> <systemDefaultLayer>Layer2</systemDefaultLayer> </inst-items> </ethpm-items> </System>