Configuring an IGMP interface

Use the following syntax to configure an IGMP interface.

config>router# igmp
    interface ip-int-name
    max-groups value
    import policy-name
    version version
    no shutdown

Use the following syntax to configure IGMP interfaces.

config>router#
    config>router>igmp# interface "lax-vls" 
    config>router>igmp>if? no shutdown
    config>router>igmp>if# exit
    config>router>igmp# interface "p1-ix" 
    config>router>igmp>if? no shutdown
    config>router>igmp>if# exit
    config>router>igmp# interface "lax-sjc" 
    config>router>igmp>if? no shutdown
    config>router>igmp>if# exit

Example: IGMP configuration output

A:7210SAS>config>router>igmp# info
----------------------------------------------
        interface "lax-sjc"
        exit
        interface "lax-vls"
        exit
        interface "p1-ix"
        exit
----------------------------------------------
A:7210SAS>config>router>igmp# exit