![Gemalto Cinterion EHS6 Скачать руководство пользователя страница 238](http://html.mh-extra.com/html/gemalto/cinterion-ehs6/cinterion-ehs6_command-manual_2206684238.webp)
Cinterion
®
EHS6 AT Command Set
10.4 AT^SISS
EHS6_ATC_V03.001
15/12/3
Confidential / Released
Page 238 of 513
- "keepcnt": specifies the TCP parameter TCP_KEEPCNT (see
RFC1122; not for Transparent UDP client); ignored if option "keepidle"
is not set
range: 1...[9]...127
- "keepintvl": specifies the TCP parameter TCP_KEEPINTVL (see
RFC1122; not for Transparent UDP client); ignored if option "keepidle"
is not set
range: 1...[75]...255 seconds
- "autoconnect" (for Transparent TCP Listener service only):
0 ... disabled (default) 1 ... automatically accept incoming client connects
- "connecttimeout": specifies the time after which incoming client con-
nects are rejected automatically (for Transparent TCP Listener service
only)
range: 1...[30]...180 seconds
- "addrfilter": This option allows to filter incoming client connects based on
the IP address of the client (for Transparent TCP Listener service only).
It is possible to specify a maximum of 3 filters separated by commas.
Each filter is specified as 4 numbers separated by dots
("<n>.<n>.<n>.<n>"). Each number n can be in the range between 0 and
254. It is allowed to use the wildcard "*" instead of n which matches all.
The IP address of any incoming client connect does not match any of the
specified filters, then the connect is rejected automatically. If the option
is not specified, then all client connects are allowed.
Example: "addrfilter=10.10.0.*,80.190.158.9" - allows connects from
10.10.0.81 and 80.190.158.9 but not from 10.10.17.81 and
80.190.158.10.
3.
FTP
"ftp[s]://[<user>:<passwd>@]<host>[:<port>/<path>]"
"ftp://": The default TCP port 21 for ftp server is used.
"ftps://": The default SSL port 990 for secure ftp server is used.
<host>: element can be an IPv4 address, or a DNS FQDN string.
<port>: element can be set optional and replace the default port.
<user>: username for authentication, 32 octets. Can be set as part of
"address" and/or separately by
parameter "user". If set in
both parameters at the same time, only the one given in the "address"
parameter will be used, ignoring the one given in
parame-
ter "user".
<passwd>: password for authentication, 32 octets. Can be set as part of
"address" and/or separately by
parameter "passwd". If set
in both parameters at the same time, only the one given in the "address"
parameter will be used, ignoring the one given in
parame-
ter "passwd".
<path>: path of file or directory.
4.
HTTP
HTTP client URL
Length: 6...255
"http[s]://[<user>:<passwd>@]<server>[:<port>/<path>]"
<server>: element can be an FQDN, or an IPv4 address.
<path>: path of file or directory.
<port>: If parameter is omitted the service connects to HTTP default port
80.
<user>: username for authentication, 32 octets.
<passwd>: password for authentication, 32 octets.
"https://": Used for SSL connection.
Refer to "IETF-RFC 2616".
5.
SMTP
"smtp[s]://[<user>:<passwd>@]<host>[:<Port>]"
"smtp://": The default TCP port 25 for smtp server is used.
"smtps://": The default SSL port 465 for secure smtp server is used.
<host>: element can be an IPv4 address, or a DNS FQDN string.