288
Cisco 3900 Series, Cisco 2900 Series, and Cisco 1900 Series Integrated Services Routers Generation 2 Software Configuration Guide
Chapter Configuring Radio Settings
Configuring the Beacon Period and the DTIM
To disable protected port, use the
no switchport protected
command.
For detailed information on protected ports and port blocking, see the “Configuring Port-Based Traffic
Control” chapter in
Catalyst 3550 Multilayer Switch Software Configuration Guide, 12.1(12c)EA1
.
Click this link to browse to that guide:
Configuring the Beacon Period and the DTIM
The beacon period is the amount of time between access point beacons in kilomicroseconds
(Kmicrosecs). One Kmicrosec equals 1,024 microseconds. The data beacon rate, always a multiple of
the beacon period, determines how often the beacon contains a delivery traffic indication message
(DTIM). The DTIM tells power-save client devices that a packet is waiting for them.
For example, if the beacon period is set at 100, its default setting, and if the data beacon rate is set at 2,
its default setting, then the wireless device sends a beacon containing a DTIM every 200 Kmicrosecs.
The default beacon period is 100, and the default DTIM is 2. To configure the beacon period and the
DTIM, follow these steps, beginning in privileged EXEC mode.
SUMMARY STEPS
1.
configure terminal
2.
interface dot11radio
{
0
|
1
}
3.
beacon period
value
4.
beacon dtim-period
value
5.
end
6.
copy running-config startup-config
DETAILED STEPS
Command
Purpose
Step 1
configure terminal
Enters global configuration mode.
Step 2
interface dot11radio
{
0
|
1
}
Enters interface configuration mode for the radio interface. The
802.11g/n 2.4-GHz radio is radio 0.
The 802.11n 5-GHz radio is radio 1.
Step 3
beacon period
value
Sets the beacon period. Enter a value in kilomicroseconds.
Step 4
beacon dtim-period
value
Sets the DTIM. Enter a value in kilomicroseconds.
Step 5
end
Returns to privileged EXEC mode.
Step 6
copy running-config startup-config
(Optional) Saves your entries in the configuration file.