User guide

set user
Chapter 2 Command Descriptions 233
asyncmap=map
A mask for PPP connections that defines which of the 32 asynchronous
control characters to transpose. These characters, in the range 0x00
through 0x1f, are used by some devices to implement software flow
control. These devices may misinterpret PPP transmission of control
characters and close the link. This mask tells PPP which characters to
transpose.
The default is FFFF, which means transpose all 32 control characters.
Any combination is valid. The following are the masks most likely used:
FFFFFFFF
Transpose all control characters.
00000000
Transpose none.
000A0000
Transpose Ctrl-Q and Ctrl-S.
autoconnect={on|off}
Specifies whether the user is automatically connected to another system.
on
A Telnet or Rlogin user will be automatically connected to another
system without accessing the device server command line once the
user has satisfied login and password requirements. If you specify
"autoconnect=on," you should also specify the "autohost" and
"autoport" or "autoservice" options.
off
The user will not be automatically connected to another system.
The default is "off."
autohost=ip addr
The IP address of a host to which this Telnet or Rlogin user should be
automatically connected. Use this option only if you specify
"autoconnect=on."
autoport=tcp port
The TCP port to use for the automatic connection. Use this option only if
you specify "autoconnect=on."
If you specify "autoconnect" and do not specify a TCP port, the port will
be determined by the "autoservice" option, or—if there is no "autoservice"
option specified—the default, port 513, which is Rlogin.