cisco 導入lincense文件
1.登陸設備 輸入show license udi
記錄到PID, SN,UDI信息
2.訪問思科網站https://tools.cisco.com/SWIFT/LicensingUI/Quickstart#. 輸入上述信息及購買的PAK號
3.將從思科獲取到的License .lic文件導入設備中
tftp上傳.lic文件
Example:
Router#copy tftp flash:
Address or name of remote host [ ]? 10.0.0.1
Source filename [ ]? uck9_license.lic
Destination filename [uck9_license.lic]?
Accessing tftp://172.20.244.138/uck9_license.lic...
Loading uck9_license.lic from 172.20.244.138 (via GigabitEthernet1/0/1): !
[OK - 1161 bytes]
安裝.lic文件
Note: while the show flash: command now lists the file in the flash, it has not yet been installed. The license install command must be used to install the license.
Example:
Router#license install flash:uck9_license.lic
Installing licenses from "flash:uck9_license.lic"
Installing...Feature:uck9...Successful:Supported
1/1 licenses were successfully installed
0/1 licenses were existing licenses
0/1 licenses were failed to install
reload重啟設備,enable許可 show ver 查看授權
本文出自 “hhslinux” 博客,謝絕轉載!
cisco 導入lincense文件