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 igmp snooping evpn status

date_range 29-Oct-24

Syntax

content_copy zoom_out_map
show igmp snooping evpn status
<detail>
<vlan name>

Description

Display Layer 2 multicast IGMP snooping information for the EVPN instances on devices in an EVPN network.

By default, this command displays brief output for all EVPN instances with IGMP snooping enabled for one or more VLANs.

Options

(brief | detail)

Display brief information (the default output level) or more detailed information.

When you enable the optimized intersubnet multicast (OISM) feature, the detail option provides more about the different bridge domains (VLANs) OISM uses in the EVPN network.

vlan name

Display IGMP snooping information only for the specified VLAN.

Required Privilege Level

view

Output Fields

Table 1: show igmp snooping evpn status Output Fields
Field Name Field Description

Output Level

Bridge-Domain

Bridge domain or VLAN with IGMP snooping enabled

all

External VLAN

OISM external VLAN:

  • Yes—OISM is enabled and uses this VLAN to send multicast traffic to an external multicast receiver or receive multicast traffic from an external multicast source.

  • No—OISM is not enabled, or OISM is enabled but doesn't use this VLAN to exchange traffic with an external multicast domain.

An OISM external VLAN must be different from the SBDs or OISM revenue VLANs in the EVPN fabric. See OISM Bridge Domains (VLANs) for details.

detail

Instance

EVPN instance (EVI) name

all

Mode

Configured multicast replication mode:

  • Enhanced OISM—Enhanced OISM (the asymmetric bridge domains OISM model, also called the bridge domains not everywhere [BDNE] version)

  • Default—Any other mode besides enhanced OISM, including regular OISM (the symmetric bridge domains OISM model, also called the bridge domains everywhere [BDE] version).

To set the multicast mode in EVPN networks, you use the irb (local-only | local-remote | oism | enhanced-oism) statement at the [edit forwarding-options multicast-replication evpn] hierarchy level. See multicast-replication for details.

default (brief)

OISM

OISM status—Enabled or not enabled

all

SMET enabled

Selective multicast Ethernet tag (SMET) forwarding using EVPN Type 6 routes—Yes (enabled) or No (not enabled)

default (brief)

Supplementary BD

OISM supplemental bridge domain (SBD):

  • Yes—OISM is enabled and uses this bridge domain or VLAN as an OISM SBD.

  • No—OISM is not enabled, or OISM is enabled but doesn't use this bridge domain or VLAN as an OISM SBD.

An OISM SBD must be a VLAN that is different from any OISM revenue VLANs or external VLANs in the EVPN network. See OISM Bridge Domains (VLANs) for details.

detail

VN Identifier

Virtual network identifier (VNI) corresponding to this VLAN

all

Sample Output

show igmp snooping evpn status (Regular OISM enabled)

content_copy zoom_out_map
user@SL1> show igmp snooping evpn status 
Mode: Default
SMET enabled: Yes

Instance: default-switch
    Bridge-Domain: VLAN-600, VN Identifier: 600
        OISM: Enabled
    Bridge-Domain: VLAN-601, VN Identifier: 601
        OISM: Enabled
    Bridge-Domain: VLAN-602, VN Identifier: 602
        OISM: Enabled
    Bridge-Domain: VLAN-603, VN Identifier: 603
        OISM: Enabled
    Bridge-Domain: VLAN-901, VN Identifier: 901
        OISM: Enabled

show igmp snooping evpn status (MAC-VRF EVPN instance and enhanced OISM enabled)

content_copy zoom_out_map
user@SL1> show igmp snooping evpn status
Mode: Enhanced OISM
SMET enabled: Yes

Instance: v100
    Bridge-Domain: vlan100, VN Identifier: 10100
        OISM: Enabled
    Bridge-Domain: vlan200, VN Identifier: 10200
        OISM: Enabled
    Bridge-Domain: vlan999, VN Identifier: 10999
        OISM: Enabled

show igmp snooping evpn status vlan VLAN-300 detail (default-switch EVPN instance, regular OISM enabled, and specified VLAN is the OISM SBD)

content_copy zoom_out_map
user@Leaf-1> show igmp snooping evpn status vlan VLAN-900 detail
Instance: default-switch
  Bridge-Domain: VLAN-900, VN Identifier: 11900
        OISM            : Enabled
        Supplementary BD: Yes
        External VLAN   : No

Release Information

Command introduced in Junos OS Release 18.2R1.

footer-navigation