Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show mld snooping statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mld snooping statistics

Description

Display MLD snooping statistics.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show mld snooping statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show mld snooping statistics Output Fields

Field Name

Field Description

Bad length

MLD packet has illegal or bad length.

Bad checksum

MLD or IP checksum is incorrect.

Invalid interface

Packet was received through an invalid interface.

Not Local

Not used—always 0.

Receive unknown

Unknown MLD message type.

Timed out

Not used—always 0.

MLD Type

Type of MLD message (Query, Report, Leaves, or Other).

Received

Number of MLD packets received.

Transmitted

Number of MLD packets transmitted.

Recv Errors

Number of packets received that did not conform to the MLD version 1 (MLDv1) or MLDv2 standards.

Sample Output

show mld snooping statistics

content_copy zoom_out_map
user@host> show mld snooping statistics
Bad length: 0 Bad checksum: 0 Invalid interface: 0
Not local: 0 Receive unknown: 0 Timed out: 0

    MLD Type           Received      Transmitted    Recv Errors
    Queries:               74295               0              0
    Reports:            18148423               0       16333523
    Leaves:                    0               0              0
    Other:                     0               0              0

Release Information

Command introduced in Junos OS Release 12.1.

footer-navigation