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的更多相关文章

  1. Cisco IOS basic system management command reference

    absolute : to specify an absolute time for a time-range (in time-range configuration mode) no absolu ...

  2. Cisco IOS Security command Guide

    copy system:running-config nvram:startup-config : to save your configuration changes to the startup ...

  3. Cisco IOS debug command reference Command A through D

    debug aaa accounting through debug auto-config debug aaa accounting : to display information on acco ...

  4. 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 ...

  5. Cisco IOS Debug Command Reference Command E through H

    debug eap through debug he-module subslot periodic debug eap : to display information about Extensib ...

  6. 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 ...

  7. 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 ...

  8. Cisco IOS images

    Cisco IOS images for Dynamips - GNS3http://docs.gns3.com/1-kBrTplBltp9P3P-AigoMzlDO-ISyL1h3bYpOl5Q8m ...

  9. Cisco IOS和IOS XE 新漏洞检测与修复

    Cisco IOS/IOS XE 新漏洞检测与修复 CVE-2018-0150 Cisco IOS XE 存在默认弱口令 漏洞影响: 默认弱口令可以导致攻击者直远程登录控制Cisco设备.受影响版本, ...

随机推荐

  1. fedora 14安装经验

    初学linux系统,在win7 系统上安装VMware9.0,并用虚拟机安装fedora.安装了好几次,虽然还是没有彻底通透,但也有一点点心得,特地分享一下: 我安装fedora用于嵌入式ARM开发练 ...

  2. OpenCV3编程入门笔记(4)腐蚀、膨胀、开闭运算、漫水填充、金字塔、阈值化、霍夫变换

    腐蚀erode.膨胀dilate 腐蚀和膨胀是针对图像中的白色部分(高亮部分)而言的,不是黑色的.除了输入输出图像外,还需传入模板算子element,opencv中有三种可以选择:矩形MORPH_RE ...

  3. Selenium解决页面元素不在视野范围内的问题

    当需要使用滚动条才能使页面元素显示在视野范围内时,必须用代码处理下,才能对其进行操作. 处理其实也很简单,就是调用JS函数. driver.executeScript("arguments[ ...

  4. 【bzoj1043】下落的圆盘

    [bzoj1043]下落的圆盘 题意 有n个圆盘从天而降,后面落下的可以盖住前面的.求最后形成的封闭区域的周长.看下面这副图, 所有的红色线条的总长度即为所求. \(1\leq n\leq 1000\ ...

  5. 【BZOJ 2243】染色 - 树链剖分+线段树

    #include <cstdio> #include <cstring> #include <cstdlib> using namespace std; const ...

  6. Java集合框架:HashMap

    转载: Java集合框架:HashMap Java集合框架概述   Java集合框架无论是在工作.学习.面试中都会经常涉及到,相信各位也并不陌生,其强大也不用多说,博主最近翻阅java集合框架的源码以 ...

  7. css3做的动画

    基于放大缩小: http://www.credero.etall.cn/demo/jwtplay/3/content05.html 基于3d: http://www.credero.etall.cn/ ...

  8. python中urllib和urllib2的简单用法

    import urllib #引入urllib模块,这里用urllib2也可以 fpage = urllib.urlopen( url ) #打开网页:例如url=‘http://www.xxx.co ...

  9. Hadoop-env.sh[翻译]

    说明: 某天 ,把hadoop-env.sh的注释看了看 , 感觉受益匪浅,于是想要写一篇告诉大家,文档是最靠谱的,鉴于我的水平有限,只能翻译大概,切勿吐槽,提建议请留言 摘要: 1.这个文件中只有J ...

  10. hdu----(1677)Nested Dolls(DP/LIS(二维))

    Nested Dolls Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Tota ...