DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Router# configure terminal
Step 1
Enters the Call Home configuration submode.
call-home
Example:
Router(config)# call-home
Step 2
Enters the Call Home destination profile configuration
submode for the specified destination profile. If the specified
destination profile does not exist, it is created.
profile name
Example:
Router(config-call-home)# profile profile1
Step 3
(Optional) Enables the message transport method. The
no
option disables the method.
[
no
]
destination transport-method
{
|
http
}
Example:
Router(cfg-call-home-profile)# destination
transport-method email
Step 4
Configures the destination email address or URL to which
Call Home messages are sent.
destination address
{
email email-address
|
http url
}
Example:
Router(cfg-call-home-profile)# destination
address email [email protected]
Step 5
When entering a destination URL, include either
http://
or
https://
, depending on whether the server
is a secure server.
Note
(Optional) Configures a preferred message format. The default
is XML.
destination preferred-msg-format
{
long-text
|
short-text
|
xml
}
Example:
Router(cfg-call-home-profile)# destination
preferred-msg-format xml
Step 6
(Optional) Configures a maximum destination message size
for the destination profile.
destination message-size-limit bytes
Example:
Router(cfg-call-home-profile)# destination
message-size-limit 3145728
Step 7
Enables the destination profile. By default, the profile is
enabled when it is created.
active
Example:
Router(cfg-call-home-profile)# active
Step 8
Configures the type of data to report for a profile. You can
select either to report Smart Call Home data or Smart Licensing
reporting
{
all
|
smart-call-home-data
|
smart-licensing-data
}
Step 9
Cisco CSR 1000v Series Cloud Services Router Software Configuration Guide
238
Configuring Call Home for the Cisco CSR 1000v
Creating a New Destination Profile