Cisco ASA 5505 User Manual

Page 1829

Advertising
background image

80-17

Cisco ASA 5500 Series Configuration Guide using the CLI

Chapter 80 Configuring Anonymous Reporting and Smart Call Home

Configuring Anonymous Reporting and Smart Call Home

Activating and Deactivating a Destination Profile

Smart Call Home destination profiles are automatically activated when you create them. If you do not
want to use a profile right away, you can deactivate the profile.

To activate or deactivate a destination profile, perform this task:

This example shows how to activate a destination profile:

hostname# configure terminal

hostname(config)# call-home

ciscoasa(cfg-call-home)# profile newprofile

ciscoasa(cfg-call-home-profile)# active

ciscoasa(cfg-call-home)# end

This example shows how to deactivate a destination profile:

hostname# configure terminal

hostname(config)# call-home

ciscoasa(cfg-call-home)# profile newprofile

ciscoasa(cfg-call-home-profile)# no active

ciscoasa(cfg-call-home)# end

Command Purpose

Step 1

call-home

Example:

hostname(config)# call-home

Enters call home configuration mode.

Step 2

profile

profile-name

Example:

hostname(cfg-call-home)# profile newprofile

Enters the profile configuration mode.

Creates, edits, or deletes a profile, which can be up
to 20 characters long.

Step 3

active

Example:

ciscoasa(cfg-call-home-profile)# active

Enables or disables a profile. By default, a new
profile is enabled when it is created.

Step 4

no active

Example:

ciscoasa(cfg-call-home-profile)# no active

Disables the destination profile.

Advertising