Configuring SSM translation

To configure IGMP parameters:

config>router# igmp
        — ssm-translate
            — grp-range start end
                — source ip-address

The following example displays the command usage to configure IGMP parameters:

config>router# igmp
    — config>router>igmp# ssm-translate
    — config>router>igmp>ssm# grp-range 239.255.0.1 239.2.2.2
    — config>router>igmp>ssm>grp-range# source 10.1.1.1

The following example displays the SSM translation configuration:

A:LAX>config>router>igmp# info
----------------------------------------------
        ssm-translate
            grp-range 239.255.0.1 239.2.2.2
                source 10.1.1.1
            exit
        exit
        interface "lax-sjc"
            static
                group 239.1.1.1
                    starg
                exit
            exit
        exit
        interface "lax-vls"
            static
                group 239.255.0.2
                    source 172.22.184.197
                exit
            exit
        exit
        interface "p1-ix"
        exit
----------------------------------------------
A:LAX>config>router>igmp# exit