remote-login
This command specifies the user name to use to upload a log file to a remote server.
Syntax
remote-login user [password]
Parameters
- user
- Specifies the user name to access a recipient of uploaded logs.
- password
- Specifies the password for the user name.
Guidelines
The remote-login command
is used only if the log type is file
and the archive-mode
is upload
.
Without a password, you must specify it during the upload session.
Examples
Specify the recipient address,
user name, password, and remote directory for an uploaded log file.
# type file
# remote-address 172.16.100.1
# remote-login jrb brj
# remote-directory logs/
#