Auto-RP requires groups 224.0.1.39/32 and 224.0.1.40/32 to operate in dense mode. That operation is not automatic in JunOS; it must be configured.
Add this to your config: [edit protocols pim] user@host# set dense-groups 224.0.1.39/32 user@host# set dense-groups 224.0.1.40/32 Further info can be found here: http://www.juniper.net/techpubs/en_US/junos12.2/topics/topic-map/mcast-pim-auto-rp.html --Stacy On Dec 9, 2012, at 9:14 AM, Peder Bach <[email protected]> wrote: > Hi all.. > > > We try to interop draft-rosen with Cisco for IPTV distribution. > > Cisco setup run draft-rosen with auto-rp. > > show ip pim rp > Group: 239.1.1.1, RP: 10.224.0.255, v2, uptime 1y30w, expires 00:02:32 > Group: 239.1.1.3, RP: 10.224.0.255, v2, uptime 1y30w, expires 00:02:32 > Group: 239.2.71.15, RP: 10.224.0.255, v2, uptime 1y30w, expires 00:02:32 > Group: 239.2.71.18, RP: 10.224.0.255, v2, uptime 1y30w, expires 00:02:32 > > Cisco interface towards Juniper P > > ip pim query-interval 1 > ip pim sparse-mode > > > After reading this doc, it now seems that Juniper support auto-rp and > draft-rosen. > > http://www.juniper.net/techpubs/en_US/junos12.2/topics/topic-map/mcast-mvpns-draft-rosen-interop.html. > > [edit protocols pim] > [email protected]# show > rp { > auto-rp discovery; > } > } > interface all { > mode sparse; > version 2; > } > interface fxp0.0 { > disable; > } > > [email protected]# run show pim rps > Instance: PIM.master > > address-family INET > > address-family INET6 > > > > If I put a static RP it works. > > > Any advice? > > Peder > _______________________________________________ > juniper-nsp mailing list [email protected] > https://puck.nether.net/mailman/listinfo/juniper-nsp _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

