Operation Manual

MP Access Point Commands
MP Access Point Commands
12 – 271
Access
Enabled
History
Introduced in MSS Version 6.2.
Examples
To configure weighted queuing for a service and radio profile, use the following
command:
MX# set radio-profile wireless weighted-fair-queuing enable weight mp_conference 25
success: change accepted.
set radio-profile frag-threshold
Changes the fragmentation threshold for the MP radios in a radio profile. The fragmentation
threshold is the threshold at which the long-retry-count is applicable instead of the
short-retry-count.
The long-retry-count specifies the number of times a radio can send a unicast frame that is equal
to or longer than the frag-threshold without receiving an acknowledgment.
The short-retry-count specifies the number of times a radio can send a unicast frame that is
shorter than the frag-threshold without receiving an acknowledgment.
Syntax
set radio-profile name frag-threshold threshold
Defaults
The default fragmentation threshold for MP radios is 2346 bytes.
Access
Enabled.
History
Introduced in MSS Version 1.0.
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
.
The frag-threshold does not specify the maximum length a frame is allowed to be without being
broken into multiple frames before transmission. The MP does not support fragmentation upon
transmission, only upon reception.
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:
MX# set radio-profile rp1 frag-threshold 1500
success: change accepted.
See Also
set radio-profile mode on page 12-272
set radio-profile rts-threshold on page 12-279
set service-profile long-retry-count on page 12-298
set service-profile short-retry-count on page 12-304
show radio-profile on page 12-354
name Radio profile name.
threshold Maximum frame length, in bytes. You can enter a value from 256 through
2346.