当前位置: 首页 > news >正文

番禺做网站费用百度地图关键词优化

番禺做网站费用,百度地图关键词优化,导航网址大全,跨境电商怎么做如何从零开始1 情况说明 客户处采购了4台3850-14T交换机,在配置的时候发现OSPF不支持, 查询原因为当前license不支持 (lanbase, 只能支持2层功能) 报错如下: Access-3850-1(config)#router ospf 100 Protocol not in this image2 如何处理&a…

1 情况说明

客户处采购了4台3850-14T交换机,在配置的时候发现OSPF不支持,
查询原因为当前license不支持 (lanbase, 只能支持2层功能)
报错如下:

Access-3850-1(config)#router ospf 100
Protocol not in this image

2 如何处理?

开启RTU license,加载ip service类型的license
开启RTU License后正常。如下图:

Access-3850-1(config)#router ospf 100
Access-3850-1(config-router)#

3 扫盲: 啥是RTU license What is RTU License ?

A Right to Use license scheme is an honor-based model for licensing. Licenses are not tied to an unique device identifier (UDI), product ID, or serial number.
看到上面所说的了吗? honor-based model ,说人话就是你应该购买license,但你可以直接使用。不买就用的就是臭不要脸。

我的理解,实际上就是cisco为了简化license安装和加载,以前的交换机或路由器上要加载license需要几步:

  1. 购买了license后,登录cisco.com官网
  2. 输入license信封上的key,并输入交换机的SN进行绑定,—>生成license文件—>下载下来
  3. 通过install license命令进行安装

现在不需要这么繁琐了,可以直接加载使用。

4 具体操作方法

4.1 无法运行OSPF, 报错

Access-3850-1(config)#router ospf 100
Protocol not in this image

4.2 查看license

Access-3850-1#show license right-to-use usage Slot#  License Name     Type     usage-duration(y:m:d)  In-Use  EULA
-----------------------------------------------------------------------1      ipservices     permanent    0 :0 :0                no    no   1      ipservices     evaluation   0 :0 :0                no    no   1      ipbase         permanent    0 :0 :0                no    no   1      ipbase         evaluation   0 :0 :0                no    no   1      lanbase        permanent    0 :0 :0                yes   yes  //这就是当前的license 类型1      apcount        evaluation   0 :0 :0                no    no   1      apcount        base         0 :0 :0                no    no   1      apcount        adder        0 :0 :0                no    no

4.3 启用ipservices license

3850-1#license right-to-use activate ipservices all  acceptEULA 
% switch-1:stack-mgr:Reboot the switch to invoke the highest activated License level

4.4 Reload 重启交换机

3850-1#reload 
Reload command is being issued on Active unit, this will reload the whole stack
Proceed with reload? [confirm]

3.5 重启完成,查看license

3850-1#show license right-to-use usage Slot#  License Name     Type     usage-duration(y:m:d)  In-Use  EULA1      ipservices     permanent    0 :0 :0                yes   yes    //加载了ip service1      ipservices     evaluation   0 :0 :0                no    no   1      ipbase         permanent    0 :0 :0                no    no   1      ipbase         evaluation   0 :0 :0                no    no   1      lanbase        permanent    0 :0 :0                no    yes  1      apcount        evaluation   0 :0 :0                no    no   1      apcount        base         0 :0 :0                no    no   1      apcount        adder        0 :0 :0                no    no   

3.6 再次启用ospf进程

3850-1(config)#router os 100
IP routing not enabled报了个错,但这个和license无关,是因为没有开ip routing***开启ip routing***3850-1(config)#ip routing
3850-1(config)#router ospf 100
3850-1(config-router)#router ospf 100

其他查看命令


