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


Usage

<configuration>
    <routing-instances>
        <instance>
            <bridge-domains>
                <domain>
                    <protocols>
                        <igmp-snooping>
                            <vlan>
                                <name>name</name> <!-- identifier -->
                                <query-interval>seconds</query-interval>
                                <query-response-interval>seconds</query-response-interval>
                                <query-last-member-interval>seconds</query-last-member-interval>
                                <robust-count>robust-count</robust-count>
                                <immediate-leave/>
                                <proxy>...</proxy>
                                <interface>...</interface>
                            </vlan>
                        </igmp-snooping>
                    </protocols>
                </domain>
            </bridge-domains>
        </instance>
    </routing-instances>
</configuration>

Description

Vlan options.

Contents

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

<interface>—Interface options for IGMP.

<name>—Vlan_id of the learning-domain.

<proxy>—Enable proxy mode.

<query-interval>—When to send host query messages.

<query-last-member-interval>—When to send group query messages.

<query-response-interval>—How long to wait for a host query response.

<robust-count>—Expected packet loss on a subnet.


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