Purpose
On the ISR G2's, specifically in 15.0 and 15.1 IOS code, a feature was created known as License Call Home. This feature is designed to communicate with the Cisco licensing infrastructure and retrieve the appropriate license for your device. This document describes the steps to implement and use this feature.
Prerequisites
- See the Prerequisites and Restrictions section of the Configuration Guide.
Procedure
1) First, the appropriate certificate will need to be obtained. From a Firefox browser window, navigate to the following site -
https://tools.cisco.com/SWIFT/Licensing/services/callhome
2) Once there, double-click on the gold lock icon in the bottom-right corner of the page.
3) Next, click on the 'Security' section and then 'View Certificate' -
Then, select 'Builtin Object Token ...' and click 'Export...'
4) For 'Save as type', select 'X.509 Certificate with chain(PEM)'.
5) Next, find a base64 encoder. These can be found through searching on Google. Once one is found, encode the certificate you exported using the tool. The first few lines of the encoded certificate should look similar to the following -
-----BEGIN CERTIFICATE-----
MIIDAjCCAmsCEH3Z/gfPqB63EHln+6eJNMYwDQYJKoZIhvcNAQEFBQAwgcExCzAJ
BgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh
6) Use steps 1-2 of the following link to configure the certificate on the router -
http://www.cisco.com/en/US/products/hw/modules/ps2706/products_configuration_example09186a008037d1c8.shtml#steps
7) Once the crypto certificate is configured, issue 'license callhome resend' and the license should be retrieved by the router from the licensing server.