[j-nsp] IGMP problem

Vladislav Vasilev vladislavavasilev at gmail.com
Tue Sep 10 05:55:35 EDT 2013


Hi Robert,

What you have below only adds the interface to the OIL for that group. No IGMP joins are generated!

Regards,
Vladislav A. VASILEV


On 10 Sep 2013, at 07:51, Robert Hass wrote:

> Hi
> I would like to setup static IGMP joins between Cisco and Juniper.
> But it's not working. Juniper is not sending IGMP Joins.
> Same configuration Cisco + Cisco working without issues. Any clues ?
> 
> Interface configuration for Juniper at Cisco side:
> 
> interface GigabitEthernet1/1/1
> description Juniper
> no switchport
> ip address 10.10.10.21 255.255.255.252
> ip pim passive
> !
> 
> Here is output of IGMP membership - none :(
> 
> cisco#sh ip igmp membership | include GigabitEthernet1/1/1
> cisco#
> 
> Here is JunOS configuration:
> 
> interfaces {
>    ge-0/0/0 {
>        unit 0 {
>            family inet {
>                address 10.10.10.22/30;
>            }
>        }
>    }
> routing-options {
>    static {
>        route 0.0.0.0/0 next-hop 10.10.10.21;
>    }
> }
> protocols {
>    igmp {
>        interface ge-0/0/0.0 {
>            version 2;
>            static {
>                group 231.0.0.3;
>                group 231.0.0.4;
>            }
>        }
>    }
>    pim {
>        rp {
>            static {
>                address 10.10.10.255 {
>                    version 2;
>                }
>            }
>        }
>        interface ge-0/0/0.0 {
>            mode sparse;
>            version 2;
>        }
>        join-load-balance;
>    }
> }
> 
> Rob
> _______________________________________________
> 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