NETWORK ENGINEER BLOG

Tips and Reviews for Engineers

ASR1001 Evaluation ライセンスインストール手順

Cisco ASR1001 へ Evaluation ラインセスをインストールする際の手順になります。

"show license"コマンドで、現在有効になっているライセンスを確認します。

ASR#show license
License Store: Primary License Storage
StoreIndex:  0  Feature: ipbase                            Version: 1.0
        License Type: Permanent
        License State: Active, In Use
        License Count: Non-Counted
        License Priority: Medium

"show license feature"コマンドで、現在有効になっている feature を確認します。

ASR#show license feature
Feature name        Enforcement   Evaluation  Clear Allowed  Enabled
adventerprise       yes           no          yes            no
advipservices       yes           no          yes            no
ipbase              no            no          yes            yes
throughput          yes           no          yes            no
internal_service    yes           no          yes            no
sw_redundancy       yes           no          yes            no
ipsec               yes           no          yes            no
firewall            yes           no          yes            no
fpi                 yes           no          yes            no
fwnat_red           yes           no          yes            no
lawful_intr         yes           no          yes            no
broadband           yes           no          yes            no
broadband_4k        yes           no          yes            no
broadband_16k       yes           no          yes            no
broadband_32k       yes           no          yes            no
cube_250            yes           no          yes            no
cube_250_red        yes           no          yes            no
cube_2k             yes           no          yes            no
cube_4k             yes           no          yes            no
cube_16k            yes           no          yes            no
cube_32k            yes           no          yes            no
cube_lab            yes           no          yes            no
cube_lab_red        yes           no          yes            no
cube_video_b2btp    yes           no          yes            no
cube_video_b2btp_redyes           no          yes            no
cube_ent_100        yes           no          yes            no
cube_ent_100_red    yes           no          yes            no
avc                 yes           no          yes            no
nat64_stateful_2m   yes           no          yes            no
gtp_addon_aic       yes           no          yes            no

"show license udi"コマンドで、PID と SN を確認します。

ASR#show license udi
Device# PID                     SN                      UDI
--------------------------------------------------------------------------------
*0      ASR1001                 XXXXXXXXXXX             ASR1001:XXXXXXXXXXX

下記の URL から Product License Registration サイトへアクセスします。
https://tools.cisco.com/SWIFT/LicensingUI/demoPage

GET DEMO をクリックします。
f:id:FriendsNow:20130113234046p:plain

ASR 1000 Evaluation をクリックします。
f:id:FriendsNow:20130113234105p:plain

"show license udi"で出力した PID と SN を入力し[Next]をクッリクします。
f:id:FriendsNow:20130113234124p:plain

ダウンロードした .lic ファイルを ASR へコピーします。

ASR#copy ftp bootflash:
Address or name of remote host [192.168.1.100]?
Source filename [XXXXXXXXXXX_20121106233144207.lic]?
Destination filename [XXXXXXXXXXX_20121106233144207.lic]?
Accessing ftp://192.168.1.100/XXXXXXXXXXX_20121106233144207.lic...
Loading XXXXXXXXXXX_20121106233144207.lic !
[OK - 1235/4096 bytes]

1235 bytes copied in 6.090 secs (203 bytes/sec)

"license install"コマンドで、.lic ファイルをインストールします。

ASR#license install file bootflash:XXXXXXXXXXX_20121106233144207.lic

Extension and evaluation licenses are being installed in the device with
UDI "ASR1001:XXXXXXXXXXX" for the following feature(s):

        Feature Name: adventerprise

PLEASE  READ THE  FOLLOWING TERMS  CAREFULLY. INSTALLING THE LICENSE OR
LICENSE  KEY  PROVIDED FOR  ANY CISCO  PRODUCT  FEATURE  OR  USING SUCH
PRODUCT  FEATURE  CONSTITUTES  YOUR  FULL ACCEPTANCE  OF  THE FOLLOWING
TERMS. YOU MUST NOT PROCEED FURTHER IF YOU ARE NOT WILLING TO  BE BOUND
BY ALL THE TERMS SET FORTH HEREIN.

