| Step 1 |
enable
Example:
Switch# enable
|
Enters privileged EXEC mode.
|
| Step 2 |
configure terminal
Example:
Switch# configure terminal
|
Enters global configuration mode.
|
| Step 3 |
ap capwap retransmit interval interval_time
Example:
Switch(config)# ap capwap retransmit interval 2
|
Configures the control packet retransmit interval for all access points globally.
| Note
| The range for the interval parameter is from 2 to 5.
|
|
| Step 4 | ap capwap retransmit count count_value
Example:Switch(config)# ap capwap retransmit count 3
| Configures the control packet retry count for all access points globally.
| Note
| The range for the count is from 3 to 8.
|
|
| Step 5 | end
Example:Switch(config)# end
| Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-Z to exit global configuration mode.
|
| Step 6 | ap name Cisco_AP capwap retransmit interval interval_time
Example:Switch# ap name AP02 capwap retransmit
interval 2
| Configures the control packet retransmit interval for the individual access point that you specify.
| Note
| The range for the interval is from 2 to 5.
|
| Note
| You must be in privileged EXEC mode to use the ap name commands.
|
|
| Step 7 | ap name Cisco_AP capwap retransmit count count_value
Example:Switch# ap name AP02 capwap retransmit
count 3
| Configures the control packet retry count for the individual access point that you specify.
| Note
| The range for the retry count is from 3 to 8.
|
|
| Step 8 | show ap capwap retransmit
Example:Switch# show ap capwap retransmit
| Displays the CAPWAP retransmit details.
|