DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 1
Enters call home configuration mode.call-home
Example:
Device(config)# call-home
Step 2
Assigns an email server address and its relative priority among
configured email servers.
mail-server {ipv4-address | name} priority
number
Step 3
Example:
Device(cfg-call-home)# mail-server
stmp.example.com priority 1
Provide either of the following:
• 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).
(Optional) Assigns the email address that appears in the from field in
Call Home email messages. If no address is specified, the contact email
address is used.
sender from email-address
Example:
Device(cfg-call-home)# sender from
username@example.com
Step 4
(Optional) Assigns the email address that appears in the reply-to field
in Call Home email messages.
sender reply-to email-address
Example:
Device(cfg-call-home)# sender reply-to
username@example.com
Step 5
Assigns the source interface name to send call-home messages.
source-interface interface-name
Step 6
Example:
Device(cfg-call-home)# source-interface
loopback1
interface-name—Source interface name. Maximum length is 64.
For HTTP messages, use the ip http client source-interface
interface-name command in global configuration mode to
configure the source interface name. This command allows all
HTTP clients on the device to use the same source interface.
Note
Assigns source IP address to send call-home messages.
source-ip-address ipv4/ipv6 address
Step 7
Cisco cBR Series Converged Broadband Routers Troubleshooting and Network Management Configuration
Guide for Cisco IOS XE Fuji 16.8.x
20
Call Home
Configuring Call Home