Profile 17
Load basic.startup.config.with.cpim.cfg
The basic IP addresses, L3VPN, and C-PIM between the PEs and CEs is pre-configured.
Configure multicast VPN using mLDP in the core using only P2MP trees.
You cannot use PIM in the core.
CE1 is predefined as the RP in the C-PIM via BSR.
PEs must form C-PIM adjacencies between each other.
NOTE: Profile 17 is not in the v5.1 blue print, however it is simply like profile 12 but with C-PIM adjacencies instead of BGP overlay.
See answer below (scroll down).
Answer
This uses a mix of features we have seen previously:
default MDT = P2MP mLDP
Auto-discovery = BGP for mLDP
C-multicast-routing = C-PIM in the overlay
Verification
Verify that PEs are all adjacent in the C-PIM. This happens because we did not use BGP for the overlay (mdt overlay use-bgp or router pim vrf CUSTOMER add ipv4 c-multicast-routing bgp).
Test joining a multicast group on a customer router and pinging it from another customer router. There should be no BGP routes other than the type 1s from each PE. Customer PIM uses C-PIM overlayed over the mLDP default P2MP trees.
Last updated