8-9
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-11350-01
Chapter8 Configuring Spanning Tree Protocol
Configuring STP Features
The radio and Ethernet interfaces and the native VLAN on the access point are assigned to bridge group
1 by default. When you enable STP and assign a priority on bridge group 1, STP is enabled on the radio
and Ethernet interfaces and on the primary VLAN, and those interfaces adopt the priority assigned to
bridge group 1. You can create bridge groups for sub-interfaces and assign different STP settings to
those bridge groups.
Configuring STP Settings
Beginning in privileged EXEC mode, follow these steps to configure STP on the access point:
Ethernet port priority 128
Radio port path cost 33
Radio port priority 128
Table8-2 Default STP Values When STP is Enabled (continued)
Setting Default Value
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 interface { dot11radio number | fastethernet
number }
Enter interface configuration mode for radio or Ethernet
interfaces or sub-interfaces.
Step3 bridge-group number Assign the interface to a bridge group. You can number your
bridge groups from 1 to 255.
Step4 no bridge-group number spanning-disabled Counteract the command that automatically disables STP for a
bridge group. STP is enabled on the interface when you enter
the bridge n protocol ieee command.
Step5 exit Return to global configuration mode.
Step6 bridge number protocol ieee Enable STP for the bridge group. You must enable STP on
each bridge group that you create with bridge-group
commands.
Step7 bridge number priority priority (Optional) Assign a priority to a bridge group. The lower the
priority, the more likely it is that the bridge becomes the
spanning-tree root.
Step8 end Return to privileged EXEC mode.
Step9 show spanning-tree bridge Verify your entries.
Step10 copy running-config startup-config (Optional) Save your entries in the configuration file.