Configuring STP on the Switch

Note

Note

If you are transitioning from EOS to ExtremeXOS, please note that ExtremeXOS blocks on a more granular (VLAN) level, instead of at the port level as EOS does.
To configure basic STP:
  1. Create one or more STPDs using the command:
    create stpd stpd_name {description stpd-description}
  2. Add one or more VLANs to the STPD using the command:
    configure stpd stpd_name add vlan vlan_name | vlan_list ports [all | port_list] {[dot1d | emistp | pvst-plus]}
  3. Define the carrier VLAN using the command:.
    configure stpd stpd_name tag stpd_tag
    Note

    Note

    The carrier VLAN's ID must be identical to the StpdID.
  4. Enable STP for one or more STPDs using the command:
    enable stpd {stpd_name}
  5. After you have created the STPD, you can optionally configure STP parameters for the STPD.
    Note

    Note

    You should not configure any STP parameters unless you have considerable knowledge and experience with STP. The default STP parameters are adequate for most networks.
    The following parameters can be configured on each STPD:
    • Hello time (In an MSTP environment, configure this only on the CIST.)
    • Forward delay
    • Max age (In an MSTP environment, configure this only on the CIST.)
    • Max hop count (MSTP only)
    • Bridge priority
    • Domain description
    • StpdID (STP, RSTP, EMISTP, and PVST+ only)
    • MSTI ID (MSTP only)
    The following parameters can be configured on each port:
    • Path cost
    • Port priority
    • Port mode
    Note

    Note

    When using more than one STP domain over the same set of ports, it is recommended to turn off the L2-fast-convergence feature (configure forwarding L2-protocol fast-convergence off) as this feature causes unnecessary flooding during topology changes.
    Note

    Note

    The device supports the RFC 1493 Bridge MIB, RSTP-03, and Extreme Networks STP MIB. Parameters of the s0 default STPD support RFC 1493 and RSTP-03. Parameters of any other STPD support the Extreme Networks STP MIB.

    If an STPD contains at least one port not in 802.1D (dot1D) mode, the STPD must be configured with an StpdID.

The following section provides more detailed STP configuration examples, including 802.1D, EMISTP, RSTP, and MSTP.