Policy > Networking > Connectivity > Tier-0 Gateways > Multicast

Create or update multicast configuration

Create or update a Tier-0 multicast configuration defining the multicast replication range,
the IGMP or a PIM profile. It will update the configuration if there is already one in place.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-services-id>/multicast
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
PolicyMulticastConfig+

Example Request:

PATCH /infra/tier-0s/tier0/locale-services/tier0localeservices/multicast { "enabled" : true, "replication_multicast_range": "225.0.0.0/24", "igmp_profile_path": "/infra/igmp-profiles/igmp3", "pim_profile_path": "/infra/pim-profiles/pim1" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

policy_multicast

Additional Errors: