zoukankan      html  css  js  c++  java
  • 激活Cisco路由器和交换机的right-to-use

    一、确认当前正在使用license版本

      show license     #路由器2911测试可行

      show license summary  #交换机C4503测试可行

      show version  #c3850-48T  软件版本03.06.06E测试可行

     

    二、设备是否支持right-to-use(RTU)

      Cisco交换机只有在IOS 15.0以上的部分版本支持right-to-use

      一般可以打出show license right-to-use 都支持

    三、切换场景

      3.1 lanbase 的RTU--->ipservices Evaluation license (此版本不是RTU的ipservices版本,是90天的评估版本)

    Switch#config term
    Switch(config)#license boot level ipservices
    Switch(config)#end
    Switch#Write
    Switch#reload

      3.2 lanbase RTU license或ipservices Evaluation license--->ipservices RTU license

    Switch#conf term
    Switch(config)#license right-to-use activate ipservices [acceptEULA]
    Switch(config)#license boot level ipservice
    Switch(config)#end
    Switch#write
    Switch#reload

      3.3 ipservices RTU license --->another license

    Switch#conf term
    Switch(config)#license right-to-use deactivate ipservices
    Switch(config)#no license boot level ipservice
    Switch(config)#end
    Switch#write
    Switch#reload
    
    ps:还原到默认的license版本

    4.关于路由器2911切换到永久RTU的方法

    R2911#license right-to-use move name  #name用需要激活的license(feature set)的名字替换
    R2911(config)#license boot module c2900 technology-package ?  #?用想要使用的feature set代替
    R2911(config)#end
    R2911#write
    R2911#reload
  • 相关阅读:
    iis 7.5应用程序池自动停止
    百度云推送
    两点经纬度之间距离计算
    集合已修改;可能无法执行枚举操作。
    【百度地图】- 学习.1
    阿里云服务器下安装LAMP环境(CentOS Linux 6.3)
    微信相关内容
    阿里云服务器下安装LAMP环境(CentOS Linux 6.3)
    php面试相关
    MySQL权限管理
  • 原文地址:https://www.cnblogs.com/lisenlin/p/11205804.html
Copyright © 2011-2022 走看看