3850-1#license right-to-use activate ?apcount     configure the AP-count licenses on the switchipbase      activate ipbase license on the switchipservices  activate Ipservices license on the switchlanbase     activate lanbase license on the switch3850-1#license right-to-use activate ipservices all  acceptEULA 
% switch-1:stack-mgr:Reboot the switch to invoke the highest activated License level3850-1#show license right-to-use usage Slot#  License Name     Type     usage-duration(y:m:d)  In-Use  EULA
-----------------------------------------------------------------------1      ipservices     permanent    0 :0 :0                no    yes  1      ipservices     evaluation   0 :0 :0                no    no   1      ipbase         permanent    0 :0 :0                no    no   1      ipbase         evaluation   0 :0 :0                no    no   1      lanbase        permanent    0 :0 :0                yes   yes  1      apcount        evaluation   0 :0 :0                no    no   1      apcount        base         0 :0 :0                no    no   1      apcount        adder        0 :0 :0                no    no  不加eula参数,需要确认agreement.3850-1#license right-to-use activate ipservices all 
PLEASE READ THE FOLLOWING TERMS CAREFULLY. INSTALLING THE LICENSE OR LICENSE KEY PROVIDED FOR ANY CISCO PRODUCT FEATURE OR USING SUCH PRODUCT FEATURE CONSTITUTES YOUR FULL ACCEPTANCE OF THE FOLLOWING TERMS. YOU MUST NOT PROCEED FURTHER IF YOU ARE NOT WILLING TO BE BOUND BY ALL THE TERMS SET FORTH HEREIN. Use of this product feature requires an additional license from Cisco, together with an additional payment.  You may use this product feature subject to the Cisco end user license agreement http://www.cisco.com/en/US/docs/general/warranty/English/EU1KEN_.html, together with any supplements relating to such product feature.   It is your responsibility to make payment to Cisco for your use of the product feature if not already licensed to do so. Your acceptance of this agreement for the software features on one product shall be deemed your acceptance with respect to all such software on all Cisco products you purchase which includes the same software.  (The foregoing notwithstanding, you must purchase a license for each software feature you use, so that if you enable a software feature on 1000 devices, you must purchase 1000 licenses for use.)    This license may be transferrable from another Cisco device of the same model for the same functionality if such license already is owned.  Activation of the software command line interface will be evidence of your acceptance of this agreement. By clicking  the "accept" button  or typing "yes" you are  indicating  you have read and agree to be bound by all the terms provided herein.ACCEPT (yes/no) : yes
% switch-1:stack-mgr:Reboot the switch to invoke the highest activated License level3850-1#reload System configuration has been modified. Save? [yes/no]: y
Building configuration...
Compressed configuration from 3001 bytes to 1475 bytes[OK]Reload command is being issued on Active unit, this will reload the whole stack
Proceed with reload? [confirm]3850-1#show license right-to-use  default Slot#    License Name    Type      Count 
------------------------------------------1        lanbase        permanent     N/A 1        apcount        base          0   3850-1#show license right-to-use  de      
3850-1#show license right-to-use  deta
3850-1#show license right-to-use  detail 
Index 1:  License Name: ipservicesPeriod left: LifetimeLicense Type: permanentLicense State: Active, In useLicense Count: Non-CountedLicense Location: Slot 1
Index 2:  License Name: ipservicesPeriod left: 90License Type: evaluationLicense State: Not ActivatedLicense Count: Non-CountedLicense Location: Slot 1
Index 3:  License Name: ipbasePeriod left: LifetimeLicense Type: permanentLicense State: Not ActivatedLicense Count: Non-CountedLicense Location: Slot 1
Index 4:  License Name: ipbasePeriod left: 90License Type: evaluationLicense State: Not ActivatedLicense Count: Non-CountedLicense Location: Slot 1
Index 5:  License Name: lanbasePeriod left: LifetimeLicense Type: permanentLicense State: Active, Not In useLicense Count: Non-CountedLicense Location: Slot 1
Index 6:  License Name: apcountPeriod left: 90License Type: evaluationLicense State: Not ActivatedLicense Count: 50License Location: Slot 1
Index 7:  License Name: apcountPeriod left: LifetimeLicense Type: baseLicense State: Not ActivatedLicense Count: 0License Location: Slot 1
Index 8:  License Name: apcountPeriod left: LifetimeLicense Type: adderLicense State: Not ActivatedLicense Count: 0License Location: Slot 13850-1#show license right-to-use  summary License Name    Type     Count   Period left
-----------------------------------------------ipservices   permanent   N/A      Lifetimeapcount      base        0        Lifetimeapcount      adder       0        Lifetime--------------------------------------------License Level In Use: ipservices
License Level on Reboot: ipservices
Evaluation AP-Count: Disabled
Total AP Count Licenses: 0
AP Count Licenses In-use: 0
AP Count Licenses Remaining: 0
http://www.ds6.com.cn/news/62581.html

相关文章:

  • 网站图标怎么上传国内能用的搜索引擎
  • 动态网站开发的软件叫什么名字优化设计方法
  • 网络工作网站seo营销方法
  • 政府机构网站建设百度搜索广告投放
  • 从零做网站模板百度推广怎么收费
  • 江苏建设厅网站域名注册时间查询
  • 国外域名服务商温州seo教程
  • 网站页眉尺寸百度推广下载安装
  • 质监站网址湖北seo
  • 东丽手机网站建设百度网站的网址是什么
  • 专业做网站 上海俄罗斯网络攻击数量增长了80%
  • 行业网站运营计划制作一个网站的流程有哪些
  • 用网站做数据库吗seo和sem的区别是什么
  • 在vs中做网站360优化大师最新版的功能
  • 一站式做网站哪家强seoul怎么读
  • 网站投稿系统怎么做推广普通话手抄报简单又好看
  • 做网站需要什么素材百度快照首页
  • 如何在网站中做二级下拉菜单线下引流的八种推广方式
  • 织梦网站栏目建设餐饮营销策划方案
  • 公司网站怎么自己做百度极速版下载
  • 云南网站公司长沙正规关键词优化价格从优
  • 中小型企业网站建设企业地推公司排名
  • 做网站需要工商证吗网站设计公司有哪些
  • cms那个做网站最好线下营销推广方式都有哪些
  • 做网站购买模板深圳seo优化公司排名
  • 网站建设的内容百度官网下载安装
  • wordpress 企業網seo快速培训
  • 定制网站和模板建站哪个好用百度地址如何设置门店地址
  • 大连微信网站网络媒体推广产品
  • 昆明做网站多少钱网络推广外包哪家好