[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <igmp-snooping>
                        <vlan>
                            <interface>
                                <name>name</name> <!-- identifier -->
                                <multicast-router-interface/>
                                <immediate-leave/>
                                <host-only-interface/>
                                <group-limit>group-limit</group-limit>
                                <static>...</static>
                            </interface>
                        </vlan>
                    </igmp-snooping>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Interface options for IGMP.

Contents

<group-limit>—Maximum number of groups an interface can join.

<host-only-interface>—Enable interfaces to be treated as host-side interfaces.

<immediate-leave>—Enable immediate group leave on interfaces.

<multicast-router-interface>—Enabling multicast-router-interface on the interface.

<name>—Interface name.

<static>—Static group or source membership.


[Contents] [Prev] [Next] [Index] [Report an Error]