PurposeCommand or Action
Configures the e-mail reply-to field for Smart
Call Home messages.
(Optional) switch(config-callhome)# transport
email reply-to email-address
Step 5
Displays information about the e-mail
configuration for Smart Call Home.
(Optional) switch# show callhome
transport-email
Step 6
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
(Optional) switch(config)# copy
running-config startup-config
Step 7
Example
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.
Displays information about Smart Call Home.(Optional) switch# show callhome
Step 4
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
(Optional) switch(config)# copy
running-config startup-config
Step 5
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
67
Configuring Smart Call Home
Configuring Periodic Inventory Notifications