10-20-2009 08:20 AM
Hi,
When I configure IGMP according to the JNCE book page 409, I can not see the static group (225.0.0.1) I have just configured. I can see the interface is up and the version is 3 in accordance with the requirement, but does not show the group and sh igmp group is empty.
Here is the config
class@r5# run show version
Hostname: r5
Model: j4300
JUNOS Software Release [7.3R3.JU
class@r5# show protocols igmp
query-response-interval 5;
interface fe-0/0/1.0 {
version 3;
static {
group 225.0.0.1;
}
}
[edit]
class@r5#
and here are the sh commands:
[edit]
class@r5# run show igmp interface
Interface: fe-0/0/1.0
Querier: None
State: Up Timeout: 0 Version: 3 Groups: 0
Configured Parameters:
IGMP Query Interval: 125.0
IGMP Query Response Interval: 5.0
IGMP Last Member Query Interval: 1.0
IGMP Robustness Count: 2
Derived Parameters:
IGMP Membership Timeout: 255.0
IGMP Other Querier Present Timeout: 252.500
[edit]
class@r5#
Notice in the above sh command it show group 0 when it should be 1
class@r5# run show igmp group
[edit]
class@r5#
Does any one know why?
Thanks,
Reza
11-27-2009 12:53 PM
Hi,
Please, try to configure pim and tell me if this resolve your issue.
Thanks,
Akram