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


interface

Syntax

interface interface-name { 

    disable;

    static {

        group group {

            source source;

        }

    }

    version version; 

}

Hierarchy Level

[edit logical-routers logical-router-name protocols igmp],

[edit protocols igmp]

Description

Enable IGMP on an interface and configure interface-specific properties.

Options

interface-name—Name of the interface. Specify the full interface name, including the physical and logical address components. To configure all interfaces, you can specify all. For details about specifying interfaces, see the JUNOS Network Interfaces and Class of Service Configuration Guide.

The remaining statements are explained separately.

Usage Guidelines

See Enabling IGMP.

Required Privilege Level

routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.


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