Configuring the MSDP Global Parameters
DME
YANG
Copy
POST http://<IP_Address>/api/node/mo/sys/msdp/inst/dom-default.json
{ "msdpDom": { "attributes": { "name": "default", "origIf": "eth1/9", "srcActiveMsgIntvl": "120" }, "children": [ { "msdpMaxGrpP": { "attributes": { "maxGrp": "100000", "srcPfx": "192.0.30.1/24" }}}]}}
Response
{ "imdata": [] }
Copy
<System> <msdp-items> <inst-items> <dom-items> <Dom-list> <name>default</name> <origIf>eth1/9</origIf> <srcActiveMsgIntvl>120</srcActiveMsgIntvl> <maxgrp-items> <MaxGrpP-list> <srcPfx>192.0.30.1/24</srcPfx> <maxGrp>100000</maxGrp> </MaxGrpP-list> </maxgrp-items> </Dom-list> </dom-items> </inst-items> </msdp-items> </System>