7-29
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-10
Chapter 7 Configuring Call Home
How To Configure Call Home to Support the Smart Call Home Service
Examples
The following example shows the configuration for declaring and authenticating the Cisco server
security certificate:
Router#
configure terminal
Router(config)#
crypto pki trustpoint cisco
Router(ca-trustpoint)#
enrollment terminal
Router(ca-trustpoint)#
exit
Router(config)#
crypto pki authenticate cisco
Enter the base 64 encoded CA certificate.
End with a blank line or the word "quit" on a line by itself
MIIDAjCCAmsCEH3Z/gfPq6eJNMYwDQYJKoZIhvcNAQEFBQAwgcExCzAJ
BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh
c3MgMyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy
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.
Command or Action
Purpose