Configuring LDP Support for Multicast VPN (MVPN)

For LDP support for MVPN, configure the multicast-traffic, mp-mbb-time, and mcast-upstream-frr commands.

The following example displays the LDP MVPN configuration output.

*A:SarAx Dut-D>config>router>ldp# info detail
----------------------------------------------
            no aggregate-prefix-match
            no export
            no fast-reroute
            no import
            no graceful-restart
            mcast-upstream-frr
            mp-mbb-time 5
            no tunnel-down-damp-time
            interface-parameters
                hello 15 3
                keepalive 30 3
                transport-address system
                interface "mcast_if"
                    no bfd-enable
                    no hello
                    no keepalive
                    no local-lsr-id
                    multicast-traffic enable
                    no transport-address
                    no shutdown
                exit
            exit
            targeted-session
                no disable-targeted-session
                hello 45 3
                keepalive 40 4
            exit
            no shutdown
----------------------------------------------
*A:SarAx Dut-D>config>router>ldp#