SUMMARY STEPS
1.
configure terminal
2.
call-home
3.
alert-group
{
all
|
configuration
|
environment
|
inventory
|
syslog
| crash | snapshot}
4.
profile name
5.
subscribe-to-alert-group configuration
[
periodic
{
daily hh:mm
|
monthly date hh:mm
|
weekly day
hh:mm
}]
6.
subscribe-to-alert-group inventory [periodic {daily hh:mm | monthly date hh:mm | weekly day hh:mm}]
7.
subscribe-to-alert-group syslog
[
severity
{
catastrophic
|
disaster
|
fatal
|
critical
|
major
|
minor
|
warning
|
notification
|
normal
|
debugging
}][
pattern string
]
8.
subscribe-to-alert-group crash
9.
subscribe-to-alert-group snapshot
[
periodic
{
daily hh:mm
|
hourly mm
|
interval mm
|
monthly date
hh:mm
|
weekly day hh:mm
}]
10.
end
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Router# configure terminal
Step 1
Enters Call Home configuration submode.
call-home
Example:
Router(config)# call-home
Step 2
Enables the specified alert group. Use the keyword all to enable
all alert groups. By default, all alert groups are enabled.
alert-group
{
all
|
configuration
|
environment
|
inventory
|
syslog
| crash | snapshot}
Example:
Router(cfg-call-home)# alert-group all
Step 3
Enters Call Home destination profile configuration submode for
the specified destination profile.
profile name
Example:
Router(cfg-call-home)# profile profile1
Step 4
Subscribes this destination profile to the Configuration alert group.
The Configuration alert group can be configured for periodic
notification, as described in
Periodic Notification, on page 244
.
subscribe-to-alert-group configuration
[
periodic
{
daily hh:mm
|
monthly date hh:mm
|
weekly day
hh:mm
}]
Example:
Router(cfg-call-home-profile)#
Step 5
Cisco CSR 1000v Series Cloud Services Router Software Configuration Guide
242
Configuring Call Home for the Cisco CSR 1000v
Subscribing to Alert Groups