Configuring Call Home
How to Configure Call Home
9
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
DETAILED STEPS
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
profile name
Example:
Router(config-call-home)# profile profile1
Enters call home destination profile configuration mode for
the specified destination profile name. If the specified
destination profile does not exist, it is created.
Step 4
destination transport-method email
Example:
Router(cfg-call-home-profile)# destination
transport-method email
(Optional) Configures the message transport method for
email. This is the default.
Step 5
destination address email email-address
Example:
Router(cfg-call-home-profile)# destination
address email myaddress@example.com
(Required) Configures the destination e-mail address to
which Call Home messages are sent.
Step 6
destination preferred-msg-format {long-text |
short-text | xml}
Example:
Router(cfg-call-home-profile)# destination
preferred-msg-format xml
(Optional) Configures a preferred message format. The
default is XML.
Step 7
destination message-size bytes
Example:
Router(cfg-call-home-profile)# destination
message-size 3145728
(Optional) Configures a maximum destination message size
(from 50 to 3145728 bytes) for the destination profile. The
default is 3145728 bytes.
Step 8
active
Example:
Router(cfg-call-home-profile)# active
(Optional) Enables the destination profile. By default, a
user-defined profile is enabled when it is created.