[j-nsp] Multicast - interop with Cisco
Stacy W. Smith
stacy at acm.org
Sun Dec 9 16:30:55 EST 2012
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 at host# set dense-groups 224.0.1.39/32
user at 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 <pederbach at gmail.com> 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]
> peder at ar99.nn# show
> rp {
> auto-rp discovery;
> }
> }
> interface all {
> mode sparse;
> version 2;
> }
> interface fxp0.0 {
> disable;
> }
>
> peder at ar99.nn# 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 juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
More information about the juniper-nsp
mailing list