Configuring Call Home
S e n d f e e d b a c k t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m
Command
Step 4
switch(config-callhome)# show callhome
user-def-cmds
Step 5
switch(config)# copy running-config
startup-config
This example shows how to add the show ip routing command o the Cisco-TAC alert group:
switch# configuration terminal
switch(config)# callhome
switch(config-callhome)# alert-group Configuration user-def-cmd "show ip routing"
Configuring E-Mail
You must configure the SMTP server address for the Call Home functionality to work. You can also
configure the from and reply-to e-mail addresses.
To configure e-mail, perform this task:
Command
Step 1
switch# configuration terminal
Step 2
switch(config)# callhome
Step 3
switch(config-callhome)# transport email
smtp-server ip-address [port number]
[use-vrf vrf-name]
Step 4
switch(config-callhome)# transport email
from email-address
Step 5
switch(config-callhome)# transport email
reply-to email-address
Step 6
switch(config-callhome)# show callhome
transport-email
Step 7
switch(config)# copy running-config
startup-config
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
1-12
Chapter 1
Purpose
(Optional) Displays information about all user-defined
show commands added to alert groups.
(Optional) Saves this configuration change.
Purpose
Enters configuration mode.
Enters callhome configuration mode.
Configures the SMTP server as either the domain name
server (DNS) name, IPv4 address, or IPv6 address).
Optionally configures the port number. The port ranges
is from 1 to 65535. The default port number is 25.
Also optionally configures the VRF to use when
communicating with this SMTP server.
(Optional) Configures the e-mail from field for Call
Home messages.
(Optional) Configures the e-mail reply-to field for Call
Home messages.
(Optional) Displays information about the e-mail
configuration for Call Home.
(Optional) Saves this configuration change.
Configuring Smart Call Home
OL-16597-01