Send documentation comments to mdsfeedback-doc@cisco.com
23-49
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 23 T Commands
transport email
transport email
To configure the customer ID with the Call Home function, use the transport email command in Call
Home configuration submode. To disable this feature, use the no form of the command.
transport email {from email-address | reply-to email-address | smtp-server ip-address [port
port-number]
no transport email {from email-address | reply-to email-address | smtp-server ip-address [port
port-number]
Syntax Description
Defaults None.
Command Modes Call Home configuration submode.
Command History
Usage Guidelines None.
Examples The following example configures the from and reply-to e-mail addresses.
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# callhome
switch(config-callhome)# transport email from user@company1.com
switch(config-callhome)# transport email reply-to person@place.com
The following example configures the SMTP server and ports.
switch(config-callhome)# transport email smtp-server 192.168.1.1
switch(config-callhome)# transport email smtp-server 192.168.1.1 port 30
from email-address Specifies the from email address. For example: SJ-9500-1@xyz.com. The
maximum length is 255 characters.
reply-to email-address Specifies the reply-to email address. For address, example: admin@xyz.com.
The maximum length is 255 characters.
smtp-server ip-address Specifies the SMTP server address, either DNS name or IP address. The
maximum length is 255 characters.
port port-number (Optional) Changes depending on the server location. The port usage
defaults to 25 if no port number is specified.
Release Modification
1.0(2) This command was introduced.