System information
1-74 LOGOFF AR Series Router Reference Manual
Software Release 2.0.1
C613-03018-00 REV A
LOGOFF
Syntax
LOGOFF
Description
This command is used to log out from the router. For a terminal attached to an
asynchronous port, the port returns to its default prompting state, either the
login prompt for a port in SECURE mode, or the command prompt. For a
Telnet session the TCP connection is terminated. LOGOUT is an alias for the
LOGOFF and both commands may be abbreviated to LO.
See Also
LOGIN
MAIL
Syntax
MAIL TO=destination {FILE=filename|MESSAGE=message}
[SUBJECT=subject] [ETRN=mail-domain]
where:
■ destination is a character string, 3 to 131 characters in length. Valid
characters are letters (a-z, A-Z), digits (0-9) and the underscore character
("_").
■ filename is a filename of the form
[device]:filename.ext
.
device
is the
name of a memory device in which the file was stored (e.g. FLASH or
NVS).
ext
is any valid file type that contains text, such as
.CFG
,
.SCP
and
.TXT
. Valid characters are letters (a-z, A-Z), digits (0-9) and the underscore
character (“_”). Wildcards are not allowed.
■ message is a character string, 1 to 131 characters in length. Valid characters
are letters (a-z, A-Z), digits (0-9), the space character and the underscore
character (“_”). If subject contains spaces it must be enclosed in double
quotes.
■ subject is a character string, 1 to 131 characters in length. Valid characters
are letters (a-z, A-Z), digits (0-9), the space character and the underscore
character (“_”). If subject contains spaces it must be enclosed in double
quotes.
■
mail-domain is a character string, 3 to 63 characters in length. Valid
characters are letters (a-z, A-Z), digits (0-9) and the underscore character
(“_”).
Description
This command sends an email message or the contents of a file to the specified
email address.
The TO parameter specifies the email address to which the email will be sent.
This is normally in the form
user@company.net
. However, if only the IP
address of the destination mail host is known, that can be used by enclosing it
in square brackets, e.g.
user@[202.49.73.5]
.
The FILE parameter specifies the name of a file on the router to send in the
body of the email. The file must be of type text, and exist on the system.