167
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip igmp ssm-translate
ip igmp ssm-translate
To translate IGMPv1 or IGMPv2 membership reports to create the (S, G) state so that the router treats
them as IGMPv3 membership reports, use the ip igmp ssm-translate command. To remove the
translation, use the no form of this command.
ip igmp ssm-translate group source
no ip igmp ssm-translate group source
Syntax Description
Command Default None
Command Modes Global configuration mode
VRF configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines To display SSM translation commands, use this command line:
switch(config)# show running-config | include ssm-translation
This command does not require a license.
Examples This example shows how to configure a translation:
switch# configure terminal
switch(config)# ip igmp ssm-translate 232.0.0.0/8 10.1.1.1
switch(config)#
This example shows how to remove a translation:
switch# configure terminal
switch(config)# no ip igmp ssm-translate 232.0.0.0/8 10.1.1.1
switch(config)#
group IPv4 multicast group range. By default, the group prefix range is 232.0.0.0/8. To
modify the IPv4 Protocol Independent Multicast (PIM) SSM range, see the ip pim
ssm range command.
source IP multicast address source.
Release Modification
6.0(2)N1(1) This command was introduced.