12-24
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 Call Home Data Privacy
The data-privacy command scrubs data, such as IP addresses, from running configuration files to
protect the privacy of customers. Enabling the data-privacy command can affect CPU utilization when
scrubbing a large amount of data. Currently, show command output is not being scrubbed except for
configuration messages in the show running-config all and show startup-config data.
SUMMARY STEPS
1. configure terminal
2. call-home
3. data-privacy {level {normal | high} | hostname}
DETAILED STEPS
Command or Action Purpose
Step1 configure terminal
Example:
Router# configure terminal
Enters configuration mode.
Step2 call-home
Example:
Router(config)# call-home
Enters the Call Home configuration submode.
Step3 data-privacy {level {normal | high} | hostname}
Example:
Router(cfg-call-home)# data-privacy level high
Scrubs data from running configuration file to protect the
privacy of the user. The default data-privacy level is normal.
Note Enabling the data-privacy command can affect CPU
utilization when scrubbing a large amount of data.
normal—Scrubs all normal-level commands.
high—Scrubs all normal-level commands plus the IP
domain name and IP address commands.
hostname—Scrubs all high-level commands plus the
hostname command.
Note Scrubbing the hostname from configuration
messages can cause Smart Call Home processing
failure on some platforms.