C613-50170-01 Rev B
Command Reference for x510 Series
1229
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IGMP
AND
IGMP S
NOOPING
C
OMMANDS
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
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.