Cisco Nexus 5000 Series Switch CLI Software Configuration Guide (OL-16597-01, July 2009)
Procedure
PurposeCommand or Action
Enters configuration mode.switch# configuration terminal
Step 1
Enters callhome configuration mode.switch(config)# callhome
Step 2
Configures an e-mail address for a user-defined or
predefined destination profile. You can configure up
to 50 e-mail addresses in a destination profile.
switch(config-callhome)#
destination-profile {name |
full-txt-destination |
short-txt-destination} email-addr
address
Step 3
Configures the Call Home message severity level for
this destination profile. The switch sends only alerts
destination-profile {name |
full-txt-destination |
Step 4
that have a matching or higher Call Home severity
short-txt-destination} message-level
number
level to destinations in this profile. The range 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 5000000
switch(config-callhome)#
destination-profile {name |
Step 5
for full-txt-destination and the default is 2500000;
full-txt-destination |
from 0 to 100000 for short-txt-destination and the
short-txt-destination} message-size
number
default is 4000; 5000000 for CiscoTAC-1, which is
not changeable.
(Optional)
Displays information about one or more destination
profiles.
switch# show callhome
destination-profile [profile name]
Step 6
(Optional)
Saves this configuration change.
switch# copy running-config
startup-config
Step 7
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@example.com
switch(config-callhome)# destination-profile full-text-destination message-level 5
switch(config-callhome)# destination-profile full-text-destination message-size 10000
Related Topics
• Associating an Alert Group with a Destination Profile, page 357
Associating an Alert Group with a Destination Profile
To associate one or more alert groups with a destination profile, perform this task:
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01 357
Configuring Smart Call Home
Associating an Alert Group with a Destination Profile