SNAX Connection Manager (SNAX/CM) Manual

ENABLE Command
SNAX/CM Commands
097842 Tandem Computers Incorporated 3–13
ENABLE Command The SNAX/CM ENABLE command prepares a line or port to accept call-in operations.
It is designed to enable a succession of call-in requests without further intervention
from the user. The syntax of the ENABLE command is as follows:
ENA[BLE] LINE
line-name
[, LANSSAP
sap
]
[, PORT
port-name
]
[, PROCESS {
process-name
| ( TACL ,
TACL-name
) } ]
[, VALXID
xidproc-name
]
[, VALCALL
callproc-name
]
[, TIMEOUT
time-out
]
return : (OUTFILE)
{ LINE
line-name
[, PORT
port-name
],
ENABLE COMMAND { ACCEPTED | REJECTED }
ERROR MESSAGES }
return : ($RECEIVE)
STRUCT Reply^Receive;
INT Return^Code;
INT Ferror;
LANSSAP
sap
specifies the local SAP value of a device on a Token-Ring network. If this
parameter is not specified, the default value is 4. The LANSSAP value specified is
equivalent to the TRSSAP value in the SCF ADD PU or ALTER PU commands;
however, the LANSSAP value overrides any TRSSAP value specified.
PORT
port-name
is a unique name used by SNAX/CM to identify and access a particular TLAM
I/O process for Token-Ring networks, or an X25AM line handler subdevice for
X.25 networks. Up to 254 ports can be configured in a SYSGEN operation;
SNAX/CM controls each port independently and supports the connection of one
switched PU for each port. One ENABLE connection can be active for each port.
The PORT parameter is required in the ENABLE command on a line with multiple
PUs. If the SNAX/XF line is configured for single port use only (MAXPUS equal
to 1) and no PORT parameter is specified, the only PORT on the line will be
enabled.
PORT
x25am-su-name
is the fully qualified name of the X25AM line handler subdevice, which
provides access to an X.25 network for SNAX/XF lines using the QLLC
protocol (for example, $X25AM1.#SU1).
x25am-su-name
is the alternative to
the ASSOCIATESUBDEV parameter that supplies the X25AM subdevice
name.