Use rlogin from a command line to log in to an EtherLite module.
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]
|
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 |
In this example, the rlogin command establishes an rlogin session using a host name.
rlogin host1
In this example, the rlogin command establishes an rlogin session using an IP address.
rlogin 192.192.150.28