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 evpn database

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show mld snooping evpn database
<brief | detail>
<group>
<bridge-domain bridge-domain-id>
<instance routing-instance-name>
<interface interface-name>
<logical-system (logical-system-name | all)>
<vlan vlan-id>

Description

Display MLD snooping information for IPv6 multicast forwarding in an EVPN network.

Options

brief | detail

Level of output to display. The default output is the same as brief.

group

Display output only for the specified IPv6 multicast group IP address range.

bridge-domain

Display output only for the specified bridge domain name.

instance

Display output for the specified EVPN instance (EVI).

interface

Display output only for the specified interface.

logical-system

Display output for a specific logical system name or all logical systems.

vlan

Display output only for a specified VLAN ID (0 through 4094).

Required Privilege Level

routing

Output Fields

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

Table 1: show mld snooping evpn database Output Fields

Field Name

Field Description

Level of Output

Instance

Name of the EVPN routing instance for which information is displayed.

All levels

Bridge-Domain, VLAN ID

Bridge domain name and VLAN ID.

All levels

Group IP

Multicast IPv6 address of the multicast group.

All levels

Source IP

IPv6 address of the multicast data source for the group.

All levels

Access OIF Count

Number of outgoing interface (OIF) list entries on the access side.

All levels

Core NH

Next hop ID corresponding to the next hop interface.

All levels

Access OIF(more information)

More details about OIF entries:

  • Interface—Interface name

  • Local—Local receiver.

  • Remote—Remote receiver.

detail

Sample Output

show mld snooping evpn database

content_copy zoom_out_map
user@device> show mld snooping evpn database
Instance: EVPN-2
    Bridge-Domain: V100, VLAN ID: 100
        Group IP: ff02::db8:25:1, Source IP: ::, Access OIF Count: 2, Core NH: 1049231
        Group IP: ff02::db8:33:1, Source IP: ::, Access OIF Count: 2, Core NH: 1049231

Instance: EVPN-4
    Bridge-Domain: V200, VLAN ID: 200
        Group IP: ff02::db8:25:1, Source IP: ::, Access OIF Count: 1, Core NH: 1049232
        Group IP: ff02::db8:33:1, Source IP: ::, Access OIF Count: 1, Core NH: 1049232

show mld snooping evpn database detail

content_copy zoom_out_map
user@device> show mld snooping evpn database
detail
Instance: EVPN-2
  Bridge-Domain: V100, VLAN ID: 100
        Group IP: ff02::db8:25:1, Source IP: ::
            Core NH: 1049231
            Access OIF Count: 2
                  Interface    Local    Remote
                ae3.0            0        1
                ge-0/0/4.0       1        0
        Group IP: ff02::db8:33:1, Source IP: ::
            Core NH: 1049231
            Access OIF Count: 2
                  Interface    Local    Remote
                ge-0/0/4.0       1        0
                ae3.0            1        0

Instance: EVPN-4
  Bridge-Domain: V200, VLAN ID: 200
        Group IP: ff02::db8:25:1, Source IP: ::
            Core NH: 1049232
            Access OIF Count: 1
                  Interface    Local    Remote
                ae4.0            0        1
        Group IP: ff02::db8:33:1, Source IP: ::
            Core NH: 1049232
            Access OIF Count: 1
                  Interface    Local    Remote
                ae4.0            1        0

Release Information

Introduced in Junos OS Release 18.4R1.

Introduced in Junos OS Release 19.4R2 on ACX Series routers.

footer-navigation