1-14
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring Anonymous Reporting and Smart Call Home
Configuring Anonymous Reporting and Smart Call Home
ciscoasa(cfg-call-home)# contract-id contract1234
Configuring the Mail Server
We recommend that you use HTTPS for message transport because it is the most secure. However, you
can configure an e-mail destination for Smart Call Home and then configure the mail server to use the
e-mail message transport.
To configure the mail server, perform the following steps:
Example
The following example shows how to configure a primary mail server (named”smtp.example.com”) and
a secondary mail server at IP address 10.10.1.1:
hostname(config)# call-home
ciscoasa(cfg-call-home)# mail-server smtp.example.com priority 1
ciscoasa(cfg-call-home)# mail-server 10.10.1.1 priority 2
ciscoasa(cfg-call-home)# exit
hostname(config)#
Command Purpose
Step 1
call-home
Example:
hostname(config)# call-home
Enters call-home configuration mode.
Step 2
mail-server ip-address name priority [1-100] [all]
Example:
hostname(cfg-call-home)# mail-server 10.10.1.1
smtp.example.com priority 1
Specifies the SMTP mail server. You can specify up
to five mail servers, using five separate commands.
You must configure at least one mail server for using
e-mail transport of Smart Call Home messages.
The lower the number, the higher the priority of the
mail server.
The ip-address argument can be an IPv4 or IPv6
mail server address.