Clear and Troubleshoot IPv6 MLD Information

Use clear commands to remove information about the internal state of IPv6 MLD. Use the debug command to enable debug flags for troubleshooting. You can run the commands from any level of the CLI. For more information, see the Extreme SLX-OS Command Reference.
Important

Important

Diagnostic commands are developed and intended for specialized troubleshooting. Work closely with Extreme Networks technical support in running debug commands and interpreting their results.
  1. Remove the accumulated information about learned groups for a specified bridge domain or VLAN.
    device# clear ipv6 mld groups ?
    Possible completions:
    	<IPv6 address>
    	bridge-domain   Bridge-Domain ID 
    	vlan            Vlan interface
    	|               Output modifiers
    	<cr>
    device# clear ipv6 mld groups
    device# clear ipv6 mld groups ff28::1
    device# clear ipv6 mld groups ff28::1 bridge-domain 10 
    device# clear ipv6 mld groups ff38::2 vlan 100
    device# clear ipv6 mld groups bridge-domain 10
    device# clear ipv6 mld groups vlan 10
  2. Remove the accumulated MLD statistics for a specified VLAN or bridge domain.
    device# clear ipv6 mld statistics ?
    Possible completions:
    	bridge-domain   Bridge-Domain ID 
    	vlan            Vlan interface
    	|               Output modifiers
    	<cr>
    device# clear ipv6 mld statistics bridge-domain 100
    device# clear ipv6 mld statistics vlan 100
  3. Enable debug flags.
    device# debug ipv6 mld ?
    Possible completions:
    	all         All
    	errors      Errors
    	group       Multicast group 
    	interface   Interface information 
    	l2-port     l2-port
    	packet      packet
    	rx          packet recieved
    	tx          packet transmitted
    	vlan        Vlan interface
    
    device# debug ipv6 mld errors