WLC RTU license
目前思科的某些WLC不是一定要license文件去安装,例如这里提到的RTU license。
RTU:Right To Use
Right to Use (RTU) licensing is a model in which licenses are not tied to a unique device identifier (UDI), product ID, or serial number. Use RTU licensing to enable a desired AP license count on the controller after you accept the End User License Agreement (EULA). This allows you to add AP counts on a controller interacting with external tools
1、支持RTU license的WLC类型:
Cisco 5520 WLC
Cisco Flex 7510 WLC
Cisco 8510 WLC
Cisco 8540 WLC
Cisco vWLC
2、RTU license的类型:
- Permanent or base licenses:WLC出厂就写在硬件里面了,不能删除或transfer到其他的WLC上。
- Adder licenses:这种license是WLC添加的AP license计数,可以通过接受EULA来激活这些许可(EULA声明你有义务在激活时购买指定的AP计数的许可证)。
- Evaluation licenses:试用版,有90天的期限,在倒数第15天你的时候,会提示让你买永久license。这种license随镜像安装,你可随时激活使用,也需要接受EULA。
PS:Adder license是可以移除的并且transfer到其他的设备上的。
PS:EUAL:End User License Agreement
无论你在控制器上添加或者删除license,你都被要求接受EUAL。对于开启了HA的WLC,备用WLC会从主WLC上同步已经处于激活状态的license数量,一旦发生Failover,备用WLC也会继承对应数量的license。在8.1版中,思科vWLC的许可证管理从基于许可证文件的管理更改为基于使用权(RTU)的管理。 以前的许可证仍然有效,当你从早期版本升级到版本8.1时,你只需要再次接受EULA。
3、配置RTU license:
GUI操作:
Step 1 |
Choose Management > Software Activation > Licenses to open the Licenses page. |
Step 2 |
In the Adder License area, choose to add or delete the number of APs that an AP license can support, enter a value, and click Set Count. |
Step 3 |
Save the configuration. |
CLI的操作:
license add ap-count xx <<<需要激活的license数量
show license summary
激活记得保存配置save config
PS:该操作不需要重启设备。
WLC RTU license的更多相关文章
- RTU license
Right to Use (RTU) licensing is a model in which licenses are not tied to a unique device identifier ...
- 激活4500-X RTU license
1.查看设备license Switch#sho version Cisco IOS Software, IOS-XE Software, Catalyst 4500 L3 Switch Softwa ...
- RTU:EvalRightToUse License for feature adventerprise 1.0 will transition to RightToUse in 10 days. UDI ASR1002-X:JAE2100XXXX
关于这个log:[Hostname] EvalRightToUse License for feature adventerprise 1.0 will transition to RightToUs ...
- WLC-Right to Use Licensing
1.RTU的介绍 RTU licensing是没有和UDI(unique device identifier)或SN绑定的一种模型.在你接受了最终用户许可协议(EULA)后,使用RTU license ...
- 激活Cisco路由器和交换机的right-to-use
一.确认当前正在使用license版本 show license #路由器2911测试可行 show license summary #交换机C4503测试可行 show version # ...
- WLC license管理
关于控制器的license,可以参考对应平台的Datasheet: Cisco 2504 WLC Cisco 3504 WLC Cisco 5508 WLC Cisco 5520 WLC Cisco ...
- Smart License
思科启动了通过构建思科智能软件管理器门户来简化客户许可管理的计划. 它可以帮助客户了解他们购买的许可证以及他们使用的许可证. 其他各种思科产品已经启用Smart Enabled,随着此版本(我这里学习 ...
- cisco路由器license的相关命令简单梳理(转)
转自https://blog.51cto.com/legendland/1900185作者:legendlandlicense:对于IP Base基本的IOS功能外,另外三个技术包(1 数据Data: ...
- webstorm license key
JetBrains WebStorm注册码 UserName: William License Key : ===== LICENSE BEGIN ===== 45550-12042010 00001 ...
随机推荐
- Yii2.0 高级版修改默认访问控制器
frontend->config->main-local.php $config = [ 'defaultRoute' => 'index/index',//修改默认访问控制器 'c ...
- 安装java jdk环境jdk1.8
1) yum 安装java jdk 1.8 * -y 验证java [root@localhost local]# java -version openjdk version "1.8.0_ ...
- 给大家推荐一些Java初学者所看的书籍
一.适合初学者的经典Java书籍; 比方说<Java核心技术卷>,<Effective Java中文版(第2版)> 二.Java开发者必读: <clean code> ...
- Elasticsearch系列---shard内部原理
概要 本篇我们来看看shard内部的一些操作原理,了解一下人家是怎么玩的. 倒排索引 倒排索引的结构,是非常适合用来做搜索的,Elasticsearch会为索引的每个index为analyzed的字段 ...
- linux备忘命令
1,安装vim以后把vim中的tab键设置为4个空格 vim ~/.vimrc一下,如果没有会创建新的, 然后添加下面两行: set ts=4 set expandtab 如果第二行内容是noexpa ...
- Java“被迫”退出争霸,Python继续霸占首位!老牌程序员:我不服
2019年转眼已经接近尾声,如果盘点下2019年最火的语言,除了Python还能有谁?你心中的王者语言又是谁? 这一年Python风光无限 这一年JAVA走向右边 这一年,我们都很感慨,你呢? 关于P ...
- IntelliJ IDEA 2017.3尚硅谷-----修改类头的文档注释信息
/** @author shkstart @create ${YEAR}-${MONTH}-${DAY} ${TIME} */ ${PACKAGE_NAME} - the name of the ta ...
- P & R 9
Floorplan: 要做好floorplan需要掌握哪些知识跟技能? 明确Floorplan 处理的对象:对于数字设计的 Floorplan 来说,它是一个很依赖前后步骤的一个过程,这个可以看作是后 ...
- unittest 测试套件使用汇总篇
# coding=utf-8import unittestfrom inspect import isfunction def usage(): """also unit ...
- 一个简单的python爬虫,爬取知乎
一个简单的python爬虫,爬取知乎 主要实现 爬取一个收藏夹 里 所有问题答案下的 图片 文字信息暂未收录,可自行实现,比图片更简单 具体代码里有详细注释,请自行阅读 项目源码: # -*- cod ...