beautypg.com

Displaying an igmp ssm mapping information, Example configuration – Brocade FastIron Ethernet Switch IP Multicast Configuration Guide User Manual

Page 164

background image

Theacl-id variable specifies the ACL ID that contains the group multicast address.

The source-address variable specifies the source address that you want to map to the group multicast
address specified in the ACL.

The no option is used to delete a previously configured SSM map.

Example configuration

In the following example configuration, one extended ACL and two standard ACLs are defined with
group multicast addresses. The ip igmp ssm-map commands are configured to map the ACLs to
source addresses and to enable the feature on the router.

device(config)# access-list 20 host 239.1.1.1

device(config)# access-list 20 permit 224.1.1.0 0.0.0.225

device(config)# access-list 100 permit any host 232.1.1.1

device(config)# ip igmp ssm-map 20 1.1.1.1

device(config)# ip igmp ssm-map 20 2.2.2.2

device(config)# ip igmp ssm-map 100 1.1.1.1

device(config)# ip igmp ssm-map enable

Displaying an IGMP SSM mapping information

The show ip igmp ssm-map command displays the association between a configured ACL and
source address mapped to it, as shown in the following.

device# show ip igmp ssm-map

+---------+-----------------+

| Acl id | Source Address |

+---------+-----------------+

20 1.1.1.1

100 1.1.1.1

20 2.2.2.2

20 2.2.2.3

20 2.2.2.4

20 2.2.2.5

20 2.2.2.6

Syntax: show ip igmp [vrf vrf-name ] ssm-map

The show ip igmp ssm-map group-address displays the ACL ID that has the specified multicast
group address in its permit list and lists the source addresses mapped to the specified multicast group
address, as shown in the following.

device# show ip igmp ssm-map 232.1.1.1

+---------+-----------------+

| Acl id | Source Address |

+---------+-----------------+

20 1.1.1.1

100 1.1.1.1

20 2.2.2.2

20 2.2.2.3

20 2.2.2.4

20 2.2.2.5

20 2.2.2.6

Syntax: show ip igmp ssm-map group-address

Displaying an IGMP SSM mapping information

162

FastIron Ethernet Switch IP Multicast Configuration Guide

53-1003085-02