8-10

Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-11350-01
Chapter8 Configuring Spanning Tree Protocol
Configuring STP Features
STP Configuration Examples

These configuration examples show how to enable STP on root and non-root access points with and

without VLANs:

Root Bridge Without VLANs, page 8-10
Non-Root Bridge Without VLANs, page 8-11
Root Bridge with VLANs, page 8-11
Non-Root Bridge with VLANs, page 8-13

Root Bridge Without VLANs

This example shows the configuration of a root bridge with no VLANs configured and with STP

enabled:

hostname master-bridge-south
ip subnet-zero
!
bridge irb
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid tsunami
authentication open
guest-mode
!
speed basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
rts threshold 2312
station-role root
no cdp enable
infrastructure-client
bridge-group 1
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
!
interface BVI1
ip address 1.4.64.23 255.255.0.0
no ip route-cache
!
ip default-gateway 1.4.0.1
bridge 1 protocol ieee
bridge 1 route ip
bridge 1 priority 9000
!
line con 0
exec-timeout 0 0
line vty 0 4
login
line vty 5 15
login
!