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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <igmp>
                <traceoptions>...</traceoptions>
                <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>
                <maximum-transmit-rate>maximum-transmit-rate</maximum-transmit-rate>
                <accounting/>
                <interface>...</interface>
            </igmp>
        </protocols>
    </logical-systems>
</configuration>

Description

IGMP options.

Contents

<accounting>—Enable join and leave event notification.

<interface>—Interface options for IGMP.

<maximum-transmit-rate>—Maximum transmission rate (packets per second).

<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.

<traceoptions>—Trace options for IGMP.


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