User Guide

Table Of Contents
Configuring AP access points 269
Nortel WLAN Security Switch 2300 Series Configuration Guide
To change the RTS threshold, use the following command:
set radio-profile name rts-threshold threshold
The threshold can be a value from 256 bytes through 3000 bytes. The default is 2346.
To change the RTS threshold for radio profile rp1 to 1500 bytes, type the following command:
23x0# set radio-profile rp1 rts-threshold 1500
success: change accepted.
Changing the Fragmentation Threshold
The fragmentation threshold specifies the longest a frame can be without being fragmented into multiple frames by a
radio before transmission. To change the fragmentation threshold, use the following command:
set radio-profile name frag-threshold threshold
The threshold can be a value from 256 through 2346. The default is 2346.
To change the fragmentation threshold for radio profile rp1 to 1500 bytes, type the following command:
23x0# set radio-profile rp1 frag-threshold 1500
success: change accepted.
Changing the Short Retry Threshold
The short retry threshold specifies the number of times a radio can send a short unicast frame without receiving an
acknowledgment for the frame. A short unicast frame is a frame that is shorter than the RTS threshold.
To change the short retry threshold, use the following command:
set radio-profile name short-retry threshold
The threshold can be a value from 1 through 15. The default is 5.
To change the short retry threshold for radio profile rp1 to 3, type the following command:
23x0# set radio-profile rp1 short-retry 3
success: change accepted.
Changing the Long Retry Threshold
The long retry threshold specifies the number of times a radio can send a long unicast frame without receiving an
acknowledgment for the frame. A long unicast frame is a frame that is equal to or longer than the RTS threshold.
To change the long retry threshold, use the following command:
set radio-profile name long-retry threshold
The threshold can be a value from 1 through 15. The default is 5.
To change the long retry threshold for radio profile rp1 to 8, type the following command:
23x0# set radio-profile rp1 long-retry 8
success: change accepted.