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


Usage

<configuration>
    <protocols>
        <igmp>
            <interface>
                <name>name</name> <!-- identifier -->
                <disable/>
                <version>version</version>
                <static>...</static>
                <ssm-map>ssm-map</ssm-map>
                <immediate-leave/>
                <promiscuous-mode/>
                <accounting/>
                <group-policy>...</group-policy>
            </interface>
        </igmp>
    </protocols>
</configuration>

Description

Interface options for IGMP.

Contents

<accounting>—Enable join and leave event notification.

<disable>—Disable IGMP on this interface.

<group-policy>—Group filter applied to incoming IGMP report messages.

<immediate-leave>—Group is removed immediately without sending query for last membership.

<name>—Interface name.

<promiscuous-mode>—Accept IGMP messages coming from different subnet.

<ssm-map>—Map for SSM translation of IGMPv1 or IGMPv2 messages.

<static>—Static group or source membership.

<version>—Set IGMP version number on this interface.


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