Update Multicast Settings For A Network

PUT {{baseUrl}}/networks/:networkId/switch/routing/multicast

Update multicast settings for a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: defaultSettings| object| Default multicast setting for entire network. IGMP snooping and Flood unknown multicast traffic settings are enabled by default. overrides| array| Array of paired switches/stacks/profiles and corresponding multicast settings. An empty array will clear the multicast settings.

Supports Action Batches

ResourceOperation
/networks/{networkId}/switch/routing/multicastupdate

Request Body

{"defaultSettings"=>{"igmpSnoopingEnabled"=>"<boolean>", "floodUnknownMulticastTrafficEnabled"=>"<boolean>"}, "overrides"=>[{"igmpSnoopingEnabled"=>"<boolean>", "floodUnknownMulticastTrafficEnabled"=>"<boolean>", "switchProfiles"=>["<string>", "<string>"], "switches"=>["<string>", "<string>"], "stacks"=>["<string>", "<string>"]}, {"igmpSnoopingEnabled"=>"<boolean>", "floodUnknownMulticastTrafficEnabled"=>"<boolean>", "switchProfiles"=>["<string>", "<string>"], "switches"=>["<string>", "<string>"], "stacks"=>["<string>", "<string>"]}]}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;defaultSettings&quot;:{&quot;igmpSnoopingEnabled&quot;:true,&quot;floodUnknownMulticastTrafficEnabled&quot;:true},&quot;overrides&quot;:[{&quot;switches&quot;:[&quot;Q234-ABCD-0001&quot;,&quot;Q234-ABCD-0002&quot;,&quot;Q234-ABCD-0003&quot;],&quot;igmpSnoopingEnabled&quot;:true,&quot;floodUnknownMulticastTrafficEnabled&quot;:true},{&quot;stacks&quot;:[&quot;789102&quot;,&quot;123456&quot;,&quot;129102&quot;],&quot;igmpSnoopingEnabled&quot;:true,&quot;floodUnknownMulticastTrafficEnabled&quot;:true}]}