OcNOS-RON : Multicast Guide : Protocol Independent Multicasting Command Reference : PIMv4 Commands : ip pim ssm
ip pim ssm
Use this command to configure Source Specific Multicast (SSM) and define the range of multicast IP addresses. The keyword default defines the SSM range as 232/8. To define an SSM range other than the default, specify an access-list.
When an SSM range of IP multicast addresses is defined with this command, the no (*,G) or (S,G,rpt) state is initiated for groups in the SSM range.
The messages corresponding to these states are not accepted and originate in the SSM range.
Use the no form of this command to disable the SSM range.
Command Syntax
ip pim ssm default
ip pim ssm range WORD
ip pim (vrf NAME|) ssm default
ip pim (vrf NAME|) ssm range WORD
no ip pim ssm
no ip pim (vrf NAME|) ssm
Parameters
vrf
The VPN routing/forwarding instance
NAME
Specify the name of the VPN routing/forwarding instance
default
This keyword defines the 232/8 group range for SSM
range
Define an access-list for group range to use for SSM
WORD
A named standard access list
Default
By default, all ip pim options are disabled.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The following example shows how to configure SSM service for the IP address range defined by access list 10:
#configure terminal
(config)#access-list 10 permit 225.1.1.1
(config)#ip pim ssm range xyz
Last modified date: 07/14/2023