User guide

set user
236 Chapter 2 Command Descriptions
downdly=seconds
The number of seconds the dialer script should delay before attempting
to establish a PPP connection with a previously inaccessible host. The
range is unlimited. The default is 0, which means do not delay in making
the attempt to reconnect.
flushstchar={default|on|off}
Determines whether the first character of an autoconnection is discarded.
If you specify "flushstchar=default," the first character will be discarded
for Telnet and Rlogin connections and will not be discarded for raw
connections.
idletimeout=time
The maximum time in seconds that a PPP user’s connection can be idle
before the user is disconnected. The range is 0 to unlimited. The default
is 0, which means that the user will never be disconnected for lack of
connection activity.
ipaddr=ip addr
The remote PPP user’s IP address. Outbound PPP users can normally
use the default. Possible values are:
A specific IP address, in dotted decimal format
For inbound PPP users, using a specific IP address means that this is
the IP address to assign to the client. For outbound PPP users, using
a specific IP address means that the server must recognize this
address as its own or the call will not be completed.
negotiated or 0.0.0.0
For inbound PPP users, this means that the client will provide an
address.
ippool or 255.255.255.254
The device server provides an address for the peer from its IP address
pool. This value (ippool) can be used by inbound PPP users only.
The default is negotiated. Normally, outbound PPP users can use the
default.
ipmask=mask
The IP mask to apply to the address specified on the "ipaddr" option.
When you specify a specific IP address on the "ipaddr" option, this option
modifies the meaning of the IP address for routing purposes. The default
is 255.255.255.255.
keepalive={on|off}
Determines whether the keep-alive function is implemented with
autoconnections. The default is "off."
keepup=filter
The name of a keepup filter, defined with the "set filter" command, that
the device server uses to maintain PPP connections. A keepup filter is
one in which the reception of certain types of packets are indications to
device server that the connection should be maintained.
killescchar=character
The kill character, which is used to close sessions. The default is ^u.