C613-50631-01 Rev A Command Reference for IE340 Series 1686
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IGMP AND IGMP SNOOPING COMMANDS
IP
IGMP SSM
ip igmp ssm
Overview Use this command to define a non-default Source Specific Multicast (SSM) range of
IP multicast addresses in IGMP. Incoming IGMPv1 and IGMPv2 join requests are
ignored if the multicast IP address is in the SSM range and no SSM mapping is
configured for these addresses. By default, the SSM range is 232/8. To define the
SSM range to be other than the default, use one of the access-list parameter
options.
Use the no variant of this command to change the SSM range in IGMP back to the
default.
Syntax
ip igmp ssm range {<access-list-number>|<access-list-name>}
no ip igmp ssm
Default By default the SSM range is 232/8.
Mode Global Configuration
Examples To configure a non-default SSM range to be used in IGMP enter the commands:
awplus# configure terminal
awplus(config)# access-list 10 permit 224.1.1.0 0.0.0.255
awplus(config)# ip igmp ssm range 10
To return to the default configuration enter the commands:
awplus# configure terminal
awplus(config)# no ip igmp ssm
Related
commands
access-list (standard numbered)
ip pim ssm
Parameter Description
<access-list-number> Access-list number, in the range 1 to 99.
<access-list-name> Standard IP access-list name.