7-6
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-10
Chapter 7 Configuring Call Home
How to Configure Call Home
•
Configuring a Destination Profile for E-mail, page 7-7
•
Configuring Other Email Options, page 7-9
Configuring the Mail Server
To use the e-mail message transport, you must configure at least one Simple Mail Transfer Protocol
(SMTP) e-mail server address. You can specify up to four backup e-mail servers, for a maximum of five
total mail-server definitions.
Consider the following guidelines when configuring the mail server:
•
Backup e-mail servers can be defined by repeating the
mail-server
command using different priority
numbers.
•
The
mail-server priority
number
parameter can be configured from 1 to 100. The server with the
highest priority (lowest priority number) is tried first.
SUMMARY STEPS
1.
configure terminal
2.
call-home
3.
mail-server
{
ipv4-address | name
}
priority
number
DETAILED STEPS
Example:
The following example shows the configuration of a primary mail server (named “smtp.example.com”)
and secondary mail server at IP address 192.168.0.1:
Router#
configure terminal
Command or Action
Purpose
Step 1
configure terminal
Example:
Router#
configure terminal
Enters global configuration mode.
Step 2
call-home
Example:
Router(config)#
call-home
Enters call home configuration mode.
Step 3
mail-server
{
ipv4-address
|
name
}
priority
number
Example:
Router(cfg-call-home)#
mail-server
stmp.example.com priority 1
Specifies an e-mail server and its relative priority among
configured e-mail servers, where:
•
ipv4-address
—Specifies the IPv4 address of the mail
server.
•
name
—Specifies the mail server’s fully qualified
domain name (FQDN) of 64 characters or less.
•
number
—Assigns a number between 1 (highest
priority) and 100 (lowest priority).