Hello,
What is the use of the "static-group" command under "router igmp" in cisco XR?
When I configure
router igmp
interface Loopback0
join-group 225.10.10.10
!
interface GigabitEthernet0/0/0/1
static-group 224.12.12.12
If a source pings 225.10.10.10, it receives the ping reply. But when a source pings 224.12.12.12 then the ping packet reaches the interface but source never receives the ping reply. Why does the receiver replies back in the case of join-group but not in the case of the static group?
Thanks,