Configuring to Isolate a Router from PIM Perspective
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/pim/inst.json
{ "pimInst": { "children": [ { "pimGl": { "attributes": { "isolate": "yes" } } } ] } }
Response
{ imdata:[] }
Copy
<System> <pim-items> <inst-items> <gl-items> <isolate>true</isolate> </gl-items> </inst-items> </pim-items> </System>