set wireless-scheduler band 2.4GHz time-window
Description
Set the wireless scheduler for radio band 2.4GHz.
Syntax
set wireless-scheduler band 2.4GHz time-window index <index> [ start-time <start-time> ] [ end-time <end-time> ] [ monday <monday> ] [ tuesday <tuesday> ] [ wednesday <wednesday> ] [ thursday <thursday> ] [ friday <friday> ] [saturday <saturday> ] [ sunday <sunday> ] |
Parameters
Parameter |
Description |
---|---|
end-time |
End time of schedule interval in format HH:MM Type: A time format hh:mm |
friday |
Indicate if schedule interval is active at Friday Type: Boolean (true/false) |
index |
ID of time window of specific band A number with no fractional part (integer) |
monday |
Indicate if schedule interval is active at Monday Type: Boolean (true/false) |
saturday |
Indicate if schedule interval is active at Saturday Type: Boolean (true/false) |
start-time |
Start time of schedule interval in format HH:MM Type: A time format hh:mm |
sunday |
Indicate if schedule interval is active at Sunday Type: Boolean (true/false) |
thursday |
Indicate if schedule interval is active at Thursday Type: Boolean (true/false) |
tuesday |
Indicate if schedule interval is active at Tuesday Type: Boolean (true/false) |
wednesday |
Indicate if schedule interval is active at Wednesday Type: Boolean (true/false) |
Example
set wireless-scheduler band 2.4GHz time-window index 2 start-time 23:20 end-time 23:20 monday true tuesday true wednesday true thursday true friday true saturday true sunday true |