![Cisco ASR1002 - ASR 1002 Router Software Configuration Manual Download Page 288](http://html.mh-extra.com/html/cisco/asr1002-asr-1002-router/asr1002-asr-1002-router_software-configuration-manual_66731288.webp)
Configuring Call Home
How To Configure Call Home to Support the Smart Call Home Service
32
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
Router#
configure terminal
Enters global configuration mode.
Step 2
crypto pki trustpoint
name
Example:
Router(config)#
crypto pki trustpoint cisco
Declares a CA trustpoint on your router and enters CA
trustpoint configuration mode.
Step 3
enrollment terminal
Example:
Router(ca-trustpoint)#
enrollment terminal
Specifies a manual cut-and-paste method of certificate
enrollment.
Step 4
exit
Example:
Router(ca-trustpoint)#
exit
Exits CA trustpoint configuration mode and returns to
global configuration mode.
Step 5
crypto pki authenticate
name
Example:
Router(config)#
crypto pki authenticate cisco
Authenticates the named CA.
Note
The CA name should match the
name
specified in
the
crypto pki trustpoint
command.
Step 6
At the prompt, paste the security certificate text.
Example:
Enter the base 64 encoded CA certificate.
End with a blank line or the word "quit" on a
line by itself
<Paste certificate text here>
Specifies the security certificate text.
Step 7
quit
Example:
quit
Specifies the end of the security certificate text.
Step 8
yes
Example:
% Do you accept this certificate? [yes/no]: yes
Confirms acceptance of the entered security certificate.
Step 9
end
Example:
Router#
end
Exits global configuration mode and returns to privileged
EXEC mode.
Step 10
copy running-config startup-config
Example:
Router#
copy running-config startup-config
Saves the configuration to NVRAM.