Dashboard Location: Switching > Configure > Routing and DHCP > Multicast > Rendezvous Points
Multicast Rendezvous Point Management
Switch routing multicast rendezvous points configuration in Meraki networks provides administrators with comprehensive Protocol Independent Multicast (PIM) sparse mode management capabilities, enabling rendezvous point designation, multicast group registration, efficient multicast distribution, and network bandwidth optimization. This functionality supports centralized multicast forwarding, group-to-RP mapping, shared tree construction, and multicast traffic optimization. Rendezvous points are essential for large-scale multicast deployments, bandwidth conservation, centralized multicast control, and efficient multicast packet delivery in enterprise networks.
Diagram
Classes
switch (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|
routing_multicast_rendezvous_points | List | [routing_multicast_rendezvous_points] | No | |
routing_multicast_rendezvous_points (meraki.domains.organizations.networks.switch)
Name | Type | Constraint | Mandatory | Default Value |
---|
interface_ip | IP | | Yes | |
multicast_group | Any | IP or String[matches: [Aa]ny ] | Yes | |
rendezvous_point_name | String | min: 1 , max: 127 | Yes | |
Examples
Example-1: The example below demonstrates switch multicast rendezvous points configuration using tested YAML configuration from pipeline fixtures.
- name: "!env network_name"
routing_multicast_rendezvous_points:
- interface_ip: 100.65.10.2
multicast_group: 238.0.0.0/24
rendezvous_point_name: test
- interface_ip: 100.65.10.3
multicast_group: 239.1.0.0/24
rendezvous_point_name: test2
Configuration Parameters
Parameter | Type | Required | Description |
---|
rendezvous_points | array | No | List of multicast rendezvous point configurations |
rendezvous_points[].interface_ip | string | Yes | IP address of the rendezvous point interface |
rendezvous_points[].multicast_group | string | Yes | Multicast group range in CIDR notation |
rendezvous_points[].rendezvous_point_name | string | Yes | Descriptive name for the rendezvous point |
Multicast Group Ranges Reference
Group Range | Purpose | Scope | Usage Guidelines |
---|
224.0.0.0/24 | Reserved | Link-local | Protocol use only |
224.0.1.0/24 | Reserved | Internetwork | Well-known applications |
224.1.0.0/16 | Reserved | Internet | Global applications |
224.2.0.0/16 | Reserved | Internet | Multimedia conferences |
232.0.0.0/8 | Source-specific | Any | SSM applications |
238.0.0.0/8 | Private | Organization | Enterprise use |
239.0.0.0/8 | Private | Local | Site-local applications |
Network Planning Guidelines
Consideration | Recommendation | Rationale | Impact |
---|
RP Placement | Core network location | Optimal forwarding | Reduced latency |
Redundancy Design | Multiple RP options | Fault tolerance | Service continuity |