Specifications

set radio-profile max-rx-lifetime
Chapter 12
AP Commands
311
The frag-threshold does not change the RTS threshold, which specifies the
maximum length of a frame before the radio uses the RTS/CTS method to send
the frame. To change the RTS threshold, use the set radio-profile rts-threshold
command instead.
Examples
The following command changes the fragmentation threshold for radio
profile rp1 to 1500 bytes:
PROPMT# set radio-profile rp1 frag-threshold 1500
success: change accepted.
See Also
l set radio-profile mode on page 316
l show radio-profile on page 408
set radio-profile max-rx-lifetime
Changes the maximum receive threshold for the AP radios in a radio profile. The
maximum receive threshold specifies the number of milliseconds that a frame
received by a radio can remain in buffer memory.
Syntax
set radio-profile name max-rx-lifetime time
Defaults
The default maximum receive threshold for AP radios is 2000 ms
(2 seconds).
Access
Enabled.
Usage
You must disable all radios that are using a radio profile before you can
change parameters in the profile. Use the set radio-profile mode command
.
Examples
The following command changes the maximum receive threshold for
radio profile rp1 to 4000 ms:
PROPMT# set radio-profile rp1 max-rx-lifetime 4000
success: change accepted.
name Radio profile name.
time Number of milliseconds. You can enter a value from 500
(0.5 second) through 250,000 (250 seconds).