![Cisco MDS 9000 Series Скачать руководство пользователя страница 1575](http://html.mh-extra.com/html/cisco/mds-9000-series/mds-9000-series_command-reference-manual_212531575.webp)
S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
23-53
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.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 [email protected]
switch(config-callhome)#
transport email reply-to [email protected]
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: [email protected]. The
maximum length is 255 characters.
reply-to
email-address
Specifies the reply-to email address. For address, example: [email protected].
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.