Hello,
I understand you can statically define who the RP is and even specify what multicast groups the RP can serve:
access-list 11 permit 231.0.0.1 0.0.0.0
ip pim rp-address 192.168.1.1 11
Also, I can make a router join a group with the interface command "ip igmp join-group x.x.x.x" but my question is, can I statically configure a non-router device (a PC for example) to be a permanent member of a multicast group? That is, is there any configuration to be done on the router/switch to accomplish this? I now I can go to the PC and join it myself but I want to know if it's possible to do it by configuring the router/switch instead.
Thanks in advance