[Contents] [Prev] [Next] [Index] [Report an Error]

Enabling Multicast VPN in BGP

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.
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]