12-18
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
OL-27477-07
Chapter12 Configuring Call Home for the Cisco CSR 1000V
How to Configure Call Home
Configuring General email Options
To use the email message transport, you must configure at least one Simple Mail Transfer Protocol
(SMTP) email server address. You can configure the from and reply-to email addresses, and you can
specify up to four backup email servers.
Note the following guidelines when configuring general email options:
Backup email 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.
To configure general email options, perform the following steps:
SUMMARY STEPS
1. configure terminal
2. call-home
3. mail-server {[ipv4-address | ipv6-address] | name} priority number
4. sender from email-address
5. sender reply-to email-address
6. source-interface interface-name
7. source-ip-address ipv4/ipv6 address
8. vrf vrf-name
DETAILED STEPS
Command or Action Purpose
Step1 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step2 call-home
Example:
Router(config)# call-home
Enters Call Home configuration submode.
Step3 mail-server {[ipv4-address | ipv6-address] | name}
priority number
Example:
Router(cfg-call-home)# mail-server
stmp.example.com priority 1
Assigns an email server address and its relative priority
among configured email servers.
Provide either of these:
The email server’s IP address or
The email server’s fully qualified domain name
(FQDN) of 64 characters or less.
Assign a priority number between 1 (highest priority) and
100 (lowest priority).