Specifications

Command Descriptions
2-8
Example: CONNECT PPP
Local> CONNECT PPP
This command starts a PPP session on the current port.
CONNECT RLOGIN (secure)
Syntax
Description
This command (available to all users) requests a connection to the specified target.
The target can be an Internet address or an Internet host name. Before granting
the connection, the access server checks to see if the protocol is authorized for the
requested port. (This command is functionally the same as RLOGIN.)
When making connections, use either of the following methods:
Specify the host either by host-name or inet-address, specify the username, and
specify the tcp-port.
Specify only the host either by host-name or inet-address. The default TCP port
513 is assumed.
Keywords
inet-address
Specifies the Internet address of the host to connect to.
host-name
Specifies the Internet domain name of the host to connect to.
remote-username (Optional keyword)
Specifies the username to use at the remote server. Case is preserved only if the
keyword is quoted.
tcp-port (Optional keyword)
Specifies the TCP port number.
Restrictions
The following command syntax is not valid:
CONNECT {inet-address|host name} USERNAME remote-username
Example: RLOGIN
Local> RLOGIN MYHOST
Local> RLOGIN MYHOST USERNAME "jones"