7-17
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-10
Chapter 7 Configuring Call Home
How to Configure Call Home
To subscribe a destination profile to one or more alert groups, complete the following steps:
SUMMARY STEPS
1.
configure terminal
2.
call-home
3.
alert-group
{
all
|
configuration
|
environment
|
inventory
|
syslog
}
4.
profile
name
5.
subscribe-to-alert-group all
6.
subscribe-to-alert-group configuration
[
periodic
{
daily
hh
:
mm
|
monthly
date hh
:
mm
|
weekly
day hh
:
mm
}]
7.
subscribe-to-alert-group diagnostic
[
severity
{
catastrophic
|
critical
|
debugging
|
disaster
|
fatal
|
major
|
minor
|
normal
|
notification
|
warning
}]
8.
subscribe-to-alert-group environment
[
severity
{
catastrophic
|
critical
|
debugging
|
disaster
|
fatal
|
major
|
minor
|
normal
|
notification
|
warning
}]
9.
subscribe-to-alert-group inventory
[
periodic
{
daily
hh
:
mm
|
monthly
date hh
:
mm
|
weekly
day
hh
:
mm
}]
10.
subscribe-to-alert-group syslog
[
severity
{
catastrophic
|
critical
|
debugging
|
disaster
|
fatal
|
major
|
minor
|
normal
|
notification
|
warning
}] [
pattern
string
]
11.
exit
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
alert-group
{
all
|
configuration
|
environment
|
inventory
|
syslog
}
Example:
Router(cfg-call-home)#
alert-group all
Enables the specified alert group. Use the
all
keyword to enable all alert groups. By default, all
alert groups are enabled.
Step 4
profile
name
Example:
Router(cfg-call-home)#
profile profile1
Enters call home destination profile configuration
mode for the specified destination profile.