Cisco Cisco Packet Data Gateway (PDG)

Seite von 1824
rlogin
Attempts to connect to a remote host.
Product
All
Privilege
Security Administrator, Administrator, Operator
Command Modes
Exec
The following prompt is displayed in the Exec mode:
[local]
host_name
#
Syntax Description
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 Guidelines
Connect to remote network elements using rlogin.
rlogin is not a secure method of connecting to a remote host. ssh should be used whenever possible for
security reasons.
Important
Examples
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
Command Line Interface Reference, Modes E - F, StarOS Release 19    
639
Exec Mode Commands (D-S)
rlogin