Operation Manual
149
Env Commands
E-DOC-CTC-20040210-0030 v1.0
env set
Create and set a non-system environment variable or change the value of a non-system 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.
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 “_” or the dollar sign “$”.
REQUIRED
value A quoted translated string which defines the value of the
environment variable.
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 get Show the value of an environment variable.
env list List all current environment variables.
env unset Delete a non-system environment variable.