Create A Multicast Rendezvous Point
POST {{baseUrl}}/networks/:networkId/switch/routing/multicast/rendezvousPoints
Create a multicast rendezvous point #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: interfaceIp| string| The IP address of the interface where the RP needs to be created. multicastGroup| string| 'Any', or the IP address of a multicast group
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/switch/routing/multicast/rendezvousPoints | create |
Request Body
{"interfaceIp"=>"<string>", "multicastGroup"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"rendezvousPointId":"1234","interfaceIp":"192.168.1.2","multicastGroup":"192.168.128.0/24"}