1-10
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring Anonymous Reporting and Smart Call Home
Configuring Anonymous Reporting and Smart Call Home
Configuring Alert Group Subscription
When you subscribe a destination profile to the Configuration, Inventory, Telemetry, or Snapshot alert
groups, you can choose to receive the alert group messages asynchronously or periodically at a specified
time.
To subscribe a destination profile to an alert group, perform the following steps:
Detailed Steps
Command Purpose
Step 1
call-home
Example:
hostname(config) # call-home
Enters call-home configuration mode.
Step 2
alert-group {all | configuration | diagnostic |
environment | inventory | syslog}
Example:
ciscoasa(cfg-call-home)# alert-group syslog
Enables the specified Smart Call Home alert group.
Use the all keyword to enable all alert groups. By
default, all alert groups are enabled.
Step 3
profile profile-name
Example:
hostname(cfg-call-home)# profile CiscoTAC-1
Enters the profile configuration submode for the
specified destination profile.
Note This is the same profile that you used in the
“Enabling Smart Call Home” section on
page 1-7.
Step 4
subscribe-to-alert-group all
Example:
hostname(cfg-call-home-profile)#
subscribe-to-alert-group all
Subscribes to all available alert groups.
Step 5
subscribe-to-alert-group configuration periodic
{daily hh:mm | monthly date hh:mm | weekly day
hh:mm}
Example:
hostname(cfg-call-home-profile)#
subscribe-to-alert-group configuration periodic
weekly Wednesday 23:30
Subscribes this destination profile to the
configuration alert group.
The periodic keyword configures the configuration
alert group for periodic notification. The default
period is daily.
The daily keyword specifies the time of the day to
send, using an hour:minute format hh:mm, with a
24-hour clock (for example, 14:30).
The weekly keyword specifies 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).
The monthly keyword specifies the numeric date,
from 1 to 31, and the time of day, in the format date
hh:mm.