Option A mVPN
Load russo.pl.course.inter-as.opt.a.mvpn.init.cfg
L3VPN inter-AS option A is fully setup and working.
Enable mVPN using the following guidelines:
Use profile 1 in Globomantics (AS65001)
mVPN default MDT MP2MP, with PIM as the overlay
Use CSR7 as the root
Use profile 0 in Wired Brain (AS65002)
P-PIM default MDT using PIM-BiDir, PIM as the overlay
Use XR14 as the RP
PIM is already enabled on all core interfaces
On R1, join (192.0.2.1, 232.1.1.1) within vrf L3B and L3C. Ensure that when R1 pings this group, both 172.16.18.1 and 172.16.110.1 respond.
Answer
Explanation
Inter-AS option A for mVPN works very much the same as option A for unicast L3VPN. First, we must have a working inter-AS L3VPN setup anyways, as the AS with the receivers will need routes back to the sources in the other AS in order for the RPF check to work. Once the unicast L3VPN is setup correctly, the ASBRs simply treat each other as CEs for multicast traffic. It is simply a matter of enabling PIM on the ASBR links.
First we setup the mVPN in each AS. AS65001 uses profile 1 which involves C-PIM in the overlay and mLDP MP2MP in the underlay. Given that C-PIM overlay is the default, all we need to do is configure the mLDP root on each PE. We also make sure to enable PIM on all PE-CE links, including links towards ASBRs (which are treated as CEs in option A).
Next, AS65002 uses profile 0 with P-PIM in the underlay via PIM-BiDir, and C-PIM in the overlay via the multicast GRE tunnel.
We can verify that mVPN is working within each AS. R7 should see a mLDP MP2MP tree rooted at itself with several interested receivers:
Any PE should see all other PEs as C-PIM neighbors.
Likewise in AS65002, we should see a PIM-BiDir tree rooted at XR14:
All PEs in AS65002 should also see each other as C-PIM neighbors:
At this point, all that is needed is for the ASBRs to enable PIM on the NNI:
Verifying multicast traffic
On R1, we’ll join (192.0.2.1, 232.1.1.1) within vrf L3B and L3C. Remember to enable IGMP v3 on the PEs.
Within AS65002, the PIM Joins make their way to R3, as the source is known via R3. R3 uses the interface towards R2 as the RPF interface, as the best BGP route is via R2.
R2 receives the PIM Join from a “CE” and simply continues the process. R2 finds the best route is via XR12 (because R1 is setting MED high towards R6). The link to the ASBR/”CE” is added to the OIL. R2 has no idea that the “CE” is really an ASBR in another completely separate AS.
The (S, G) state makes its way to XR12, and the tree is successfully built. When R1 in VRF L3A pings the group, it receives replies from both hosts.
In summary, mVPN with Option A is simply a matter of enabling PIM on the L3 NNI. As long as mVPN is independently working in each AS, and unicast inter-AS is working, then mVPN should be working as well.
Last updated