Cisco CISCO1401 Software Guide - Page 92

Configuring Radio Transmit Power

Page 92 highlights

Configuring Radio Transmit Power Chapter 6 Configuring Radio Settings Beginning in privileged EXEC mode, follow these steps to configure the radio data rates: Step 1 Step 2 Step 3 Step 4 Step 5 Command Purpose configure terminal Enter global configuration mode. interface dot11radio 0 Enter interface configuration mode for the radio interface. speed {[6.0] [9.0] [12.0] [18.0] [24.0] [36.0] [48.0] [54.0] [basic-6.0] [basic-9.0] [basic-12.0] [basic-18.0] [basic-24.0] [basic-36.0] [basic-48.0] [basic-54.0] | range | throughput} Set each data rate to basic or enabled, or enter range to optimize bridge range or throughput to optimize throughput. • (Optional) Enter 6.0, 9.0, 12.0, 18.0, 24.0, 36.0, 48.0, and 54.0 to set these data rates to enabled. • (Optional) Enter basic-6.0, basic-9.0, basic-12.0, basic-18.0, basic-24.0, basic-36.0, basic-48.0, and basic-54.0 to set these data rates to basic. • (Optional) Enter range or throughput to automatically optimize radio range or throughput. When you enter range, the bridge sets the lowest data rate to basic and the other rates to enabled. When you enter throughput, the bridge sets all data rates to basic. end Return to privileged EXEC mode. copy running-config startup-config (Optional) Save your entries in the configuration file. Use the no form of the speed command to disable data rates. When you use the no form of the command, all data rates are disabled except the rates you name in the command. This example shows how to disable data rate 6.0: ap1200# configure terminal ap1200(config)# interface dot11radio 0 ap1200(config-if)# no speed basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0 ap1200(config-if)# end Data rate 6 is disabled, and the rest of the rates are set to basic. This example shows how to set up the bridge for 54-Mbps service only: ap1200# configure terminal ap1200(config)# interface dot11radio 0 ap1200(config-if)# speed basic-54.0 ap1200(config-if)# end Data rate 54 is set to basic, and the rest of the data rates are set to enabled. Configuring Radio Transmit Power Beginning in privileged EXEC mode, follow these steps to set the transmit power on your bridge radio: Step 1 Step 2 Command configure terminal interface dot11radio 0 Purpose Enter global configuration mode. Enter interface configuration mode for the radio interface. Cisco Aironet 1400 Series Wireless Bridges Software Configuration Guide 6-4 OL-4059-01

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286

6-4
Cisco Aironet 1400 Series Wireless Bridges Software Configuration Guide
OL-4059-01
Chapter 6
Configuring Radio Settings
Configuring Radio Transmit Power
Beginning in privileged EXEC mode, follow these steps to configure the radio data rates:
Use the
no
form of the
speed
command to disable data rates. When you use the
no
form of the command,
all data rates are disabled except the rates you name in the command. This example shows how to disable
data rate 6.0:
ap1200#
configure terminal
ap1200(config)#
interface dot11radio 0
ap1200(config-if)#
no speed basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0
basic-48.0 basic-54.0
ap1200(config-if)#
end
Data rate 6 is disabled, and the rest of the rates are set to basic.
This example shows how to set up the bridge for 54-Mbps service only:
ap1200#
configure terminal
ap1200(config)#
interface dot11radio 0
ap1200(config-if)#
speed basic-54.0
ap1200(config-if)#
end
Data rate 54 is set to basic, and the rest of the data rates are set to enabled.
Configuring Radio Transmit Power
Beginning in privileged EXEC mode, follow these steps to set the transmit power on your bridge radio:
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
interface dot11radio 0
Enter interface configuration mode for the radio interface.
Step 3
speed
{[
6.0
] [
9.0
] [
12.0
] [
18.0
] [
24.0
]
[
36.0
] [
48.0
] [
54.0
] [
basic-6.0
]
[
basic-9.0
] [
basic-12.0
] [
basic-18.0
]
[
basic-24.0
] [
basic-36.0
]
[
basic-48.0
] [
basic-54.0
] |
range
|
throughput
}
Set each data rate to
basic
or
enabled
, or enter
range
to
optimize bridge range or
throughput
to optimize throughput.
(Optional) Enter
6.0
,
9.0
,
12.0
,
18.0
,
24.0
,
36.0
,
48.0
, and
54.0
to set these data rates to
enabled
.
(Optional) Enter
basic-6.0
,
basic-9.0
,
basic-12.0
,
basic-18.0
,
basic-24.0
,
basic-36.0
,
basic-48.0
, and
basic-54.0
to set these data rates to
basic
.
(Optional) Enter
range
or
throughput
to automatically
optimize radio range or throughput. When you enter
range
,
the bridge sets the lowest data rate to basic and the
other rates to
enabled
. When you enter
throughput
, the
bridge sets all data rates to
basic
.
Step 4
end
Return to privileged EXEC mode.
Step 5
copy running-config startup-config
(Optional) Save your entries in the configuration file.
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
interface dot11radio 0
Enter interface configuration mode for the radio interface.