beautypg.com

Ip igmp ssm-map static – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 770

background image

IGMP Snooping Commands

Software Reference for x310 Series Switches

31.32

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

ip igmp ssm-map static

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-

expanded>|<access-list-name>} >

no ip igmp ssm-map static {<access-list-number>|<access-list-number-

expanded>|<access-list-name>} >

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:

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:

Parameter

Description

<access-list-number>

Access-list number, in the range <1-99>.

<access-list-number-expanded>

Access-list number (expanded range), in
the range <1300-1999>.

<access-list-name>

Standard IP access-list name.

Source address to use for static map
group, entered in the form A.B.C.D.

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

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