E-DOC-CTC-20061027-0003v2.0
Env Commands
247
env setSet an environment variable.
SYNTAX:
where:
EXAMPLE:
For infinite TELNET time out, set the value of the variable SESSIONTIMEOUT to “0”:
RELATED COMMANDS:
env set var = <string>
value = <translated string>
var The name of the environment variable.
Tip When creating an environment variable, any name is
allowed.
However spaces are NOT allowed and the name may NOT
start with:
>“CONF”
>“HOST”
>an underscore “_”
>the dollar sign “$”.
REQUIRED
value A quoted translated string which defines the value of the environment
variable.
Note The value of system variables (built-in variables with names
starting with an underscore “_”, “CONF” or “HOST”) cannot
be changed.
REQUIRED
=>env set var=SESSIONTIMEOUT value=0
=>
env unset Delete a non-system environment variable.