You hereby  acknowledge  and  agree that  the  product feature  license
is terminable and that the product  feature  enabled  by  such  license
may  be  shut  down or  terminated by  Cisco  after  expiration of  the
applicable  term  of  the license  (e.g., 30-day  trial  period). Cisco
reserves the  right to terminate or shut down  any such product feature
electronically  or by  any other  means available. While alerts or such
messages  may  be provided, it is  your sole  responsibility to monitor
your terminable  usage of any  product  feature enabled by  the license
and to ensure that your systems and  networks are prepared for the shut
down of the product feature. You acknowledge  and agree that Cisco will
not have any liability  whatsoever for  any damages, including, but not
limited to, direct, indirect, special, or consequential damages related
to any product  feature  being shutdown or terminated. By clicking  the
"accept" button  or typing "yes" you are  indicating  you have read and
agree to be bound by all the terms provided herein.

ACCEPT? (yes/[no]): yes
Installing...Feature:adventerprise...Successful:Supported
1/1 licenses were successfully installed
0/1 licenses were existing licenses
0/1 licenses failed to install

ASR#
%IOS_LICENSE_IMAGE_APPLICATION-6-LICENSE_LEVEL: SIP0: licensed: Module name = asr1001 Next reboot level = adventerprise and License = adventerprise
%LICENSE-6-EULA_ACCEPTED: SIP0: licensed: EULA for feature adventerprise 1.0 has been accepted in this device, UDI=ASR1001:XXXXXXXXXXX, StoreIndex=1:Primary License Storage
%LICENSE-6-INSTALL: SIP0: licensed: Feature adventerprise 1.0 was installed in this device, UDI=ASR1001:XXXXXXXXXXX, StoreIndex=1:Primary License Storage

"show licese"で確認すると、adventerprise が追加されています。

ASR#show license
License Store: Primary License Storage
StoreIndex:  0  Feature: ipbase                            Version: 1.0
        License Type: Permanent
        License State: Active, In Use
        License Count: Non-Counted
        License Priority: Medium
License Store: Primary License Storage
StoreIndex:  1  Feature: adventerprise                     Version: 1.0
        License Type: Evaluation
        License State: Active, Not in Use, EULA accepted
            Evaluation total period:  8 weeks  4 days
            Evaluation period left:  8 weeks  4 days
        License Count: Non-Counted
        License Priority: Low

"license boot module"コマンドで、adventerprise で起動するように指定し、再起動します。

ASR(config)#license boot module asr1001 group all level adventerprise
ASR(config)#end
ASR#reload
Proceed with reload? [confirm]

"show license"で確認すると、adventerprise の state が"In Use"へ更新されています。

ASR#show license
License Store: Primary License Storage
StoreIndex:  0  Feature: ipbase                            Version: 1.0
        License Type: Permanent
        License State: Active, Not in Use
        License Count: Non-Counted
        License Priority: Medium
License Store: Primary License Storage
StoreIndex:  1  Feature: adventerprise                     Version: 1.0
        License Type: Evaluation
        License State: Active, In Use
            Evaluation total period:  8 weeks  4 days
            Evaluation period left:  8 weeks  3 days
            Expiry date: Sun Jan  6 00:37:14 2013
        License Count: Non-Counted
        License Priority: Low

"show license feature"を確認すると、adventerprise が Enable となっています。

ASR#show license feature
Feature name        Enforcement   Evaluation  Clear Allowed  Enabled
adventerprise       yes           no          yes            yes
advipservices       yes           no          yes            no
ipbase              no            no          yes            no
throughput          yes           no          yes            no
internal_service    yes           no          yes            no
sw_redundancy       yes           no          yes            no
ipsec               yes           no          yes            no
firewall            yes           no          yes            no
fpi                 yes           no          yes            no
fwnat_red           yes           no          yes            no
lawful_intr         yes           no          yes            no
broadband           yes           no          yes            no
broadband_4k        yes           no          yes            no
broadband_16k       yes           no          yes            no
broadband_32k       yes           no          yes            no
cube_250            yes           no          yes            no
cube_250_red        yes           no          yes            no
cube_2k             yes           no          yes            no
cube_4k             yes           no          yes            no
cube_16k            yes           no          yes            no
cube_32k            yes           no          yes            no
cube_lab            yes           no          yes            no
cube_lab_red        yes           no          yes            no
cube_video_b2btp    yes           no          yes            no
cube_video_b2btp_redyes           no          yes            no
cube_ent_100        yes           no          yes            no
cube_ent_100_red    yes           no          yes            no
avc                 yes           no          yes            no
nat64_stateful_2m   yes           no          yes            no
gtp_addon_aic       yes           no          yes            no

以上