cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4653
Views
0
Helpful
2
Replies

XR Licence Issues

richard.gosling
Level 1
Level 1

Hi All,

We are getting the errors in the log of the ASR9k

A9K-iVRF-LIC    :0/0/CPU0  :Mon Nov 26 10:55:35 2012: license_acquire: opaque_string (null), result('License Manager' detected the 'warning' condition 'Licensed feature does not exist')

A9K-AIP-LIC-B   :0/0/CPU0  :Mon Nov 26 10:55:35 2012: license_acquire: opaque_string (null), result('License Manager' detected the 'warning' condition 'No such license')

A9K-AIP-LIC-E   :0/0/CPU0  :Mon Nov 26 10:55:35 2012: license_acquire: opaque_string (null), result('License Manager' detected the 'warning' condition 'Licensed feature does not exist')

LC/0/7/CPU0:Nov 22 11:43:25.212 : rsi_agent[254]: %LICENSE-ASR9K_LICENSE-2-INFRA_VRF_NEEDED : 1 VRF(s) are configured without a valid license / license configuration A9K-iVRF-LIC in violation of the Software Right To Use Agreement. This feature may be disabled by the system without the appropriate license. Contact Cisco to purchase the license immediately to avoid potential service interruption.

LC/0/0/CPU0:Nov 23 11:38:01.834 : rsi_agent[254]: %LICENSE-ASR9K_LICENSE-2-INFRA_VRF_NEEDED : 1 VRF(s) are configured without a valid license / license configuration A9K-iVRF-LIC in violation of the Software Right To Use Agreement. This feature may be disabled by the system without the appropriate license. Contact Cisco to purchase the license immediately to avoid potential service interruption.

How can I check if the license's are installed correctly in the slots?

Any one have a guide on License's

Many thanks Rich

1 Accepted Solution

Accepted Solutions

mdebraba
Cisco Employee
Cisco Employee

Guide is here:

http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.0/system_management/configuration/guide/b_yc40asr9k.pdf

And to check license status:

admin show license

admin show license allocated

admin show license available

But the messages above indicate something went wrong.  Have you performed any license restore ?  If yes you may have it a bug.  If you still have your .lic files and want to 'start from scratch' you can try the following:

(admin)#clear license
(admin-config)#no license xxx location
(admin-config)#commit

Then re-add the licenses.

View solution in original post

2 Replies 2

mdebraba
Cisco Employee
Cisco Employee

Guide is here:

http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.0/system_management/configuration/guide/b_yc40asr9k.pdf

And to check license status:

admin show license

admin show license allocated

admin show license available

But the messages above indicate something went wrong.  Have you performed any license restore ?  If yes you may have it a bug.  If you still have your .lic files and want to 'start from scratch' you can try the following:

(admin)#clear license
(admin-config)#no license xxx location
(admin-config)#commit

Then re-add the licenses.

Thanks Maxime