• Bug搬运工-CSCvb24124-Need a license capacity/usage SNMP object in CISCO-LICENSE-MGMT-MIB


    Description
    Symptom:Need to add a corresponding OID to accurately provide information via SNMP for the current, active license capacity in use on a given WLC. Customers want to quickly get information on only the current active license in use, and how much of that license quantity is remaining, etc. There needs to be an OID that will return the exact information found in the WLC GUI for 'License Usage' (Management > Software Activation > License Usage) or via the CLI using the 'show license capacity' command.

    Conditions:Attempt to determine only the current active license usage counts on a given WLC via SNMP

    Workaround:Try using the following OIDs that are currently available for some license related information:

    clmgmtLicenseMaxUsageCount
    1.3.6.1.4.1.9.9.543.1.2.3.1.10

    clmgmtLicenseUsageCountRemaining
    1.3.6.1.4.1.9.9.543.1.2.3.1.11

    clmgmtLicenseExpiryWarning
    1.3.6.1.4.1.9.9.543.0.2

    clmgmtLicenseUsageCountAboutToExceed
    1.3.6.1.4.1.9.9.543.0.4

    More Info:N/A

    测试:
    [lcj@localhost ~]$ snmpwalk -v2c -c lcj 172.16.11.157 1.3.6.1.4.1.9.9.543.1.2.3.1.10
    SNMPv2-SMI::enterprises.9.9.543.1.2.3.1.10.1.1.2 = Gauge32: 200
    SNMPv2-SMI::enterprises.9.9.543.1.2.3.1.10.1.1.3 = Gauge32: 10
    [lcj@localhost ~]$ snmpwalk -v2c -c lcj 172.16.11.157 1.3.6.1.4.1.9.9.543.1.2.3.1.11
    SNMPv2-SMI::enterprises.9.9.543.1.2.3.1.11.1.1.2 = Gauge32: 200
    SNMPv2-SMI::enterprises.9.9.543.1.2.3.1.11.1.1.3 = Gauge32: 10
    好好学习,天天向上!
  • 相关阅读:
    Android最流行的网络框架
    linux知识库
    linux tail命令使用
    Android系列之Fragment(二)Fragment的生命周期和返回栈
    viewpager中fragment的生命周期管理
    fragment和fragmentactivity解析
    Android之Activity,Fragment生命周期探知
    Fragment生命周期
    基础总结篇之四:Service完全解析
    Activity的task相关
  • 原文地址:https://www.cnblogs.com/MomentsLee/p/15160911.html
Copyright © 2020-2023  润新知