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 an e-mail address for a user-defined
or predefined destination profile. You can
switch(config-callhome)# destination-profile
{name | full-txt-destination |
short-txt-destination} email-addr address
Step 3
configure up to 50 e-mail addresses in a
destination profile.
Configures the Smart Call Home message
severity level for this destination profile. The
destination-profile {name | full-txt-destination
| short-txt-destination} message-level number
Step 4
switch sends only alerts that have a matching
or higher Smart Call Home severity level to
destinations in this profile. The range for the
number is from 0 to 9, where 9 is the highest
severity level.
Configures the maximum message size for this
destination profile. The range is from 0 to
switch(config-callhome)# destination-profile
{name | full-txt-destination |
short-txt-destination} message-size number
Step 5
5000000 for full-txt-destination and the default
is 2500000. The range is from 0 to 100000 for
short-txt-destination and the default is 4000.
The value is 5000000 for CiscoTAC-1, which
is not changeable.
Displays information about one or more
destination profiles.
(Optional) switch# show callhome
destination-profile [profile name]
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 modify a destination profile for Smart Call Home:
switch# configuration terminal
switch(config)# callhome
switch(config-callhome)# destination-profile full-text-destination email-addr
person@example.com
switch(config-callhome)# destination-profile full-text-destination message-level 5
switch(config-callhome)# destination-profile full-text-destination message-size 10000
switch(config-callhome)#
What to do next
Associate an alert group with a destination profile.
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
64
Configuring Smart Call Home
Modifying a Destination Profile