show ipv6 mld statistics

Displays MLD packet statistics for the specified VLAN, interface, or bridge domain.

Syntax

show ipv6 mld statistics [bridge-domain bd id | interface [ethernet | port-channel] interface name |vlan vlan id]

Parameters

bridge-domain
Specifies the bridge domain for which you want to see statistics.
bd id
Specifies the ID of the bridge domain.
interface
Specifies the interface for which you want to see statistics.
ethernet interface name
Specifies the Ethernet name.
port-channel interface name
Specifies the port channel name.
vlan
Specifies the VLAN for which you want to see statistics.
vlan id
Specifies the ID of the VLAN.

Modes

Privileged EXEC mode

Examples

The following example shows typical output for a bridge domain.

device# show ipv6 mld statistics bridge-domain 100 
MLD packet statistics for Bridge-Domain 100:
MLD Message Type         Edge-Received     Edge-Sent    Edge-Rx-Errors 
General Query            1                      0                  0
Group Specific Query     0                      0                  0
V1 Membership Report     0                      1                  0
V2 Membership Report     0                      0                  0
Group Leave              0                      0                  0

The following example shows typical output for a VLAN.

device# show ipv6 mld statistics vlan 12 
MLD packet statistics for vlan 12:
MLD Message Type         Edge-Received     Edge-Sent     Edge-Rx-Errors 
General Query            0                        0                  0
Group Specific Query     0                        0                  0
V1 Membership Report     0                        0                  0
V2 Membership Report     0                        0                  0
Group Leave              0                        0                  0
PIM Hello		   0			    0		     0