Cisco Systems CSR 1000V Network Router User Manual


 
12-37
Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide
OL-27477-07
Chapter 12 Configuring Call Home for the Cisco CSR 1000V
Configuring Diagnostic Signatures
Configuration Examples for Diagnostic Signatures
The following example shows how to enable the periodic downloading request for diagnostic signature
(DS) files. This configuration will send download requests to the service call-home server daily at 2:30
p.m. to check for updated DS files. The transport method is set to HTTP.
Router> enable
Router# configure terminal
Router(config)# service call-home
Router(config)# call-home
Router(cfg-call-home)# contact-email-addr userid@example.com
Router(cfg-call-home)# mail-server 10.1.1.1 priority 4
Router(cfg-call-home)# profile user-1
Router(cfg-call-home-profile)# destination transport-method http
Router(cfg-call-home-profile)# destination address http
https://tools.cisco.com/its/service/oddce/services/DDCEService
Router(cfg-call-home-profile)# subscribe-to-alert-group inventory periodic daily 14:30
Router(cfg-call-home-profile)# exit
Router(cfg-call-home)# diagnostic-signature
Router(cfg-call-home-diag-sign)# profile user1
Router(cfg-call-home-diag-sign)# environment ds_env1 envarval
Router(cfg-call-home-diag-sign)# end
Step 3
profile ds-profile-name
Example:
Router(cfg-call-home-diag-sign)# profile user1
Specifies the destination profile on a device that DS uses.
Step 4
environment ds_env-var-name ds-env-var-value
Example:
Router(cfg-call-home-diag-sign)# environment
ds_env1 envarval
Sets the environment variable value for DS on a device.
Step 5
end
Example:
Router(cfg-call-home-diag-sign)# end
Exits call-home diagnostic signature mode and returns to
privileged EXEC mode.
Step 6
call-home diagnostic-signature {{deinstall |
download} {ds-id | all} | install ds-id}
Example:
Router# call-home diagnostic-signature download
6030
Downloads, installs, and uninstalls diagnostic signature
files on a device.
Step 7
show call-home diagnostic-signature [ds-id [actions
| events | prerequisite | prompt | variables] | failure
| statistics [download]]
Example:
Router# show call-home diagnostic-signature
actions
Displays the call-home diagnostic signature information.
Command or Action Purpose