Chapter 4: Management
Extreme Networks EAS 100-24t Switch CLI Manual
108
Example usage:
To disable SMTP on the switch:
Syntax disable smtp
Description This command, in conjunction with the enable smtp command will enable
and disable the switch as a SMTP client without changing configurations.
Parameters None.
Restrictions Only Administrator-level users can issue this command.
#disable smtp
Command: disable smtp
Success.
#
config smtp
Purpose Used to configure necessary information in setting up the switch as an SMTP
client.
Syntax config smtp {server <ipaddr> | server_port <tcp_port_number 1-65535> |
self_mail_addr <mail_addr 64> | [add mail_receiver <mail_addr 64> |
delete mail_receiver <index 1-8>]}
Description This command is used to set the necessary parameters to configure the
SMTP server and mail recipients. This command must be completely
configured properly for the SMTP function of the switch to correctly operate.
Parameters server <ipaddr> - Enter the IP address of the SMTP server on a remote
device.
server_port <tcp_port_number 1-65535> - Enter the virtual port number that
the switch will connect with on the SMTP server. The common port number for
SMTP is 25.
self_mail_addr <mail addr 64> - Enter the e-mail address from which mail
messages will be sent. This address will be the from address on the e-mail
message sent to a recipient. Only one self mail address can be configured for
this switch. This string can be no more than 64 alphanumeric characters.
add mail_receiver <mail_addr 64> - Choose this parameter to add mail
recipients to receive e-mail messages from the switch. Up to eight e-mail
addresses can be added per switch.
delete mail_receiver <index 1-8> - Choose this parameter to delete mail
recipients from the configured list.
Restrictions Only Administrator-level users can issue this command.
disable smtp