Owner's Manual

Chapter 18. STP | 575
NETGEAR 8800 User Manual
STP Configuration Examples
This section provides four configuration examples:
Basic 802.1D Configuration Example on page 575
EMISTP Configuration Example on page 576
RSTP 802.1w Configuration Example on page 577
MSTP Configuration Example on page 578
Basic 802.1D Configuration Example
The following example:
Removes ports from the VLAN Default that will be added to VLAN Engineering.
Creates the VLAN Engineering.
Assigns a VLAN ID to the VLAN Engineering.
Note: If you do not explicitly configure the VLAN ID in your 802.1D
deployment, use the show vlan command to see the internal VLAN ID
automatically assigned by the switch.
Adds ports to the VLAN Engineering.
Creates an STPD named Backbone_st.
Configures the default encapsulation mode of dot1d for all ports added to STPD
Backbone_st.
Enables autobind to automatically add or remove ports from the STPD.
Assigns the Engineering VLAN to the STPD.
Assigns the carrier VLAN.
Note: To assign the carrier VLAN, the StpdID must be identical to the VLAN
ID of the carrier VLAN.
Enables STP.
configure vlan default delete ports 2:5-2:10
create vlan engineering
configure vlan engineering tag 150
configure vlan engineering add ports 2:5-2:10 untagged
create stpd backbone_st
configure stpd backbone_st default-encapsulation dot1d
enable stpd backbone_st auto-bind vlan engineering
configure stpd backbone_st tag 150
enable stpd backbone_st