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
Multicast Protocols User Guide
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

Configuring Multicast Snooping to Ignore Spanning Tree Topology Change Messages

date_range 23-Nov-23

You can configure the multicast snooping process for a virtual switch to ignore VPLS root protection topology change messages.

Before you begin, complete the following tasks:

  1. Configure the spanning-tree protocol. For configuration details, see one of the following topics:

  2. Configure VPLS root protection. For configuration details, see one of the following topics:

To configure multicast snooping to ignore spanning tree topology change messages:

  1. Configure a virtual-switch routing instance to isolate a LAN segment with its VSTP instance.

    1. Enable configuration of a virtual switch routing instance:

      content_copy zoom_out_map
      [edit]
      user@host# edit routing-instances routing-instance-name
      user@host# set instance-type virtual-switch
      

      You can configure multicast snooping to ignore messages about spanning tree topology changes for the virtual-switch routing-instance type only.


    2. Enable configuration of a bridge domain:

      content_copy zoom_out_map
      [edit routing-instances routing-instance-name]
      user@host# edit bridge-domains bridge-domain-name
      user@host# set domain-type bridge
      

    3. Configure the logical interfaces for the bridge domain in the virtual switch:

      content_copy zoom_out_map
      [edit routing-instances routing-instance-name bridge-domains bridge-domain-name]
      user@host# set interface interface-name
      
    4. Configure the VLAN identifiers for the bridge domain in the virtual switch. For detailed information, see Configuring a Virtual Switch Routing Instance on MX Series Routers.
  2. Configure the multicast snooping process to ignore any spanning tree topology change messages sent to the virtual switch routing instance:
    content_copy zoom_out_map
    [edit routing-instances routing-instance-name bridge-domains bridge-domain-name]
    user@host# set multicast-snooping-options ignore-stp-topology-change
    
  3. Verify the configuration of multicast snooping for the virtual-switch routing instance to ignore spanning tree topology change messages:
    content_copy zoom_out_map
    [edit routing-instances routing-instance-name bridge-domains bridge-domain-name]
    user@host# top
    user@host# show routing-instances
     
    routing-instance-name {
        instance-type virtual-switch;
        bridge-domains {
            bridge-domain-name {
                domain-type bridge {
                interface interface-name;
                ...VLAN-identifiers-configuration...
                multicast-snooping-options {
                    ignore-stp-topology-change;
                }
            }
        }
    }
    
footer-navigation