C613-50631-01 Rev A Command Reference for IE340 Series 1688
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IGMP AND IGMP SNOOPING COMMANDS
IP
IGMP SSM-MAP STATIC
ip igmp ssm-map static
Overview Use this command to specify the static mode of defining Source Specific Multicast
(SSM) mapping. SSM statically assigns sources to IGMPv1 and IGMPv2 groups to
translate such (*,G) groups’ memberships to (S,G) memberships for use with
PIM-SSM.
Use the no variant of this command to remove the SSM map association.
Syntax
ip igmp ssm-map static
{<access-list-number>|<access-list-number-extended>|ď€
<access-list-name>} <ip-address>
no ip igmp ssm-map static
{<access-list-number>|<access-list-number-extended>|ď€
<access-list-name>} <ip-address>
Mode Global Configuration
Usage notes This command applies to VLAN interfaces configured for IGMP. You can use
Standard numbered and Standard named ACLs plus Expanded Numbered ACLs.
Examples This example shows how to configure an SSM static mapping for group-address
224.1.1.1, using a standard numbered ACL shown as 10:
awplus# configure terminal
awplus(config)# access-list 10 permit 224.1.1.1 0.0.0.0
awplus(config)# ip igmp ssm-map static 10 1.2.3.4
This example shows how to configure an SSM static mapping for group-address
224.1.1.1, using an expanded numbered ACL shown as 1301:
awplus# configure terminal
awplus(config)# access-list 1301 permit 224.1.1.1 0.0.0.0
awplus(config)# ip igmp ssm-map static 1301 1.2.3.4
Parameter Description
<access-list-number> Access-list number, in the range 1 to 99.
<access-list-number-extended> Access-list number (expanded range), in
the range 1300 to 1999.
<access-list-name> Standard IP access-list name.
<ip-address> Source address to use for static map
group, entered in the form A.B.C.D.