10-08-2013 01:10 PM - edited 03-16-2019 07:46 PM
1)To enable multicast routing in cisco2960S lan switch
2)One of the cisco2960S interfaces will be connected to Paging gateway with Static IP.
3)Another interface will be connected to a IP Speaker
4)We already have a voice vlan SVI in cisco2960S lan switch.
5)The aim is to enable multicast routing between Speaker and the paging gateway thorugh the same voice vlan (within same cisco2960S lan switch)
6)Configuration needed to execute the above.
Please help
10-08-2013 01:19 PM
Hi
As your Cisco switch 2960 which is layer 2 , you have only to use the below
ip igmp snooping This will enable multicast for all existing VLANs which not recommended
ip igmp snooping vlan vlan-id This only for a specific VLAN
Thank you
please rate all useful information
10-08-2013 01:22 PM
Hi
Please also find the below link
Thank you
please rate all useful information
10-11-2013 12:10 PM
Hi Thanks for your help, Will the below work properly as expected in cisco 2960 stack switch?
Please reply ?
!
config t
ip igmp snooping vlan <> immediate-leave
ip igmp snooping querier
ip igmp snooping querier timeout expiry <60-300 Secs>
ip igmp snooping tcn flood query count 2 (default)
ip igmp snooping tcn query solicit
end
!
conf t
interface Vlan<>
ip pim sparse-dense-mode
end
!
10-11-2013 04:15 PM
Hi
Firstly you have to know that only routers or L3 devices which is used for Multicast . For l2 swtches ony used for unicast or igmp join multicast . So based on the above post , all are ok except (ip pim sparse-dense-mode).you need for Cisco switches igmp join to join your multicast. IP pim sparse-mode is required under l3 interface devices which is participate in multicast routing.
Thank you
please rate all useful information
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