Using rlogin

Use rlogin from a command line to log in to an EtherLite module. 

Syntax

Here is the form of the rlogin command used to log in to a remote host:

rlogin [esc= char] { hostname| host-ip-addr} [user=user-name]

Fields

 Field

Description

hostname

Is the name of the host on which you want to log in

host-ip-addr

Is the IP address of the host on which you want to log in

user

Is the user name to use on the remote system 

Command Examples

Using a Host Name

In this example, the rlogin command establishes an rlogin session using a host name.

rlogin host1

Using an IP Address

In this example, the rlogin command establishes an rlogin session using an IP address.

rlogin 192.192.150.28