Configuring Global IGMPv1 Or IGMPv2 Report Suppression
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/igmpsnoop/inst/dom/gl.json
{ "igmpsnoopGl": { "children": [ { "igmpsnoopIgmpsnBase": { "attributes": { "reportSuppr": "yes" }}}]}}
Response
{ "imdata": [] }
Copy
<System> <igmpsnoop-items> <inst-items> <dom-items> <gl-items> <igmpsnbase-items> <reportSuppr>true</reportSuppr> </igmpsnbase-items> </gl-items> </dom-items> </inst-items> </igmpsnoop-items> </System>