Send comments to nexus3k-docfeedback@cisco.com
-SM-329
Cisco Nexus 3000 Series NX-OS System Management Command Reference
OL-29557-04
Chapter System Management Commands
transport email (Call Home)
transport email (Call Home)
To configure the Simple Mail Transport Protocol (SMTP) server address for the Call Home functionality
to work, and optionally the from and reply-to e-mail addresses, use the transport email command. To
remove the SMTP server, use the no form of this command.
transport email {from email-addr | mail-server ip-address [port port-no] [priority priority-no] |
reply-to email-addr | smtp-server ip-address [port port-no] [use-vrf vrf-name]}
no transport email {from | mail-server ip-address [port port-no] [ priority priority-no] | reply-to
| smtp-server}
Syntax Description
Command Default SMTP port number: 25
SMTP server priority: 50
Command Modes Callhome configuration mode
Command History
Examples This example shows how to configure the SMTP server for the Call Home service:
switch# configure terminal
switch(config)# callhome
switch(config-callhome)# transport email smtp-server 192.0.2.10 use-vrf Red
switch(config-callhome)#
from Specifies the e-mail from field for Call Home messages.
email-addr E-mail address. The address can be a maximum of 255 alphanumeric
characters and cannot include white spaces; for example,
personname@companyname.com.
mail-server Configures the SMTP server address for supporting multiple SMTP servers.
ip-address Domain name server (DNS) name, IPv4 address, or IPv6 address of the
SMTP server.
port port-no (Optional) Specifies the SMTP server port. The port number range is from
1 to 65535, and the default port number is 25.
priority priority-no (Optional) Specifies the SMTP server priority. The server priority value
range is from 1 to 100, and the default is 50.
reply-to Specifies the reply-to email address.
smtp-server Configures the SMTP server address.
use-vrf vrf-name (Optional) Specifies the virtual routing and forwarding instance (VRF)
instance to use when communicating with this SMTP server. The name is
case sensitive and has 255 alphanumeric characters.
Release Modification
5.0(3)U1(1) This command was introduced.