Reference Guide
Internet Group Management Protocol (IGMP) | 551
ip igmp ssm-map
c e s
Use a statically configured list to translate (*,G) memberships to (S,G) memberships.
Syntax
ip igmp ssm-map std-access-list source-address
Undo this configuration, that is, remove SSM map (S,G) states and replace them with (*,G) states
using the command ip igmp ssm-map std-access-list source-address command.
Parameters
Command Modes
CONFIGURATION
Command
History
Usage
Information
Mapping applies to both v1 and v2 IGMP joins; any updates to the ACL are reflected in the IGMP
groups. You may not use extended access lists with this command. When a static SSM map is
configured and the router cannot find any matching access lists, the router continues to accept (*,G)
groups.
Related
Commands
ip igmp static-group
c e s
Configure an IGMP static group.
Syntax
ip igmp static-group {group address [exclude [source address]] | [include {source
address}]}
To delete a static address, use the no ip igmp static-group {group address [exclude [source
address]] | [include {source address}]} command.
Parameters
Defaults
No default values or behavior
Command Modes
INTERFACE
Command
History
std-access-list
Specify the standard IP access list that contains the mapping rules for multicast
groups.
source-address
Specify the multicast source address to which the groups are mapped.
Version 7.8.1.0 Introduced on C-Series and S-Series
Version 7.7.1.0 Introduced on E-Series
ip access-list standard Create a standard access list to filter based on IP address.
group address
Enter the group address in dotted decimal format (A.B.C.D)
exclude source
address
(OPTIONAL) Enter the keyword exclude followed by the source address, in dotted
decimal format (A.B.C.D), for which a static entry needs to be added.
include source
address
(OPTIONAL) Enter the keyword include followed by the source address, in dotted
decimal format (A.B.C.D), for which a static entry needs to be added.
Note: A group in
include mode must have at least one source address
defined.
Version 7.8.1.0 Introduced on S-Series
Version 7.7.1.0 Introduced on C-Series