Configuring the MTU for Backbone Multicast Distribution Tree
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mvpnEntity": { "children": [ { "mvpnInst": { "children": [ { "mvpnDom": { "attributes": { "dataMtuValue": "5646", "name": "VRF_1" } } } ] } } ] } }, { "l3Inst": { "attributes": { "name": "VRF_1" } } } ] } }
Response
{ imdata:[] }
Copy
<System> <mvpn-items> <inst-items> <dom-items> <Dom-list> <name>VRF_1</name> <dataMtuValue>5646</dataMtuValue> </Dom-list> </dom-items> </inst-items> </mvpn-items> <inst-items> <Inst-list> <name>VRF_1</name> </Inst-list> </inst-items> </System>