Add Commands
73
.
Add network service
examples:
To configure a ClearTCP service (not authenticating upon connect) to
offer modem sharing on TCP port 6000 using the first modem in the
second slot in the RAS 1500, enter the following:
add modem_group “hi boston” interface rm0/slot:2/mod:1
add network service modem_sharing server_type cleartcpd
socket 6000 data auth=off,service_type=dialout
, modem_group=“hi
boston”
Enclose DATA values including
spaces
with double quotes, for example,
data modem_group=”Hi Boston”.
Ancillary Data
Parameter
Description
auth
On indicates that login/password authentication should be
performed on incoming connections.
Feature not supported
for DialOut service and/or DialOut IP.
Format:
auth= [on |
off]
. Default:
on
.
drop_on_hangup Value specifying whether the TCP session is dropped after
modem hangs up.
Off
allows connection to remain active.
Feature not supported for DialOut service.
Default:
off
.
login_banner
ASCII string sent to a client when connection is made. It must
be quoted and offset by backslashes if spaces are included in
the string. Specify carriage return after login banner with
login_banner=string\r\n\. Feature not supported for
DialOut service.
Format:
login_banner=string
. Default:
non
.
login_prompt
ASCII string specifying the login prompt sent during
authentication. It must be quoted and offset by backslashes if
spaces are included in the string.
Feature not supported for
DialOut service.
Specify carriage return after login banner
with
login_banner=string\r\n\
.
Format:
login_prompt=string
. Default:
login
:
modem_group
ASCII string specifying the name of a modem group for whose
modems network service is supplied.
This value must be
specified when using DialOut service
.
service_type
Indicates whether the service offered is modem sharing or
manage.
■
Modem sharing
service
connects a client to
multiple
modems.
■
Manage
service connects a client to the
command line
, to
manage the system. Applicable only to Telnet servers; you
cannot use ClearTCP to access the system for
management. Format:
service_type=manage, dialout
.
Default:
manage
.