zoukankan      html  css  js  c++  java
  • 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
    好好学习,天天向上!
  • 相关阅读:
    C++扬帆远航——4(百钱百鸡)
    C++扬帆远航——3(打印图形)
    C++扬帆远航——2
    web开发之Servlet 三
    web开发之Servlet 二
    web开发之Servlet 一
    迟来的2017年计划
    JSP 学习二
    JSP 学习一
    window7 32位安装Oracle11g
  • 原文地址:https://www.cnblogs.com/MomentsLee/p/15160911.html
Copyright © 2011-2022 走看看