![Cisco ASR1002 - ASR 1002 Router Скачать руководство пользователя страница 263](http://html.mh-extra.com/html/cisco/asr1002-asr-1002-router/asr1002-asr-1002-router_software-configuration-manual_66731263.webp)
Configuring Call Home
How to Configure Call Home
7
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
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
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
call-home
Router(cfg-call-home)#
mail-server smtp.example.com priority 1
Router(cfg-call-home)#
mail-server 192.168.0.1 priority 2
Router(cfg-call-home)#
exit
Router(config)#
Associating the Management Interface VRF With Call Home
The Call Home feature requires the management interface VRF (Mgmt-intf) to provide e-mail messaging
support. If you have not configured the management interface VRF, see the
“Configuring the
Management Interface VRF” section on page 4
.
To associate the management interface VRF with Call Home, complete the following steps:
SUMMARY STEPS
1.
configure terminal
2.
call-home
3.
vrf Mgmt-intf
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).