zoukankan      html  css  js  c++  java
  • 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:该操作不需要重启设备。

    好好学习,天天向上!
  • 相关阅读:
    字符链接
    成绩统计
    看不懂的代码
    新的开始
    appserv 求指教php运行环境
    指针 数组 复制
    HTML 标题居中 小小积累
    用指针 数组连接
    [导入]Hibernate+Spring+Struts2+ExtJS开发CRUD功能
    [导入]Hibernate+Spring+Struts2+ExtJS开发CRUD功能
  • 原文地址:https://www.cnblogs.com/MomentsLee/p/this_is_a_test.html
Copyright © 2011-2022 走看看