80-18
Cisco ASA 5500 Series Configuration Guide using the CLI
Chapter80 Configuring Anonymous Reporting and Smar t Call Home
Configuring Anonymous Reporting and Smart Call Home
Copying a Destination Profile
To create a new destination profile by copying an existing profile, perform this task:
This example shows how to copy an existing profile:
hostname# configure terminal
hostname(config)# call-home
ciscoasa(cfg-call-home)# profile newprofile
ciscoasa(cfg-call-home-profile)# copy profile profile1 profile2
Renaming a Destination Profile
To change the name of an existing profile, perform this task:
This example shows how to rename an existing profile:
hostname# configure terminal
hostname(config)# call-home
ciscoasa(cfg-call-home)# profile newprofile
Command Purpose
Step1 call-home
Example:
hostname(config)# call-home
Enters call home configuration mode.
Step2 profile profilename
Example:
ciscoasa(cfg-call-home)# profile newprofile
Specifies the profile to copy.
Step3 copy profile src-profile-name dest-profile-name
Example:
ciscoasa(cfg-call-home)# copy profile profile1
profile2
Copies the content of an existing profile
(src-profile-name, which can be up to 23 characters
long) to a new profile (dest-profile-name, which can
be up to 23 characters long).
Command Purpose
Step1 call-home
Example:
hostname(config)# call-home
Enters call home configuration mode.
Step2 profile profilename
Example:
ciscoasa(cfg-call-home)# profile newprofile
Specifies the profile to rename.
Step3 rename profile src-profile-name dest-profile-name
Example:
ciscoasa(cfg-call-home)# rename profile profile1
profile2
Changes the name of an existing profile, the
src-profile-name (an existing profile name can be up
to 23 characters long), and the dest-profile-name (a
new profile name can be up to 23 characters long).