Cisco Cisco ASR 5000

Page of 9109
  Exec Mode Commands (D-S) 
rlogin  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
4187 
rlogin 
Attempts to connect to a remote host. 
Product
 
All 
Privilege
 
Security Administrator, Administrator, Operator 
Mode
 
Exec 
The following prompt is displayed in the Exec mode: 
[local]host_name
Syntax
 
rlogin { host_name | host_ip_address } [ user user_name ] 
host_name | host_ip_address
 
Identifies the remote node with which to attempt connection. 
host_name
: Specifies the remote node using the node’s logical host name which must be resolved via DNS 
lookup. 
host_ip_address
: Specifies the remote node using its assigned IP address in IPv4 dotted-decimal notation. 
user
 
user_name
 
Specifies a user name attempting connection as an alphanumeric string of 1 through 1023 characters. 
Usage 
Connect to remote network elements using rlogin. 
Important:
  
rlogin
 is not a secure method of connecting to a remote host. 
ssh
 should be used whenever 
possible for security reasons. 
Example
 
The following connects to remote host 
remoteABC
 as user 
user1
rlogin remoteABC user user1 
The following connects to remote host 
10.2.3.4
 without any default user. 
rlogin 10.2.3.4