WDS and STP
Using the CLI to Configure STP
If a radio interface is set to the Bridge or Root Bridge role, 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.
Example
RoamAbout 4102#configure | |
Enter configuration commands, one per line. End with CTRL/Z | |
RoamAbout 4102(config)#bridge stp enable | |
RoamAbout 4102(config)#bridge stp | |
RoamAbout 4102(config)#bridge stp hello 5 | |
RoamAbout 4102(config)#bridge stp | |
RoamAbout 4102(config)#bridge stp pri 40000 | |
RoamAbout 4102(config)#interface wireless a | |
Enter Wireless configuration commands, one per line. | |
RoamAbout | |
RoamAbout | |
RoamAbout | |
RoamAbout 4102#show bridge stp | |
Bridge MAC | : 00:11:88:06:37:35 |
Status | : Enabled |
priority | : 40000 |
: priority = 40000, MAC = 00:11:88:06:37:35 | |||
: | 0 |
| |
: | 0 | Seconds | |
Hold Time | : | 1 | |
Hello Time | : | 5 | Seconds |
Maximum Age | : | 40 | Seconds |
Forward Delay | : | 25 | Seconds |
bridge Hello Time | : | 5 | Seconds |
bridge Maximum Age | : | 40 | Seconds |
bridge Forward Delay : | 25 | Seconds | |
33 |
| ||
RoamAbout 4102#sho bridge link wire a 2 | |||
: 19 |
| ||
status | : Enabled | ||
state | : Forwarding | ||
priority | : 64 |
| |
path cost | : 40 |
| |
message age Timer | : Inactive | ||
message age | : 1450 |
| |
: priority = 40000, MAC = 00:11:88:06:37:35 | |||
: 0 |
|
| |
: priority = 40000, MAC = 00:11:88:06:37:35 | |||
: priority = 64, port No = 19 |
RoamAbout