2019/07/19

Cisco Router License-key Installation(ISR G2)

1. Copy the License-key to Router's flash memory.

yourname#copy tftp: flash:
Address or name of remote host []? 3.3.3.1
Source filename []? FGL172323QQ_20130711230513047.lic
Destination filename [FGL172323QQ_20130711230513047.lic]?
Accessing tftp://3.3.3.1/FGL172323QQ_20130711230513047.lic...
Loading FGL172323QQ_20130711230513047.lic from 3.3.3.1 (via GigabitEthernet0/0): !
[OK - 1154 bytes]
1154 bytes copied in 0.572 secs (2017 bytes/sec)


2. Check the License-key that was copied.

yourname#dir flash:
Directory of flash0:/
    1  -rw-    68831808   Jun 7 2013 02:10:16 +00:00  c1900-universalk9-mz.SPA.152-4.M3.bin
    2  -rw-        3064   Jun 7 2013 02:18:06 +00:00  cpconfig-19xx.cfg
    3  drw-           0   Jun 7 2013 02:18:18 +00:00  ccpexp
  239  -rw-        2464   Jun 7 2013 02:20:00 +00:00  home.shtml
  240  -rw-        1154  Jul 12 2013 06:06:02 +00:00  FGL172323QQ_20130711230513047.lic
256487424 bytes total (185470976 bytes free)


3. Install the License-key using the license install Command.

yourname#license install flash:FGL172323QQ_20130711230513047.lic
Installing licenses from "flash:FGL172323QQ_20130711230513047.lic"
Installing...Feature:securityk9...Successful:Supported
1/1 licenses were successfully installed
0/1 licenses were existing licenses
0/1 licenses were failed to install
*Jul 12 06:06:13.743: %LICENSE-6-INSTALL: Feature securityk9 1.0 was installed in this device. UDI=CISCO1941/K9:FGL172323QQ; StoreIndex=1:Primary License Storage
*Jul 12 06:06:14.019: %IOS_LICENSE_IMAGE_APPLICATION-6-LICENSE_LEVEL: Module name = c1900 Next reboot level = securityk9 and License = securityk9


4. Check the Installation outcome using the show license Command.

yourname#sh license
Index 1 Feature: ipbasek9
        Period left: Life time
        License Type: Permanent
        License State: Active, In Use
        License Count: Non-Counted
        License Priority: Medium
Index 2 Feature: securityk9
        Period left: Life time
        License Type: Permanent
        License State: Active, Not in Use
        License Count: Non-Counted
        License Priority: Medium


5. Reboot the router.

yourname#reload


No comments:

Post a Comment