12-17
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
OL-27477-07
Chapter12 Configuring Call Home for the Cisco CSR 1000V
How to Configure Call Home
Configuring Snapshot Command List
To configure the snapshot command list, perform the following steps:
SUMMARY STEPS
1. configure terminal
2. call-home
3. [no | default] alert-group-config snapshot
4. [no | default] add-command command string
5. end
DETAILED STEPS
Command or Action Purpose
Step1 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step2 call-home
Example:
Router(config)# call-home
Enters Call Home configuration submode.
Step3 [no | default] alert-group-config snapshot
Example:
Router(cfg-call-home)# alert-group-config snapshot
Enters snapshot configuration mode.
The no or default command will remove
all snapshot command.
Step4 [no | default] add-command command string
Example:
Router(cfg-call-home-snapshot)# add-command “show version”
Adds the command to the Snapshot alert
group. The no or default command will
remove the corresponding command.
command string—IOS command.
Maximum length is 128.
Step5 end
Example:
Router(cfg-call-home-snapshot)# end
Exits and saves the configuration.