09-28-2006 11:41 AM - edited 03-03-2019 02:09 PM
Can anyone shed some light on the quote below ?
" Unlike the ip igmp static interface command, when a router issues an IGMP ?join?, the CPU must actually process the multicast group. Therefore, a router configured with an IGMP join statement will respond to ICMP echo requests sent to the group that is has joined. In order to prevent looping of multicast feeds the router performs a reverse-path ".
Regards
09-28-2006 12:59 PM
Ive seen the same in other ccie wb.
Sometimes they will ask you to make the router respond to the selected multicast group, So you'd use ip igmp join-group.
In other times, they will ask you to join the group but dont respond to multicast traffic sent to it, then you'd use ip igmp static command.
joing group:
static group:
so, it really depend on the task:
In order to help track down the source of this problem configure R5?s
Ethernet interface attached to VLAN 58 to join the multicast group
226.26.26.26.
Ensure that R5 responds to ICMP echo-requests sourced from VLAN 2
which are sent to 226.26.26.26.
IN this case you can only use the join command (cant use the static as the router would not respond, and you'd only met the first part of the task).
HTH,
Vlad
09-29-2006 01:24 AM
>>IN this case you can only use the join command (can't use the static as the router would not respond, and you'd only met the first part of the task.<<
Thanks Vlad for your explaination. I was trying to find the resource for what you have mentioned above, and I have done googling for "ip igmp join-group vs ip igmp static-group",,,,,
[cut]--
What is the difference between the ip igmp join-group and the ip igmp static-group?
The join-group command forces the router to respond as a host on its own interface. This is processswitched. The static-group command causes the router to put the interface permanently in the OIF (output interface) list. This is not process-switched.
[/cut]
[cut]
ip igmp join-group the router will accept multicast packets and also forward them
ip igmp static-group the router will not accept and only forward a multicast stream[/cut]
http://ftp.uth.gr/Mbone/guides/IP_Multicast_Com_Ref.pdf
[cut]
ip igmp join-group
Informs the router to join group
ip igmp static-group
Configures a static connected member for the group
[/cut]
http://www.hpl.hp.com/research/mmon/specifications.html
[cut]
When the Cisco configuration command "ip igmp static-group" is used to force a router interface to join a multicast group, that self-subscription of the router is not reflected properly in the IGMP MIB.
A workaround is to use the command "ip igmp join-group", which properly shows self-subscription in the IGMP MIB
[/cut]
http://www.oreilly.com/catalog/cisiosnut/chapter/refI.html
[cut]
This command (ip igmp static-group) enrolls the router in the multicast group specified by the group-address. Unlike the ip igmp join-group command, this command allows packets to the group to be fast-switched out the interface
[/cut].
1- Is the processswitch same as fastswitched ?
2- Is quote #2 authenticated ?
3- I could not find where it has been mentioned that :"the static as the router would not respond"
Regards
09-29-2006 11:57 AM
>>1- Is the processswitch same as fastswitched ?<<
Yes, I found it is same.
>>2- Is quote #2 authenticated ?<<
Yes. The link below :
[cut]
.Use the ip igmp join-group interface configuration command. With this method, the router accepts the multicast packets in addition to forwarding them. Accepting the multicast packets prevents the router from fast switching.
?Use the ip igmp static-group interface configuration command. With this method, the router does not accept the packets itself, but only forwards them. Hence, this method allows fast switching. The outgoing interface appears in the IGMP cache, but the router itself is not a member, as evidenced by lack of an "L" (local) flag in the multicast route entry.
[/cut]
>>3- I could not find where it has been mentioned that :"the static as the router would not respond"<<
Still I am looking for it ??
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide