Technical data

PortServer Terminal Server Page 39
set
Syntax: set tablename [options . . . ]
The set command is used to set or display various PortServer system and port parameters. The
different tables that can be substituted for tablename are:
altip
host
users
arp
route
config
terms
The variables in these tables are refer-
enced by their table indexes.
flow
logins
keys
ports
line
The variables in these tables are refer-
enced by port numbers.
Each of the tables will have their own options, as outlined in the following descriptions.
Range
As a part of any of the set commands, you have to specify which port or table entry the com-
mand is to affect. In the preceding list of tables, the names above the horizontal line are set
command variables referenced by their table index, while the items below the line may be
specified for modification by port number. If you do not specify a range, the set commands in this
section will affect only the port you are logged in from.
Specify the table entry, or a range of table entries, with the range option, in one of three formats:
set (command) range=singleport#
This tells the set command that the rest of the command affects the port number singleport#.
(Type in the rest of the command after the value for singleport#.)
set (command) range=startport#-endport#
This tells the set command that the rest of the command affects the port numbers startport#
through endport# . (Type in the rest of the command after the value for endport#.)
It is possible combine the preceding two methods, separated by commas:
set (command) range=port#,startport#-endport#,port#