Hi there, everyone!
This post contains a Rosen MVPN configuration guide. Please see more below.
OVERVIEW
For the Rosen MVPN configuration, we can refer to the steps as per below:
enabling IP multicast routing;
configuring a Share-Group and Binding it to an MTI;
configuring an MTI;
confiuring BGP A-D.
CONFIGURATION TEMPLATE
The configuration template is as per below:
Figure 1-1. Rosen MVPN configuration template
# multicast routing-enable # interface GigabitEthernet x/x/x //configure this on the port which connect to the P and CE pim sm # interface loopback0 pim sm # pim //PIM-SM can set the RP address static-rp x.x.x.x # ip VPN-instance VPN-instance-name ipv4-family multicast routing-enable multicast-domain share-group group-address binding mtunnel 0 multicast-domain source-interface loopback 0 auto-discovery mdt # bgp 65000 ipv4-family mdt //enable the MDT address family, set the peer address is the RR peer RR enable peer 10.0.0.1 enable peer 10.0.0.1 group RR peer 10.0.0.2 enable peer 10.0.0.2 group RR # commit # |
Hope this could help you a lot.
Thanks!