User manual
3-2 Configuration Overvie
w
Configuration Command Overview
NETServer configuration data is stored in several tables, (User
and Interface tables, e.g.). You can change most parameters in
these tables using the generic set command:
set
[user | interface | system | etc.] <parameter name> <value>
For example:
set user maximillian message “Mexico is Mine”
Most objects, like interfaces and users, must be created before
they can be configured. Use the generic add command:
add
[user | interface | filter | etc] <name>
Anything that you can add can also be deleted. Use the generic
delete command:
delete
[user | interface | filter | etc.] <name]
You can view current configuration information with either the
show or list command. For example:
show network backbone
show user John
show ipx settings
list networks
list ipx services
list users
A complete list of commands and options may be found in the
CLI Reference Guide. Also, help for these commands is available
online using the help command. For example:
help set user