RTU license
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.
RTU licensing is supported only on the following Cisco Wireless Controller platforms:
Cisco 3504 WLC
Cisco 5520 WLC
Cisco Flex 7510 WLC
Cisco 8510 WLC
Cisco 8540 WLC
Cisco vWLC
RTU licensing model中,有如下的license可用:
- Permanent or base licenses:这些license是在制造设备时编写到设备硬件中的,它们是无法被删除或被transfer的base count licenses。
 - Adder licenses:这些许可证是AP计数许可证,您可以通过接受RTU EULA来激活这些许可证。( The EULA states that you are obliged to purchase the specified access point count licenses at the time of activation. You must activate these licenses for the purchased access points count and accept the EULA.)这类型的license就可以在同一系列WLC之间transfer。(注意:不同系列的WLC之间的license无法被transfer,例如向将WLC2504上的license transfer 到WLC5508是不行的!Licenses embedded in the controller at the time of shipment is not transferrable !)
 - Evaluation licenses:这些许可证是有效期为90天的demo或试用模式许可证。在90天期限到期前15天,您将收到有关购买永久许可证的通知。
 
RTU license激活:
| 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 | delete} ap-count count
license {add | delete} feature license_name
license {activate | deactivate} ap-count eval
license {activate | deactivate} feature license_name
Note:如果激活的许可证支持的AP数量少于连接到控制器的当前AP数量,则激活命令将失败。
Note: After you add or delete the license, WLC must use the save config command to save the license.
RTU license的更多相关文章
- WLC RTU license
		
目前思科的某些WLC不是一定要license文件去安装,例如这里提到的RTU license. RTU:Right To Use Right to Use (RTU) licensing is a m ...
 - 激活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 ...
 - 激活Cisco路由器和交换机的right-to-use
		
一.确认当前正在使用license版本 show license #路由器2911测试可行 show license summary #交换机C4503测试可行 show version # ...
 - WLC-Right to Use Licensing
		
1.RTU的介绍 RTU licensing是没有和UDI(unique device identifier)或SN绑定的一种模型.在你接受了最终用户许可协议(EULA)后,使用RTU license ...
 - 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 ...
 - Vertica license导入最佳实践
		
常用的方法,我们可以通过admintools字符图形工具来导入license, 7 -> 5 -> 选择库 -> 输入license文件全路径 -> Accept -> ...
 
随机推荐
- 【转】Error,java对常量池来说字符串xxx的UTF8表示过长的解决及其理解
			
做项目,客户端这里自己模拟json数据时,一时没忍住搞得json字符串太长了(idea上大概有600多行吧),这个问题就蹦出来了.老方法直接google.百度然后看到一堆有关String 字符串常量池 ...
 - Redis5-集群搭建实验
			
集群规划: nodeA:192.168.29.22(22-master,23-slave) nodeB:192.168.29.23(23-master,24-slave) nodeC:192.168. ...
 - 【牛客小白月赛21】NC201604 Audio
			
[牛客小白月赛21]NC201604 Audio 题目链接 题目大意: 给出三点 ,求到三点距离相等的点 的坐标. 解析 考点:计算几何基础. 初中蒟蒻表示不会什么法向量.高斯消元..qwq 方法一: ...
 - 在Linux系统下安装jdk并配置环境变量
			
本文主要介绍的是如何是Linux环境下安装JDK的,因为Linux环境下,很多时候也离不开Java的,下面笔者就和大家一起分享如何jdk1.8的过程吧. 1.安装环境 操作系统:CentOS 07 6 ...
 - SQL注入 盲注
			
来源:http://www.cnblogs.com/cheatlove/articles/384233.html SQL注入攻击: (1) 脚本注入式的攻击(2) 恶意用户输入用来影响被执行的SQL脚 ...
 - totensor方法和normalize方法  数值映射和归一化
			
totensor方法和normalize方法 数值映射和归一化 待办 ToTensor是指把PIL.Image(RGB) 或者numpy.ndarray(H x W x C) 从0到255的值映射到0 ...
 - bzoj3744: Gty的妹子序列 (BIT && 分块)
			
强制在线的区间询问逆序对数 如果不是强制在线 就是可以用莫队乱搞啦 强制在线的话 用f[i][j]记录第i块到第j个点之间的逆序对数 用s[i][j]记录前i块中小于等于j的数字个数 离散化一下 BI ...
 - GoAhead WebServer 架构
			
https://blog.csdn.net/jungsagacity/article/details/7307012
 - 素问 - REITs
			
摘自<小韭的学习圈> Q 一直以来对REITs感兴趣,看过您微信公众号对REITs的分析,年化8-10%,长期收益稳定,且与其他投资品种关键性低,是很不错的分散配置选择. 您推荐的广发美国 ...
 - 每天进步一点点------Allegro 群组布线
			
执行Route->connect命令,设置好控制面板中的内容.然后设置同时走线的GROUP包含哪些网络,有两种方法.第一种方法,如果几个网络是紧邻的,可以直接框选,选中的网络就会被包含在GROU ...