cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
581
Views
0
Helpful
1
Replies

Multiple IGMP Queriers On Same LAN

garylam
Level 1
Level 1

multiple pim.jpg

 

Hello all, question:

 

How do I configure multiple IGMP Queriers on the same LAN and each Querier only query and forward particular groups? Your insight is highly appreciated.

 

Thanks,

Gary

1 Reply 1

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

I didn't get your full topology. What is the current requirement?

 

But you can configure multiple RIM routers with below commands.

 

ip pim rp-address <Infromacast server IP> PR-GROUP

!
ip pim rp-address <Infromacast server IP> PR-GROUP1

!

ip access-list standard PR-GROUP
permit 224.1.1.1 
!
ip access-list standard PR-GROUP1
permit 224.2.2.2
!

ip multicast-routing 

!

interface GigabitEthernetX/X
ip address X.X.X.X  
ip pim sparse-mode
ip igmp join-group 224.1.1.1

 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!