You also must enable multicast VPN by including the inet-mvpn or inet6-mvpn statements at the [edit protocols bgp family] hierarchy level:
- [edit]
- protocols {
-
- bgp {
-
- family {
- inet-mvpn; # Enables IPv4 multicast VPN.
- inet6-mvpn; # Enables IPv6 multicast VPN.
- }
- }
- }