About Call Home
Call Home provides e-mail-based and web-based notification of critical system events. A versatile range of message formats are available for optimal compatibility with pager services, standard e-mail, or XML-based automated parsing applications. Common uses of this feature may include direct paging of a network support engineer, e-mail notification to a Network Operations Center, XML delivery to a support website, and utilization of Cisco Smart Call Home services for direct case generation with the Cisco Systems Technical Assistance Center (TAC).
The Call Home feature can deliver alert messages containing information on configuration, diagnostics, environmental conditions, inventory, and syslog events.
The Call Home feature can deliver alerts to multiple recipients, referred to as
Call Home destination profiles
, each with configurable message formats and content categories. A predefined destination profile is provided for sending alerts to the Cisco TAC (callhome@cisco.com), and you also can define your own destination profiles.
Flexible message delivery and format options make it easy to integrate specific support requirements.
The Call Home feature offers the following advantages:
-
Multiple message-format options:
– Short Text—Suitable for pagers or printed reports.
– Plain Text—Full formatted message information suitable for human reading.
– XML—Matching readable format using Extensible Markup Language (XML) and Adaptive Markup Language (AML) document type definitions (DTDs). The XML format enables communication with the Cisco TAC.
-
Multiple concurrent message destinations.
-
Multiple message categories including configuration, diagnostics, environmental conditions, inventory, and syslog events.
-
Filtering of messages by severity and pattern matching.
-
Scheduling of periodic message sending.
Obtaining Smart Call Home
If you have a service contract directly with Cisco Systems, you can register your devices for the Smart Call Home service. Smart Call Home provides fast resolution of system problems by analyzing Call Home messages sent from your devices and providing background information and recommendations. For issues that can be identified as known, particularly GOLD diagnostics failures, Automatic Service Requests will be generated with the Cisco TAC.
Smart Call Home offers the following features:
-
Boot-up diagnostics alerts for line cards and supervisor engines in the chassis.
-
Analysis of Call Home messages from your device, and where appropriate Automatic Service Request generation, routed to the appropriate TAC team, including detailed diagnostic information to speed problem resolution.
-
Secure message transport directly from your device or through a downloadable Transport Gateway (TG) aggregation point. You can use a TG aggregation point in cases requiring support for multiple devices or in cases where security requirements mandate that your devices may not be connected directly to the Internet.
-
Web-based access to Call Home messages and recommendations, inventory and configuration information for all Call Home devices. Provides access to associated field notices, Security Advisories, and End-of-Life information.
You need to register the following items:
-
The SMARTnet contract number for your switch
-
Your e-mail address
-
Your Cisco.com ID
For detailed information on Smart Call Home, refer to the Smart Call Home page at this URL:
http://supportforums.cisco.com/community/netpro/solutions/smart_services/smartcallhome
Configuring Call Home
How you configure Call Home depends on how you intend to use the feature. Consider the following information before you configure Call Home:
-
At least one destination profile (predefined or user-defined) must be configured. The destination profile(s) used depends on whether the receiving entity is a pager, e-mail, or automated service such as Cisco Smart Call Home.
– If the destination profile uses e-mail message delivery, you must specify a Simple Mail Transfer Protocol (SMTP) server.
– If the destination profile uses secure HTTP (HTTPS) message transport, you must configure a trustpoint certificate authority (CA).
-
The contact e-mail, phone, and street address information should be configured so that the receiver can determine the origin of messages received.
-
The switch must have IP connectivity to an e-mail server or the destination HTTP server using the ip domain name command.
-
If Cisco Smart Call Home is used, an active service contract must cover the device being configured.
To configure Call Home, follow these steps:
Step 1 Configure your site’s contact information.
Step 2 Configure destination profiles for each of your intended recipients.
Step 3 Subscribe each destination profile to one or more alert groups, and set alert options.
Step 4 Configure e-mail settings or HTTPS settings (including CA certificate), depending on the transport method.
Step 5 Enable the Call Home feature.
Step 6 Test Call Home messages.
Tip From the Smart Call Home web application, you can download a basic configuration script to assist you in the configuration of the Call Home feature for use with Smart Call Home and the Cisco TAC. The script will also assist in configuring the trustpoint CA for secure communications with the Smart Call Home service. The script, provided on an as-is basis, can be downloaded from this URL:
http://supportforums.cisco.com/community/netpro/solutions/smart_services/smartcallhome
Configuring Contact Information
Each switch must include a contact e-mail address. You can optionally include a phone number, street address, contract ID, customer ID, and site ID.
To assign the contact information, perform this task:
|
|
|
Step 1
|
Switch#
configure terminal
|
Enters configuration mode.
|
Step 2
|
Switch(config)#
call-home
|
Enters the Call Home configuration submode.
|
Step 3
|
Switch(cfg-call-home)#
contact-email-addr
email-address
|
Assigns the customer’s e-mail address. Enter up to 200 characters in e-mail address format with no spaces.
|
Step 4
|
Switch(cfg-call-home)#
phone-number
+
phone-number
|
(Optional) Assigns the customer’s phone number.
Note The number must begin with a plus (+) prefix, and may contain only dashes (-) and numbers. Enter up to 16 characters. If you include spaces, you must enclose your entry in quotes (“”).
|
Step 5
|
Switch(cfg-call-home)#
street-address
street-address
|
(Optional) Assigns the customer’s street address where RMA equipment can be shipped. Enter up to 200 characters. If you include spaces, you must enclose your entry in quotes (“”).
|
Step 6
|
Switch(cfg-call-home)#
customer-id
text
|
(Optional) Identifies the customer ID. Enter up to 64 characters. If you include spaces, you must enclose your entry in quotes (“”).
|
Step 7
|
Switch(cfg-call-home)#
site-id
text
|
(Optional) Identifies the customer site ID. Enter up to 200 characters. If you include spaces, you must enclose your entry in quotes (“”).
|
Step 8
|
Switch(cfg-call-home)#
contract-id
text
|
(Optional) Identifies the customer’s contract ID for the switch. Enter up to 64 characters. If you include spaces, you must enclose your entry in quotes (“”).
|
This example shows the configuration of contact information:
Switch# configure terminal Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
call-home
Switch(cfg-call-home)#
contact-email-addr username@example.com
Switch(cfg-call-home)#
phone-number +1-800-555-4567
Switch(cfg-call-home)#
street-address “1234 Picaboo Street, Any city, Any state, 12345”
Switch(cfg-call-home)#
customer-id Customer1234
Switch(cfg-call-home)#
site-id Site1ManhattanNY
Switch(cfg-call-home)#
contract-id Company1234
Switch(cfg-call-home)#
exit
Switch(config)#
Configuring Destination Profiles
A destination profile contains the required delivery information for an alert notification. At least one destination profile is required. You can configure multiple destination profiles of one or more types.
You can use the predefined destination profile or define a desired profile. If you define a new destination profile, you must assign a profile name.
Note If you use the Cisco Smart Call Home service, the destination profile must use the XML message format.
You can configure the following attributes for a destination profile:
-
Profile name—A string that uniquely identifies each user-defined destination profile. The profile name is limited to 31 characters and is not case-sensitive. You cannot use
all
as a profile name.
-
Transport method—The transport mechanism, either e-mail or HTTP (including HTTPS), for delivery of alerts.
– For user-defined destination profiles, e-mail is the default, and you can enable either or both transport mechanisms. If you disable both methods, e-mail will be enabled.
– For the predefined Cisco TAC profile, you can enable either transport mechanism, but not both.
-
Destination address—The actual address related to the transport method to which the alert should be sent.
-
Message formatting—The message format used for sending the alert.
– For user-defined destination profiles, the format options are long-text, short-text, or XML. The default is XML.
– For the predefined Cisco TAC profile, only XML is allowed.
-
Message size—The maximum destination message size. The valid range is 50 to 3,145,728 bytes and the default is 3,145,728 bytes.
To create and configure a destination profile, perform this task:
|
|
|
Step 1
|
Switch#
configure terminal
|
Enters configuration mode.
|
Step 2
|
Switch(config)#
call-home
|
Enters the Call Home configuration submode.
|
Step 3
|
Switch(cfg-call-home)#
profile
name
|
Enters the Call Home destination profile configuration submode for the specified destination profile. If the specified destination profile does not exist, it is created.
|
Step 4
|
Switch(cfg-call-home-profile)# [
no
]
destination transport-method
{
email
|
http
}
|
(Optional) Enables the message transport method. The
no
option disables the method.
|
Step 5
|
Switch(cfg-call-home-profile)#
destination address
{
email
email-address
|
http
url
}
|
Configures the destination e-mail address or URL to which Call Home messages will be sent.
Note When entering a destination URL, include either http:// or https://, depending on whether the server is a secure server. If the destination is a secure server, you must also configure a trustpoint CA.
|
Step 6
|
Switch(cfg-call-home-profile)#
destination preferred-msg-format
{
long-text
|
short-text
|
xml
}
|
(Optional) Configures a preferred message format. The default is XML.
|
Step 7
|
Switch(cfg-call-home-profile)#
destination message-size-limit
bytes
|
(Optional) Configures a maximum destination message size for the destination profile.
|
Step 8
|
Switch(cfg-call-home-profile)#
active
|
Enables the destination profile. By default, the profile is enabled when it is created.
|
Step 9
|
Switch(cfg-call-home-profile)#
exit
|
Exits the Call Home destination profile configuration submode and returns to the Call Home configuration submode.
|
Step 10
|
Switch(cfg-call-home)#
end
|
Returns to privileged EXEC mode.
|
Step 11
|
Switch#
show call-home profile
{
name
|
all
}
|
Displays the destination profile configuration for a specified profile or all configured profiles.
|
Copying a Destination Profile
To create a new destination profile by copying an existing profile, perform this task:
|
|
|
Step 1
|
Switch#
configure terminal
|
Enters configuration mode.
|
Step 2
|
Switch(config)#
call-home
|
Enters the Call Home configuration submode.
|
Step 3
|
Switch(cfg-call-home)#
copy profile
source-profile target-profile
|
Creates a new destination profile with the same configuration settings as the existing destination profile.
|
Subscribing to Alert Groups
An alert group is a predefined subset of Call Home alerts supported on the switch. Different types of Call Home alerts are grouped into different alert groups depending on their type. These alert groups are available:
-
Configuration
-
Diagnostic
-
Environment
-
Inventory
-
Syslog
The triggering events for each alert group are listed in the “Alert Group Trigger Events and Commands” section, and the contents of the alert group messages are listed in the “Message Contents” section.
You can select one or more alert groups to be received by a destination profile.
Note A Call Home alert is only sent to destination profiles that have subscribed to the alert group containing that Call Home alert. In addition, the alert group must be enabled.
To subscribe a destination profile to an alert group, perform this task:
|
|
|
Step 1
|
Switch#
configure terminal
|
Enters configuration mode.
|
Step 2
|
Switch(config)#
call-home
|
Enters Call Home configuration submode.
|
Step 3
|
Switch(cfg-call-home)#
alert-group
{
all
|
configuration
|
diagnostic
|
environment
|
inventory
|
syslog
}
|
Enables the specified alert group. Use the keyword all to enable all alert groups. By default, all alert groups are enabled.
|
Step 4
|
Switch(cfg-call-home)#
profile
name
|
Enters the Call Home destination profile configuration submode for the specified destination profile.
|
Step 5
|
Switch(cfg-call-home-profile)#
subscribe-to-alert-group configuration
[
periodic
{
daily
hh:mm
|
monthly
date hh:mm
|
weekly
day hh:mm
}]
|
Subscribes this destination profile to the Configuration alert group. The Configuration alert group can be configured for periodic notification, as described in the “Configuring Periodic Notification” section.
|
Switch(cfg-call-home-profile)#
subscribe-to-alert-group all
|
Subscribes to all available alert groups.
|
Step 6
|
Switch(cfg-call-home-profile)#
subscribe-to-alert-group diagnostic
[
severity catastrophic
|
disaster
|
fatal
|
critical
|
major
|
minor
|
warning
|
notification
|
normal
|
debugging
]
|
Subscribes this destination profile to the Diagnostic alert group. The Diagnostic alert group can be configured to filter messages based on severity, as described in the “Configuring Message Severity Threshold” section.
|
Step 7
|
Switch(cfg-call-home-profile)#
subscribe-to-alert-group environment
[
severity catastrophic
|
disaster
|
fatal
|
critical
|
major
|
minor
|
warning
|
notification
|
normal
|
debugging
]
|
Subscribes this destination profile to the Environment alert group. The Environment alert group can be configured to filter messages based on severity, as described in the “Configuring Message Severity Threshold” section.
|
Step 8
|
Switch(cfg-call-home-profile)#
subscribe-to-alert-group inventory
[
periodic
{
daily
hh:mm
|
monthly
date hh:mm
|
weekly
day hh:mm
}]
|
Subscribes this destination profile to the Inventory alert group. The Inventory alert group can be configured for periodic notification, as described in the “Configuring Periodic Notification” section.
|
Step 9
|
Switch(cfg-call-home-profile)#
subscribe-to-alert-group syslog
[
severity catastrophic
|
disaster
|
fatal
|
critical
|
major
|
minor
|
warning
|
notification
|
normal
|
debugging
]
[
pattern
string
]
|
Subscribes this destination profile to the Syslog alert group. The Syslog alert group can be configured to filter messages based on severity, as described in the “Configuring Message Severity Threshold” section. You can specify a pattern to be matched in the syslog message. If the pattern contains spaces, you must enclose it in quotes (“”).
|
Step 10
|
Switch(cfg-call-home-profile)#
exit
|
Exits the Call Home destination profile configuration submode.
|
Configuring Periodic Notification
When you subscribe a destination profile to either the Configuration or the Inventory alert group, you can choose to receive the alert group messages asynchronously or periodically at a specified time. The sending period can be one of the following:
-
Daily—Specify the time of day to send, using an hour:minute format hh:mm, with a 24-hour clock (for example, 14:30).
-
Weekly—Specify the day of the week and time of day in the format day hh:mm, where the day of the week is spelled out (for example, monday).
-
Monthly—Specify the numeric date, from 1 to 31, and the time of day, in the format date hh:mm.
Configuring Message Severity Threshold
When you subscribe a destination profile to the Diagnostic, Environment, or Syslog alert group, you can set a threshold for sending alert group messages based on the message’s level of severity. Any message with a value lower than the threshold is not sent to the destination.
The severity threshold is configured using the keywords in
Table 62-1
, and ranges from catastrophic (level 9, highest level of urgency) to debugging (level 0, lowest level of urgency). If no severity threshold is configured, the default is normal (level 1).
Note Call Home severity levels differ from the system message logging severity levels.
Table 62-1 Severity and Syslog Level Mapping
|
|
|
|
9
|
|
N/A
|
Network-wide catastrophic failure
|
8
|
|
N/A
|
Significant network impact
|
7
|
|
Emergency (0)
|
System unusable
|
6
|
|
Alert (1)
|
Critical conditions, immediate attention needed
|
5
|
|
Critical (2)
|
Major conditions
|
4
|
|
Error (3)
|
Minor conditions
|
3
|
|
Warning (4)
|
Warning conditions
|
2
|
|
Notice (5)
|
Basic notification and informational messages; possibly independently insignificant
|
1
|
|
Information (6)
|
Normal event signifying return to normal state
|
0
|
|
Debug (7)
|
Debugging messages
|
Configuring Syslog Pattern Matching
When you subscribe a destination profile to the Syslog alert group, you can optionally specify a text pattern to be matched within each syslog message. If you configure a pattern, a Syslog alert group message will be sent only if it contains the specified pattern and meets the severity threshold. If the pattern contains spaces, you must enclose it in quotes (“”) when configuring it. You can specify up to five patterns for each destination profile.
Configuring General E-Mail Options
To use the e-mail message transport, you must configure at least one Simple Mail Transfer Protocol (SMTP) e-mail server address. You can configure the from and reply-to e-mail addresses, and you can specify up to four backup e-mail servers. You can also set a rate limit on e-mail or HTTP messages.
Starting with Cisco IOS Release 15.0(2)SG, you can configure the vrf and source interface or source IP address to send the e-mail messages. If you want to configure similar options to send http messages, you must enter the ip http client source-interface interface-name command where the source-interface can be associated with the vrf you want to set.
To configure general e-mail options, perform this task:
|
|
|
Step 1
|
Switch#
configure terminal
|
Enters configuration mode.
|
Step 2
|
Switch(config)#
call-home
|
Enters Call Home configuration submode.
|
Step 3
|
Switch(cfg-call-home)#
mail-server
{
ipv4-address
|
name
}
priority
number
|
Assigns an e-mail server address and its relative priority among configured e-mail servers.
Provide either of these:
-
The e-mail server’s IP address
-
The e-mail server’s fully qualified domain
name
(FQDN) of 64 characters or less.
Assign a priority
number
between 1 (highest priority) and 100 (lowest priority).
|
Step 4
|
Switch(cfg-call-home)#
sender from
email-address
|
(Optional) Assigns the e-mail address that will appear in the from field in Call Home e-mail messages. If no address is specified, the contact e-mail address is used.
|
Step 5
|
Switch(cfg-call-home)#
sender reply-to
email-address
|
(Optional) Assigns the e-mail address that will appear in the reply-to field in Call Home e-mail messages.
|
Step 6
|
Switch(cfg-call-home)#
rate-limit
number
|
(Optional) Specifies a limit on the number of messages sent per minute, from 1 to 60. The default is 20.
|
Step 7
|
Switch(cfg-call-home)#
vrf
vrf-name
|
(Optional) Specifies the VRF instance to send Call Home e-mail messages. If no VRF is specified, the global routing table is used.
|
Step 8
|
Switch(cfg-call-home)# source-interface
interface-name
|
(Optional) Specifies the source interface name to send Call Home e-mail messages. If no source interface name or source ip address is specified, an interface in the routing table is used.
|
Step 9
|
Switch(cfg-call-home)#
source-ip-address
ip-address
|
(Optional) Specifies the source IP address to send Call Home e-mail messages. If no source IP address or source interface name is specified, an interface in the routing table is used.
Note At one time, you can specify the source-interface name or the source-ip-address, but not both.
|
The following notes apply when configuring general e-mail options:
-
Backup e-mail servers can be defined by repeating the
mail-server
command using different priority numbers.
-
The
mail-server priority
number
parameter can be configured from 1 to 100. The server with the highest priority (lowest priority number) will be tried first.
This example shows the configuration of general e-mail parameters, including a primary and secondary e-mail server:
Switch# configure terminal Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
call-home
Switch(cfg-call-home)#
mail-server smtp.example.com priority 1
Switch(cfg-call-home)#
mail-server 192.168.0.1 priority 2
Switch(cfg-call-home)#
sender from username@example.com
Switch(cfg-call-home)#
sender reply-to username@example.com
Switch(cfg-call-home)#
exit
Switch(config)#
Enabling Call Home
To enable or disable the Call Home feature, perform this task:
|
|
|
Step 1
|
Switch#
configure terminal
|
Enters configuration mode.
|
Step 2
|
Switch(config)#
service call-home
|
Enables the Call Home feature.
|
Testing Call Home Communications
You can test Call Home communications by sending messages manually using two command types.
-
To send a user-defined Call Home test message, use the
call-home test
command.
-
To send a specific alert group message, use the
call-home send
command.
Sending a Call Home Test Message Manually
To manually send a Call Home test message, perform this task:
|
|
|
Step 1
|
Switch#
call-home test
[
“
test-message
”
]
profile
name
|
Sends a test message to the specified destination profile. The user-defined test message text is optional, but must be enclosed in quotes (“”) if it contains spaces. If no user-defined message is configured, a default message will be sent.
|
This example shows how to manually send a Call Home test message:
Switch# call-home test “test of the day” profile Ciscotac1
Sending a Call Home Alert Group Message Manually
To manually trigger a Call Home alert group message, perform this task:
|
|
|
Step 1
|
Switch#
call-home send alert-group configuration
[
profile
name
]
|
Sends a configuration alert group message to one destination profile if specified, or to all subscribed destination profiles.
|
Switch#
call-home send alert-group diagnostic
{
module
number
|
slot/subslot
|
slot/bay
} [
profile
name
]
|
Sends a diagnostic alert group message to the configured destination profile if specified, or to all subscribed destination profiles. You must specify the module or port whose diagnostic information should be sent.
|
Switch#
call-home send alert-group inventory
[
profile
name
]
|
Sends an inventory alert group message to one destination profile if specified, or to all subscribed destination profiles.
|
When manually sending Call Home alert group messages, note the following guidelines:
-
You can only manually send the configuration, diagnostic, and inventory alert groups.
-
When you manually trigger a configuration, diagnostic, or inventory alert group message and you specify a destination profile name, a message is sent to the destination profile regardless of the profile’s active status, subscription status, or severity setting.
-
When you manually trigger a configuration or inventory alert group message and do not specify a destination profile name, a message is sent to all active profiles that have either a normal or periodic subscription to the specified alert group.
-
When you manually trigger a diagnostic alert group message and do not specify a destination profile name, the command will cause the following actions:
– For any active profile that subscribes to diagnostic events with a severity level of less than minor, a message is sent regardless of whether the module or interface has observed a diagnostic event.
– For any active profile that subscribes to diagnostic events with a severity level of minor or higher, a message is sent only if the specified module or interface has observed a diagnostic event of at least the subscribed severity level; otherwise, no diagnostic message is sent to the destination profile.
This example shows how to send the configuration alert-group message to the destination profile:
Switch# call-home send alert-group configuration
This example shows how to send the diagnostic alert-group message to the destination profile for a specific module, slot/subslot, or slot/bay number.
Switch# call-home send alert-group diagnostic module 3 5/2
This example shows how to send the diagnostic alert-group message to all destination profiles for a specific module, slot/subslot, or slot/bay number.
Switch# call-home send alert-group diagnostic module 3 5/2 profile Ciscotac1
This example shows how to send the inventory call-home message:
Switch# call-home send alert-group inventory
Sending a Request for an Analysis and Report
You can use the
call-home request
command to submit information about your system to Cisco in order to receive helpful information specific to your system. You can request a variety of reports, including security alerts, known bugs, best practices, and command references.
To submit a request for report and analysis information from the Cisco Output Interpreter tool, perform one of these tasks:
|
|
|
|
Switch#
call-home request output-analysis
“
show-command
”
[
profile
name
] [
ccoid
user-id
]
|
Sends the output of the specified show command for analysis. The show command must be contained in quotes (“”).
|
Switch#
call-home request
{
config-sanity
|
bugs-list
|
command-reference
|
product-advisory
}
[
profile
name
] [
ccoid
user-id
]
|
Sends the output of a predetermined set of commands for analysis such as show running-config all, show version, or show module commands. In addition, the call-home request product-advisory command includes all inventory alert group commands.
The keyword specified after the call home request command specifies the type of report required.
|
When manually sending a Call Home report and analysis request, note the following guidelines:
-
If you specify a
profile
name
value, the request is sent to the profile. If you do not specify a profile name, the request is sent to the Cisco TAC profile. The recipient profile does not need to be enabled for the Call Home request. The profile should specify the e-mail address where the transport gateway is configured so that the request message can be forwarded to the Cisco TAC and you can receive the reply from the Smart Call Home service.
-
The
ccoid
user-id
value is the registered identifier of the Smart Call Home user. If you specify a
user-id
, the response is sent to the e-mail address of the registered user. If do not specify a
user-id
, the response is sent to the contact e-mail address of the device.
-
Based on the keyword specifying the type of report requested, the following information is returned:
–
config-sanity
—Information on best practices as related to the current running configuration
–
bugs-list
—Known bugs in the running version and in the currently applied features
–
command-reference
—Reference links to all commands in the running configuration
–
product-advisory
—Product Security Incident Response Team (PSIRT) notices, End of Life (EOL) or End of Sales (EOS) notices, or field notices (FN) that may affect devices in your network
This example shows a request for analysis of a user-specified show command:
Switch# call-home request output-analysis "show diagnostic result module all" profile TG
Sending the Output of a Command
You can use the
call-home send
command to execute a CLI command and e-mail the command output to Cisco or to an e-mail address that you specify.
To execute a CLI command and e-mail the command output, perform this task:
|
|
|
|
Switch#
call-home send
“
command
”
[
email
email-addr
] [
service-number
SR
]
|
Executes the specified CLI command and e-mails the output.
|
When sending the output of a command, note the following guidelines:
-
The specified CLI command can be any run command, including commands for all modules. The command must be contained in quotes (“”).
-
If an e-mail address is specified, the command output will be sent to that address. If no e-mail address is specified, the output will be sent to the Cisco TAC (attach@cisco.com). The e-mail will be sent in long text format with the service number, if specified, in the subject line.
-
The service number is required only if no e-mail address is specified, or if a Cisco TAC e-mail address is specified.
This example shows how to send the output of a CLI command to a user-specified e-mail address:
Switch#
call-home send "show diagnostic result module all" email support@example.com
Configuring and Enabling Smart Call Home
For application and configuration information of the Cisco Smart Call Home service, see the “FastStart” section of the
Smart Call Home User Guide
at this location:
http://www.cisco.com/go/smartcall/
The user guide includes configuration examples for sending Smart Call Home messages directly from your device or through a transport gateway (TG) aggregation point. You can use a TG aggregation point in cases requiring support for multiple devices or in cases where security requirements mandate that your devices may not be connected directly to the Internet.
Because the Smart Call Home service uses HTTPS as the transport method, you must also configure its CA as a trustpoint, as described in the
Smart Call Home User Guide
.