Stp configuration example, Displaying stp settings, Disabling and resetting stp – Extreme Networks 200 Series User Manual

Page 191

Advertising
background image

Displaying STP Settings

Summit 200 Series Switch Installation and User Guide

189

STP Configuration Example

The following Summit 200 series switch example creates and enables an STPD named Backbone_st. It
assigns the Manufacturing VLAN to the STPD. It disables STP on ports 1 through 7 and port 12.

create stpd backbone_st

config stpd backbone_st add vlan manufacturing

enable stpd backbone_st

disable stpd backbone_st port 1-7,12

Displaying STP Settings

To display STP settings, use the following command:

show stpd {<stpd_name>}

This command displays the following information:

STPD name

Bridge ID

STPD configuration information

To display the STP state of a port, use the following command:

show stpd <stpd_name> port <portlist>

This command displays the following information:

STPD port configuration

STPD state (root bridge, and so on)

STPD port state (forwarding, blocking, and so on)

Disabling and Resetting STP

To disable STP or return STP settings to their defaults, use the commands listed in Table 53.

Table 53: Commands to Disable or Reset STP

Command

Description

delete stpd <stpd_name>

Removes an STPD. An STPD can only be removed if all
VLANs have been deleted from it. The default STPD, s0,
cannot be deleted.

disable ignore-bpdu vlan <name>

Allows the switch to recognize STP BPDUs.

disable ignore-stp vlan <name>

Allows a VLAN to use STP port information.

disable stpd [<stpd_name> | all]

Disables the STP mechanism on a particular STPD, or for
all STPDs.

disable stpd ports <portlist>

Disables STP on one or more ports. Disabling STP on
one or more ports puts those ports in forwarding state; all
BPDUs received on those ports will be disregarded.

unconfig stpd {<stpd_name>}

Restores default STP values to a particular STPD or to all
STPDs.

Advertising