WLC-Right to Use Licensing
1、RTU的介绍
RTU licensing是没有和UDI(unique device identifier)或SN绑定的一种模型。
在你接受了最终用户许可协议(EULA)后,使用RTU license在WLC配置你期望的AP计数。
这里允许你在控制器上添加AP的计数。RTU license支持如下WLC:
Cisco 3504 WLC
Cisco 5520 WLC
Cisco 8540 WLC
Cisco vWLC
在RTU许可模型中,可以使用以下类型的许可证:
1、Permanent/Base licenses[永久或基本许可证:这些许可证在制造时被编程到控制器硬件中.这些许可证是无法删除或转换的基本计数许可证。
2、Adder licenses:这些许可证是您可以通过接受RTU EULA激活的AP计数许可证。EULA声明您有义务在激活licenses时激活购买的指定的AP count。必须为购买的AP计数激活这些许可证并接受EULA。
我们可以从一个控制器中删除adder许可证,并将许可证转移到同一产品系列中的另一个控制器。
3、Evaluation licenses[评估许可证]:这些许可证是有效期为90天的试用许可证。在90天期限到期前15天,你将收到有关购买永久许可证的通知。这些评估许可证随许可证image一起安装。你可以随时使用命令激活评估许可证。在控制器CLI上运行激活命令后,将提示EULA。 EULA声明您有义务在使用后90天内购买指定的许可证数量。在您接受EULA后开始倒计时。
每当你在控制器上添加或删除AP adder许可证时,系统都会提示RTU EULA。可以为每个添加或删除操作接受或拒绝RTU EULA。
对于启用HA时的高可用性(HA)控制器,控制器将与主控制器的已启用许可证计数同步,并支持高可用性,支持在主控制器上启用许可证计数。
你可以通过控制器GUI或CLI查看RTU许可证。还可以通过Cisco Prime基础设施在查看多个无线控制器上的这些许可证。
在8.1版本中,思科vWLC的许可证管理从基于许可证文件的管理(license-file based management)更改为基于RTU管理的license(Right-to-Use-based management)。以前的许可证仍然有效,当你从早期版本升级到版本8.1时,您只需要再次接受最终用户许可协议EUAL,而不是之前安装的数量。
2、配置RTU
2.1 通过GUI配置RTU
| 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. |
2.2 通过CLI配置RTU
Add or delete the number of APs that an AP license can support by entering this command:
license {add | delete } ap-count count 例如 license add ap-count 200
Add or delete a license for a feature by entering this command:
license {add | delete } feature license_name
Activate or deactivate an evaluation AP count license by entering this command:
license {activate | deactivate } ap-count eval
注意:如果激活的许可证支持的AP数量少于连接到控制器的当前AP数量,则激活命令将失败。
Activate or deactivate a feature license by entering this command:
license {activate | deactivate } feature license_name
See the licensing information by entering this command:
show license all
注意:在删除或添加license之后,注意保存配置。
3、其他参考
WLC-Right to Use Licensing的更多相关文章
- RTU license
Right to Use (RTU) licensing is a model in which licenses are not tied to a unique device identifier ...
- WLC license管理
关于控制器的license,可以参考对应平台的Datasheet: Cisco 2504 WLC Cisco 3504 WLC Cisco 5508 WLC Cisco 5520 WLC Cisco ...
- WLC RTU license
目前思科的某些WLC不是一定要license文件去安装,例如这里提到的RTU license. RTU:Right To Use Right to Use (RTU) licensing is a m ...
- Introduction to Microsoft Dynamics 365 licensing
Microsoft Dynamics 365 will be released on November 1. In preparation for that, Scott Guthrie hosted ...
- 重新安装Photoshop CS6以后启动软件出现Licensing for this product has expired
当我们卸载试用版本Photoshop CS6并且重新安装,出现Licensing for this product has expired,并且无法打开软件,这是由于证书过期导致的,解决办法是将计算机 ...
- Oracle数据库如何授权收费(Database Licensing)
Oracle软件本身是免费的,所以任何人都可以从Oracle官方网站下载并安装Oracle的数据库软件,收费的是License,即软件授权,如果数据库用于商业用途,就需要购买相应Oracle产品的Li ...
- Oracle Licensing
Oracle根据什么来计算License的? Unlimited License Agreements Unlimited License Agreements通常简称ULA,表示在一个固定期限内(2 ...
- using 40 logical processors based on SQL Server licensing SqlServer CPU核心数限制问题
公司服务器是120核心cpu,但是实际应用中只有40核,原因是业务部门发现服务器cpu承载30%的时候sql 就会卡死: 然后从sqlserver 去查询,cpu核心数: SELECT COUNT(1 ...
- Matlab安装完成后,出现错误licensing error:-8523的解决方法
Matlab2018安装成功后,打开出现licensing error:-8523解决方法 https://blog.csdn.net/qq_41634276/article/details/8000 ...
随机推荐
- webpack4.41.0配置二(加载器_url-loader/babel-loader/sass-loader)
loader是webpack用来预处理源文件的,比如typesrcipt形式的文件最终都得转成浏览器可以执行的js文件 (注:以下的配置代码不一定与下方一摸一样,具体与官网上https://webpa ...
- js的变量(01)
变量的声明用的修饰符 var ,let ,const var是普通变量 var 变量名 = 变量值 可以重复定义可以多次修改 let是es6新加的语法 let 变量 ...
- 解决async 运行多线程时报错RuntimeError: There is no current event loop in thread 'Thread-2'
原来使用: loop = asyncio.get_event_loop()task = asyncio.ensure_future(do_work(checker))loop.run_until_co ...
- python笔记17
1.今日内容 迭代器(3*) 生成器(4*) 装饰器(5*) 项目结构 logging模块 2.内容回顾 & 作业 2.1 内容回顾 2.1.1 函数(内置/自定义) 基本函数结构 def f ...
- jmeter的使用---用户变量
用户变量有以下方式: 一.外部引入:csv引入参数 二.sample传递参数:http请求的body参数 三.定义用户变量:全局变量 (1)用户定义的变量 name,和value 一对一 (2)用 ...
- 2.1 【配置环境】 JDK + eclipse + selenium
1.jdk以及eclipse的具体安装详见 http://www.cnblogs.com/ericazy/p/6082194.html 安装1.7 jdk即可 2.selenium 旧版本安装: s ...
- 【音乐欣赏】《Fake》 - The Tech Thieves
曲名:Fake 作者:The Tech Thieves [01;12.092]I got wasted,learning how to let it out [01;24.009]Please don ...
- Go_ioutil包
1. ioutil包的方法 // Discard 是一个 io.Writer 接口,调用它的 Write 方法将不做任何事情 // 并且始终成功返回. var Discard io.Writer = ...
- PHP基础学习笔记2
一.数组 1.1 数值数组 1)自动分配 ID 键 ) ); ?> 即二维数组: 100 100 96 20 60 59 40 110 100 上面创建的二维数组自动分配ID键:下面以指定键的方 ...
- python web django 2nd level -- 待更新
练习代码位置 实例代码位置 --> app: myblog Form 利用Form表单验证,自己写的html 思路: 新建一个类 LoginForm(forms.Form) 新建对象 obj = ...