10-23-2024 08:22 AM
Does anyone know how to configure Source specific Multicast (SSM) on a cisco switch?
Solved! Go to Solution.
10-23-2024 09:53 AM
Hello Robert,
Enable multicast routing (global)
ip multicast-routing [distributed]
Enable SSM on all routers. If you do not specify a group, then the 232.0.0.0/8 range will be used.
ip pim ssm [default|range]
Enable PIM Sparse at interface level
ip pim sparse-mode
Enable IGMPv3 on the source and receiver
ip igmp version 3
Check this link,
https://mrncciew.com/2021/04/12/source-specific-multicast-ssm/
Hope this will help.
Regards
10-23-2024 08:24 AM
On a L3 switch, correct?
10-23-2024 09:30 AM
Yes
10-23-2024 08:27 AM
M.
10-23-2024 09:53 AM
Hello Robert,
Enable multicast routing (global)
ip multicast-routing [distributed]
Enable SSM on all routers. If you do not specify a group, then the 232.0.0.0/8 range will be used.
ip pim ssm [default|range]
Enable PIM Sparse at interface level
ip pim sparse-mode
Enable IGMPv3 on the source and receiver
ip igmp version 3
Check this link,
https://mrncciew.com/2021/04/12/source-specific-multicast-ssm/
Hope this will help.
Regards
10-23-2024 10:07 AM
Thank you very much.
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