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

MLDS 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

MLDS Protocol Description

Protocol Description

Joining a Multicast Group

MLDS Topology Example

Configuration Guidelines

Default Configurations

Configuring MLDS

Enabling and Disabling MLDS

Enable MLDS Globally

Enable MLDS in a Specific VLAN

Disable MLDS

Configure the Multicast Forwarding Mode

Configure the Snooping Version

Configuring Multicast Router Ports

Configure a Static Multicast Router Port

Delete Configured Router Ports

Configure Dynamically Learned Multicast Router Port Time-Out

Restore the Port-Purge Interval

Configure an MLDS Switch as a Querier

Configure MLDS Query Interval

Configuring Proxy Reporting

Configure Proxy Reporting

Disable Proxy Reporting

Configuring the Port-Purge Interval

Configure the Port-Purge Interval

Restore the Port-Purge Interval

Configuring Fast-Leave Processing

Enable Fast-Leave Processing

Disable Fast-Leave Processing

Configuring Report Forwarding

Forward MLD Reports to All Ports

Forward MLD Reports Only to Router Ports

Restore the Default MLD Report-Forwarding Status

Configure the Report Forward Suppression Interval

Restore the Default Report Forward Suppression Interval

Configuring Group Query Interval

Configure the Group Query Interval

Restore the Default Query Interval

Configure Group Query Retry Count

Restore the Default Query Interval

Configuring Snooping Statistics

Enable Snooping Statistics for a Specific VLAN

Clear Snooping Statistics for a Specific VLAN

Clear Snooping Statistics for All VLANs

Configuring Query Transmission on Topology Change

Enable Query Transmission on Topology Change

Disable Query Transmission on Topology Change

Display MLD Statistics

Configure an MLDS Switch as a Querier

You can configure an MLDS switch as a querier on a particular VLAN. When you do this, the switch starts sending general queries at regular time intervals. The querier message sent by the switch will not take part in querier election. If the switch receives a query from any other router, the switch will stop acting as a querier.

In this example, VLAN 4 is the VLAN for which the switch is configured as a querier.

  1. Configure the MLDS switch as a querier for a specific VLAN.
    SEFOS# configure terminal
    SEFOS(config)# vlan 4
    SEFOS(config-vlan)# ipv6 mld snooping querier
    SEFOS(config-vlan)# end

    The switch sends general queries on the member ports of VLAN 4 every 125 seconds.

  2. View the configuration.
    SEFOS# show ipv6 mld snooping
     
    Snooping VLAN Configuration for the VLAN 4
      MLD Snooping enabled
      MLD Operating version is V1
      Fast leave is disabled
      Snooping switch is configured as Querier
      Snooping switch is acting as Non-Querier
      Query interval is 125 seconds

    The MLDS switch stops acting as a querier on reception of general queries and resumes its querier functionality when there are no MLD routers in the network.

    The MLDS switch continues acting as a querier on reception of router control messages (PIM/OSPF). The switch further continues its query when the router port is not operating and there are no router ports in the switch.