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


Usage

<configuration>
    <routing-instances>
        <instance>
            <bridge-domains>
                <domain>
                    <protocols>
                        <igmp-snooping>
                            <interface>
                                <name>name</name> <!-- identifier -->
                                <multicast-router-interface/>
                                <immediate-leave/>
                                <host-only-interface/>
                                <group-limit>group-limit</group-limit>
                                <static>...</static>
                            </interface>
                        </igmp-snooping>
                    </protocols>
                </domain>
            </bridge-domains>
        </instance>
    </routing-instances>
</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]