- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 08:22 AM
Does anyone know how to configure Source specific Multicast (SSM) on a cisco switch?
Solved! Go to Solution.
- Labels:
-
Catalyst 9000
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 08:24 AM
On a L3 switch, correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 09:30 AM
Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 08:27 AM
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 10:07 AM
Thank you very much.
