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
posted @ 2021-08-19 11:28  剪刀石头布Cheers  阅读(82)  评论(0编辑  收藏  举报