User's Manual

Table Of Contents
66 Meru Radio Switch RS4000 Reference Guide
setenv
Sets the CLI display environment.
Syntax setenv maxlines lines
setenv scrolling {true | false}
Usage Sets the characteristics of the CLI display environment. maxlines determines the number of
lines that are displayed per window. scrolling determines whether displays with more text
than fits in one window scrolls without pressing a key to display more text.
Examples The following sets the maximum lines to 100:
meru_ap# setenv maxlines 100
maxlines lines Sets the maximum number of lines of the CLI display
to lines. By default, lines is set to 24 and can be 1 and
255.
scrolling true | false Specifies whether display scrolling is enabled:
true—scrolling is enabled (sometimes useful when
interfacing with scripts).
false—scrolling is disabled (default).