I have a following topology to test this
mreceiver <------- PE1 <-------- RR <-------- PE2 <--------- msender
On PE1, PE2 and RR, there is no ldp at all. When PE1 directly peers PE2 via bgp, Multicast works, but it PE1 and PE2 peer with RR, it does not work. The following is from RR
set version 14.1R1.10
set system host-name RR
set system services ssh root-login allow
set chassis fpc 0 pic 0 tunnel-services
set interfaces ge-0/0/0 vlan-tagging
set interfaces ge-0/0/0 unit 10 vlan-id 10
set interfaces ge-0/0/0 unit 10 family inet address 10.50.0.212/31
set interfaces ge-0/0/0 unit 10 family mpls
set interfaces ge-0/0/2 vlan-tagging
set interfaces ge-0/0/2 unit 10 vlan-id 10
set interfaces ge-0/0/2 unit 10 family inet address 10.50.0.68/31
set interfaces ge-0/0/2 unit 10 family mpls
set interfaces ge-0/0/9 unit 0 family inet address 10.146.40.145/24
set interfaces lo0 unit 0 family inet address 10.50.0.2/32
set routing-options router-id 10.50.0.2
set routing-options autonomous-system 64850
set protocols rsvp interface all
set protocols mpls no-cspf
set protocols mpls interface ge-0/0/0.10
set protocols mpls interface ge-0/0/2.10
set protocols bgp group iBGP type internal
set protocols bgp group iBGP local-address 10.50.0.2
set protocols bgp group iBGP family inet unicast
set protocols bgp group iBGP family inet-vpn unicast
set protocols bgp group iBGP family inet-mvpn signaling
set protocols bgp group iBGP cluster 2.2.2.2
set protocols bgp group iBGP neighbor 10.50.0.3
set protocols bgp group iBGP neighbor 10.50.0.5
set protocols ospf traffic-engineering
set protocols ospf area 0.0.0.0 interface ge-0/0/2.10 interface-type p2p
set protocols ospf area 0.0.0.0 interface lo0.0 passive
set protocols ospf area 0.0.0.0 interface ge-0/0/0.10 interface-type p2p
When I tested ldp only, I have to "set protocols ldp p2mp" on RR. Do I need to configure p2mp on RR for rsvp, if yes, how should I do it? I have to configure lsp path for both PE1 and PE2 to RR and vice verse ?
thanks !!