cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
943
Views
1
Helpful
5
Replies

Source Specific Multicast (SSM)

Robert Plunkett
Level 1
Level 1

Does anyone know how to configure Source specific Multicast (SSM) on a cisco  switch?

1 Accepted Solution

Accepted Solutions

shambhu.kumar
Spotlight
Spotlight

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

 

View solution in original post

5 Replies 5

Joseph W. Doherty
Hall of Fame
Hall of Fame

On a L3 switch, correct?

Mark Elsen
Hall of Fame
Hall of Fame

 

  - FYI : https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/15-0_2_se/configuration/guide/3750x_cg/swmcast.html#97854

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

shambhu.kumar
Spotlight
Spotlight

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

 

Thank you very much.