Send feedback to nx5000-docfeedback@cisco.com
1-10
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01
Chapter 1 Configuring Smart Call Home
Configuring Call Home
Note You cannot modify or delete the CiscoTAC-1 destination profile.
To modify the attributes for a destination profile, perform this task:
This example shows how to modify a destination profile for Call Home:
switch# configuration terminal
switch(config)# callhome
switch(config-callhome)# destination-profile full-text-destination email-addr
person@place.com
switch(config-callhome)# destination-profile full-text-destination message-level 5
switch(config-callhome)# destination-profile full-text-destination message-size 10000
Associating an Alert Group with a Destination Profile
To associate one or more alert groups with a destination profile, perform this task:
Command Purpose
Step 1
switch# configuration terminal
Enters configuration mode.
Step 2
switch(config)# callhome
Enters callhome configuration mode.
Step 3
switch(config-callhome)#
destination-profile { name |
full-txt-destination |
short-txt-destination} email-addr
address
Configures an e-mail address for a user-defined or
predefined destination profile.
Tip You can configure up to 50 e-mail addresses in
a destination profile.
Step 4
destination-profile {name |
full-txt-destination |
short-txt-destination} message-level
number
Example:
destination-profile full-txt-destination
message-level 5
Configures the Call Home message severity level for
this destination profile. The switch sends only alerts
that have a matching or higher Call Home severity
level to destinations in this profile. The range is from
0 to 9, where 9 is the highest severity level.
Step 5
switch(config-callhome)#
destination-profile {name |
full-txt-destination |
short-txt-destination} message-size
number
Configures the maximum message size for this
destination profile The range is from 0 to 5000000.
The default size is 2500000. However, if the message
size is greater than 5000000, the message is
automatically deleted.
Step 6
switch(config-callhome)# show callhome
destination-profile [profile name]
(Optional) Displays information about one or more
destination profiles.
Step 7
switch(config)# copy running-config
startup-config
(Optional) Saves this configuration change.