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

Enable Snooping Statistics for a Specific VLAN

This example enables statistic reporting for VLAN 1.

  1. Enable statistic reporting for a specific VLAN.
    SEFOS# configure terminal
    SEFOS(config)# vlan 1
    SEFOS(config-vlan)# ipv6 mld snooping
    SEFOS(config-vlan)# end
  2. Verify that snooping statistics (ASM reports) are being received.
    SEFOS# show ipv6 mld snooping statistics vlan 1
     
      Snooping Statistics for VLAN 1
      General queries received: 0
      Group specific queries received: 0
      Group and source specific queries received: 0
      ASM reports received: 7
      SSM reports received: 0
      IS_INCLUDE messages received: 0
      IS_EXCLUDE messages received: 0
      TO_INCLUDE messages received: 0
      TO_EXCLUDE messages received: 0
      ALLOW messages received: 0
      Block messages received: 0
      Leave messages received: 0
      General queries transmitted: 0
      Group specific queries transmitted: 0
      ASM reports transmitted: 0
      SSM reports transmitted: 0
      Leaves transmitted: 0
      Packets dropped: 0