PurposeCommand or Action
(Optional)
Configures the e-mail from field for Smart Call Home
messages.
switch(config-callhome)# transport
email from email-address
Step 4
(Optional)
Configures the e-mail reply-to field for Smart Call
Home messages.
switch(config-callhome)# transport
email reply-to email-address
Step 5
(Optional)
Displays information about the e-mail configuration
for Smart Call Home.
switch# show callhome
transport-email
Step 6
(Optional)
Saves the change persistently through reboots and
restarts by copying the running configuration to the
startup configuration.
switch(config)# copy running-config
startup-config
Step 7
The following example shows how to configure the e-mail options for Smart Call Home messages:
switch# configuration terminal
switch(config)# callhome
switch(config-callhome)# transport email smtp-server 192.0.2.10 use-vrf Red
switch(config-callhome)# transport email from person@example.com
switch(config-callhome)# transport email reply-to person@example.com
switch(config-callhome)#
What to Do Next
Configure periodic inventory notifications.
Configuring Periodic Inventory Notifications
You can configure the switch to periodically send a message with an inventory of all software services currently
enabled and running on the device with hardware inventory information. The switch generates two Smart Call
Home notifications; periodic configuration messages and periodic inventory messages.
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Enters Smart Call Home configuration mode.switch(config)# callhome
Step 2
Configures periodic inventory messages.switch(config-callhome)#
periodic-inventory notification
[interval days] [timeofday time]
Step 3
The interval days range is from 1 to 30 days.
The default is 7 days.
The timeofday time is in HH:MM format.
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 6.x
100
Configuring Smart Call Home
Configuring Periodic Inventory Notifications