06-17-2012 07:20 AM - edited 03-07-2019 07:17 AM
Hi all,
i am trying to filter IGMP on current ports. But if i show igmp snooping details in my catalyst 3560x it didnt show any igmp multicast address.
As source i have Cisco DCM connected to catalyst 3560x lab base port gi 0/48
I want to aply a filter for port gi 0/1 that can acces only to one multicast group 239.129.0.1
I have 10 multicast streams 239.129.0.1 - 239.129.0.10 but i dont understand why it is not working. mrouter port is setet up for gi 0/48
Thank you
BR
dave
06-17-2012 08:57 AM
hi,
for controlling multicast traffic flow for switch interfaces, you have to create an IGMP profiles, like access lists, permit or deny multicast routes in it and then assign it to the desired interface. in your case:
(config)# ip igmp profile 2
(config-igmp-profile)# permit
(config-igmp-profile)# range 239.129.0.1
(config-igmp-profile)# end
!
int gi0/1
ip igmp filter 2
end
!
plz Rate if it helped.
Soroush.
06-17-2012 09:39 AM
Hello Soroush,
i used this config as my first step but not working
dave
06-18-2012 01:49 AM
I fixed this with MVR settings, but still cant see anything in IGMP
06-18-2012 12:45 PM
Solved!
Just need to enable queuer
ip igmp snooping queuer
ip igmp snooping queuer address 192.0.2.1
06-18-2012 02:23 PM
Queuer or Querier? could u share your reference plz?
Soroush.
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