Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

igmp (Dynamic Profiles)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
igmp { 
    interface interface-name { 
        accounting;
        disable;
        group-limit policy-name;
        group-policy;
        group-threshold value;
        immediate-leave;
        log-interval seconds;
        no-accounting;
        oif-map map-name;
        passive <allow-receive> <send-general-query> <send-group-query>;
        promiscuous-mode;
        ssm-map ssm-map-name;
        ssm-map-policy ssm-map-policy-name
        static {
            group group {
                source source;
            }
        }
        version version; 
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit dynamic-profiles profile-name protocols]

Description

Enable IGMP on the router. IGMP must be enabled for the router to receive multicast packets.

You can configure IGMP in a dynamic client profile or a dynamic service profile.

Default

IGMP is disabled on the router. IGMP is automatically enabled on all broadcast interfaces when you configure Protocol Independent Multicast (PIM) or Distance Vector Multicast Routing Protocol (DVMRP).

Options

The statements are explained separately.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 9.2.

footer-navigation