Cisco IOS Software Activation Command Reference
clear license agent : to clear license agent statistics counters or connection statistics (in privileged EXEC mode)
debug license : to enable controlled Cisco IOS software license debugging activity on a device (in privileged EXEC mode)
no debug license
license accept end user agreement : to accept the end-user license agreement(EULA) for all Cisco IOS software and features at one time (in global configuration mode)
license agent default : to configure license agent authentication (in global configuration mode)
license agent listener : to configure the path that the license agent authentication monitors (in global configuration mode)
no license agent listener
license agent max-session : to limit the number of HTTP sessions to the license agent (in global configuration mode)
no license agent max-sessions
license agent notify : to specify the URL to send license agent notifications (in global configuration mode)
no license agent notify
license boot level : to boot a new software license on switching platforms (in global configuration mode)
no license boot level
license boot module : to boot a new software license on routing platforms (in global configuration mode)
no license boot module
license call-home install pak : to install a license by using a product authorization key (PAK) and the Cisco License Call Home feature (in privileged EXEC mode)
license call-home resend : to request a license be re-sent by using the Cisco License Call Home feature (in privileged EXEC mode)
license call-home revoke : to rehost (revoke and transfer) a license by using unique device identifiers (UIDs) and the cISCO license Call Home feature (in privileged EXEC mode)
license call-home url : to configure a new URL for accessing the Cisco licensing infrastructure (in global configuration mode)
no license call-home url
license clear : to remove a license entry from license storage (in privileged EXEC mode)
license comment : to add or remove a comment about a feature license (in privileged EXEC mode)
license expand nvram : to expand the memory allocation for license storage in NVRAM for Cisco 2800 and Cisco 3800 series integrated services router platforms (in privileged EXEC mode)
license feature : to activate the specified license feature (in global configuration mode)
no license feature
license feture snasw : to activate the SNA Switching (SNASw) feature license (in global configuration mode)
no license feature snasw
license install : to install a stored license file (in privileged EXEC mode)
licese modify priority : to modify a license (in privileged EXEC mode)
license purge : to purge unneeded licenses (licenses that are not associated with the current chassis unique device identifier [UDI]) (in privileged EXEC mode)
license revoke : to revoke a software license from one device and transfer it to another (in privileged EXEC mode)
license right-to-use deactivate : to deactivate a license level on a switch
license save : to save a copy of a permanent license in a Cisco IOS device to a specified license file (in privileged EXEC mode)
license save credential : to save the identity information associated with a device to a specified URL (in privileged EXEC mode)
license right-to-used activate : to activate a license level on a switch
show license : to display information about a Cisco IOS software license (in privileged EXEC mode)
show license call-home : to display the stock keeping unit (SKU) list and features available in a product authorization key(PAK) (in privileged EXEC mode)
show license statistics : to display license statistics information (in privileged EXEC mode)
show subsys license : to display the subsystem running for a feature set (in user EXEC or privileged EXEC mode)
snmp-server enable traps : to enable all Simple Network Management Protocol(SNMP) notification types that are available on your system (in global configuration mode)
no snmp-server enable traps
snmp-server host : to specify the recipient of a Simple Network Management Protocl 9SNMP) notification operation (in global configuration mode)
no snmp-server host
show license right-to-use : to display information about right-to-use licenses and their states on the switches (in privileged EXEC mode)
Cisco IOS Software Activation Command Reference的更多相关文章
- Cisco IOS basic system management command reference
absolute : to specify an absolute time for a time-range (in time-range configuration mode) no absolu ...
- Cisco IOS Security command Guide
copy system:running-config nvram:startup-config : to save your configuration changes to the startup ...
- Cisco IOS debug command reference Command A through D
debug aaa accounting through debug auto-config debug aaa accounting : to display information on acco ...
- Cisco IOS Debug Command Reference I through L
debug iapp through debug ip ftp debug iapp : to begin debugging of IAPP operations(in privileged EXE ...
- Cisco IOS Debug Command Reference Command E through H
debug eap through debug he-module subslot periodic debug eap : to display information about Extensib ...
- Cisco IOS Basic CLI Configuration : Switch Port Command
Cisco IOS Basic CLI Configuration : Switch Port Command 1. Basic Switch>en Switch#conf t Enter c ...
- An Overview of Cisco IOS Versions and Naming
An Overview of Cisco IOS Versions and Naming http://www.ciscopress.com/articles/article.asp?p=210654 ...
- Cisco IOS images
Cisco IOS images for Dynamips - GNS3http://docs.gns3.com/1-kBrTplBltp9P3P-AigoMzlDO-ISyL1h3bYpOl5Q8m ...
- Cisco IOS和IOS XE 新漏洞检测与修复
Cisco IOS/IOS XE 新漏洞检测与修复 CVE-2018-0150 Cisco IOS XE 存在默认弱口令 漏洞影响: 默认弱口令可以导致攻击者直远程登录控制Cisco设备.受影响版本, ...
随机推荐
- centos JDK安装
第一步:查看Linux自带的JDK是否已安装 (卸载centOS已安装的1.4) 安装好的CentOS会自带OpenJdk,用命令 java -version ,会有下面的信息: java versi ...
- 【图像处理Matlab】2 灰度变换 imadjust stretchlim
f=imread('123.tif'); % 读入一幅图片 g=imadjust(f,[ ],[ ]); % 负片显示 [imadjust] imadjust(f, [low_in high_in], ...
- widnow.open
http://blog.csdn.net/chenyanggo/article/details/7443051
- 经验解决Fragment被Replace后仍旧可见的问题
经验解决Fragment被Replace后仍旧可见的问题 网上问的问题,大多会提到替换了Fragment而发现之前被替换的仍旧显示在那里.我个人使用android 2.3 +support 开发包,在 ...
- iOS 静态类库 打包 C,C++文件及和OC混编
iOS 静态类库 编译 C,C++ 我们都知道,OC 原生支持C, 在 创建的 OC类的 .m 里面,可以直接编写C的代码: 同样 Xcode 也支持 OC ,C++的混编,此时,我们通常把OC创建的 ...
- 腾讯云centos 7部署 dotnetcore+Angular2 实践
版权声明:本文由屈政斌原创文章,转载请注明出处: 文章原文链接:https://www.qcloud.com/community/article/239 来源:腾云阁 https://www.qclo ...
- ajax正确的简单封装“姿势”
window.meng = window.meng || {}; (function ($) { function getAjaxDate(url, apikey) { var datas; $.aj ...
- css3制作滚动按钮
1,中间圆点用到css3的gradient属性 2,运动用到css3的transition属性 3,需要写各个浏览器的兼容 代码如下 <!DOCTYPE html> <html la ...
- (01)odoo8.0_Ubuntu14.04源码安装
作者:陈伟明联系 : QQ 942923305 | 微信 toby942923305E-mail: toby2chen@hotmail.com============================ ...
- cmd界面的编码如何改为utf8
在中文Windows系统中,如果一个文本文件是UTF-8编码的,那么在CMD.exe命令行窗口(所谓的DOS窗口)中不能正确显示文件中的内容.在默认情况下,命令行窗口中使用的代码页是中文或者美国的,即 ...