JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

IGMP Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

Protocol Description

IGMP Protocol

IGMP Topology

Configuring IGMP

Example Topology

Configuration Guidelines

Default Settings

Enable IGMP Globally

Enable IGMP on an Individual Interface

Enable Fast Leave

Configure the IGMP Version

Configure the IGMP Query Interval

Configure the IGMP Query Maximum Response Time

Configure the IGMP Robustness Value

Configure the IGMP Last Member Query Interval

Configure a Static-Multicast Group Membership

Enable the IGMP Proxy Service

Configure an Interface as an Upstream Interface

Configure the Purge Interval for an Upstream Interface

Configure the IGMP Version on an Upstream Interface

Configure the IGMP Proxy

Enable IGMP on an Individual Interface

By default, IGMP is disabled globally. You must enable IGMP globally and on the interface on which IGMP is needed.

  1. Enter Interface Configuration mode for VLAN 2.
    SEFOS# configure terminal
    SEFOS(config)# interface vlan 2
  2. Enable IGMP on the interface.
    SEFOS(config-if)# set ip igmp enable
    SEFOS(config-if)# end
  3. Review the configuration information.
    SEFOS# show ip igmp interface vlan 2
     
     vlan2, line protocol is up
     Internet Address is 12.0.0.1/8
     IGMP is enabled on interface
    ...