Configuring Provider Tunnels in MVPNs
PIM Sparse Mode, PIM Dense Mode, Auto-RP, and BSR for MBGP MVPNs
You can configure PIM sparse mode, PIM dense mode, auto-RP, and bootstrap router (BSR) for MBGP MVPN networks:
PIM sparse mode—Allows a router to use any unicast routing protocol and performs reverse-path forwarding (RPF) checks using the unicast routing table. PIM sparse mode includes an explicit join message, so routers determine where the interested receivers are and send join messages upstream to their neighbors, building trees from the receivers to the rendezvous point (RP).
PIM dense mode—Allows a router to use any unicast routing protocol and performs reverse-path forwarding (RPF) checks using the unicast routing table. Packets are forwarded to all interfaces except the incoming interface. Unlike PIM sparse mode, where explicit joins are required for packets to be transmitted downstream, packets are flooded to all routers in the routing instance in PIM dense mode.
Auto-RP—Uses PIM dense mode to propagate control messages and establish RP mapping. You can configure an auto-RP node in one of three different modes: discovery mode, announce mode, and mapping mode.
BSR—Establishes RPs. A selected router in a network acts as a BSR, which selects a unique RP for different group ranges. BSR messages are flooded using a data tunnel between PE routers.
See Also
Configuring PIM Provider Tunnels for an MBGP MVPN
To configure a Protocol Independent Multicast (PIM) sparse mode
provider tunnel for a multicast VPN, include the pim-asm
statement:
pim-asm { group-address address; }
You can include this statement at the following hierarchy levels:
[edit routing-instances routing-instance-name provider-tunnel]
[edit logical-systems logical-system-name routing-instances routing-instance-name provider-tunnel]
To complete the PIM sparse mode provider tunnel configuration,
you also need to specify the group address using the group-address
option. The source address for a PIM sparse mode provider tunnel
is configured to be the loopback address of the loopback interface
in the inet.0 routing table.
Configuring PIM-SSM GRE Selective Provider Tunnels
This topic describes how to configure a PIM-SSM GRE selective provider tunnel for an MBGP MVPN.
Creating a selective provider tunnel enables you to move high-rate traffic off the inclusive tunnel and deliver the multicast traffic only to receivers that request it. This improves bandwidth utilization.
To configure a PIM-SSM GRE selective provider tunnel
for the 203.0.113.1/24 customer multicast group address, the 10.2.2.2/32
customer source address, and a virtual routing instance named green
:
When configuring PIM-SSM GRE selective provider tunnels, keep the following in mind:
Aggregation of multiple customer multicast routes to a single PIM S-PMSI is not supported.
Provider tunnel multicast group addresses must be IPv4 addresses, even in configurations in which the customer multicast group and source are IPv6 addresses.