User Guide

System Configuration
6-26
6
CLI Commands for STP Settings – If the role of a radio interface is set to Repeater,
Bridge or Root Bridge, STP can be enabled on the access point to maintain a valid
network topology. To globally enable STP, use the bridge stp enable command
from the CLI configuration mode. Then configure the other global STP parameters
for the bridge. The path cost and priority for each bridge link can be set using the
bridge-link path-cost and bridge-link port-priority command from the Wireless
Interface configuration mode. The path cost and priority can also be set for the
Ethernet port from the Ethernet Interface configuration mode. To view the current
STP settings, use the show bridge stp command.
Enterprise AP(config)#bridge stp enable 6-104
Enterprise AP(config)#bridge stp forwarding-delay 2500 6-105
Enterprise AP(config)#bridge stp hello-time 500 6-106
Enterprise AP(config)#bridge stp max-age 4000 6-107
Enterprise AP(config)#bridge stp priority 40000 6-108
Enterprise AP(config)#interface wireless a
Enterprise AP(if-wireless g)#bridge-link path-cost 2 40 6-109
Enterprise AP(if-wireless g)#bridge-link port-priority 2 64 6-110
Enterprise AP(if-wireless g)#exit
Enterprise AP#show bridge stp 6-111
Bridge MAC : 00:30:F1:F0:9A:9C
Status : Disabled
priority : 32768
desiginated-root : priority = 0, MAC = 00:00:00:00:00:00
root-path-cost : 0
root-Port-no : 0
Hold Time : 0 Seconds
Hello Time : 0 Seconds
Maximum Age : 0 Seconds
Forward Delay : 0 Seconds
bridge Hello Time : 2 Seconds
bridge Maximum Age : 20 Seconds
bridge Forward Delay : 5 Seconds
time-since-top-change: 3168 Seconds
topology-change-count: 0
Enterprise AP#