Use the following CLI syntax to disable IGMP.
config>router#
— igmp
— shutdown
The following example displays the command usage to disable multicast:
config>router# igmp
— config>router>igmp# shutdown
— config>router>igmp# exit
The following example displays the configuration output:
A:LAX>config>router# info
----------------------------------------------
...
#------------------------------------------
echo "IGMP Configuration"
#------------------------------------------
igmp
shutdown
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
exit
#------------------------------------------