set [node node-id] x25 access application application-name ...
Modifies the attributes of an x25 access application entity, which
defines an application to be executed for an incoming call. The
modifiable attributes and their data types [in brackets] are:
account [latin1string] (Tru64 UNIX)
activation data [latin1string] (Tru64 UNIX)
file [filename]
filters [set of simplenames]
maximum activations [integer] (Tru64 UNIX)
template [simplename] (Tru64 UNIX)
type [X25, X29, or X29 login]
user [latin1string]
1 – account (Tru64 UNIX)
Default: No service/account data Value: Latin1String
Default service or account identifier to be used when starting
the applications process.
2 – activation data (Tru64 UNIX)
Default: None Value: Latin1String
Data required to start the application process. This
characteristic is optional.
3 – file
Default: None Value: File name
Indicates the file name or command that is associated with starting a
process for the represented application.
Example:
set x25 access application X25_MAIL file "sys$system:x25$mail.com"
4 – filters
Default: None Value: Set of simplenames
Set of filters that are associated with filtering calls for
either X.25 or X.29 applications represented by this entity.
Example:
set x25 access application X29_LOGIN filters {X29}
5 – maximum activations (Tru64 UNIX)
Default: 1 Value: 1-65535
Maximum number of concurrent activations of the represented
application that are possible.
Example:
set x25 access application X29_LOGIN maximum activations 5
6 – template (Tru64 UNIX)
Default: No template Value: simplename
Template to be used in a call accept.
Example:
set x25 access application X29_LOGIN template X29Server
7 – type
Specifies the type of application.
X25 This application operates in X.25 mode. This
is the default.
X29 This application operates in character mode.
X29 login This is an application of X.29 type devoted
specifically to login sessions.
Example:
set x25 access application X25_MAIL type x25
8 – user
Default: No user ID Value: Latin1String
Default user identification to be used to start the application
process. This attribute is not valid for type X29 login and
should be null. On OpenVMS, Latin1Strings must be embedded in
quotes.
Example:
set x25 access application X25_MAIL user "X25MAIL"