Example: Configuring IGMP for Multicast (CLI)

To explicitly configure the IGMP version, perform these steps on each device in the network:

  1. Navigate to the top of the configuration hierarchy.
  2. Perform the configuration tasks described in Table 9.
  3. If you are finished configuring the router, commit the configuration.

Table 9: Explicitly Configuring the IGMP version

Task

CLI Configuration Editor

Navigate to the Interface level in the configuration hierarchy.

From the [edit] hierarchy level, enter

edit protocols igmp

Set the IGMP version. By default, the device uses IGMPv2, but this version can be changed through negotiation with hosts unless explicitly configured.

  1. Set the interface value to the interface name, or all. For example:

    set igmp interface all

  2. Set the version value to 1, 2, or 3. For example:

    set igmp interface all version 2

Related Topics