02-02-2024 01:58 AM
Hey Cisco community,
I found some issues in the current CISCO-LWAPP-AP-MIB. I downloaded the newest one from https://cfnng.cisco.com/mibs and even there the errors exist. So I will just post them here so it will maybe reach the relevant developer / engineer:
1. Missing Imports:
CLApNtpStatus and CLDot11Band are used in the MIB, but are not imported from CISCO-LWAPP-TC-MIB. The MIB should be corrected to:
CLApIfType,
CLDot11Channel,
CLApAssocFailureReason,
CLApDot11RadioSubband,
CLApDot11RadioRole,
CLApMode,
CLApNtpStatus,
CLDot11Band
FROM CISCO-LWAPP-TC-MIB
2. Incorrect Table Name
The newly added table cLApWlanSlotStatsTable is named wrong or all references are wrong. I assume that just the table was named incorrectly, because the reference follows the naming schema of the rest. The MIB should be corrected to:
cLApSlotWlanStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLApSlotWlanStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table represents Per-AP, Per-Slot, Per-SSID
Stats information of packets/bytes sent/received,
retransmission counter, associated clients counter,
etc."
::= { ciscoLwappApSlotWlanStats 1 }
3. Tailing Comma
There is a tailing comma after 'bsnStationAPIfSlotId' which breaks older MIB parser. The MIB should be corrected to:
ciscoLwappApRadioStuck NOTIFICATION-TYPE
OBJECTS {
cLApSysMacAddress,
cLApName,
bsnStationAPIfSlotId
}
STATUS current
DESCRIPTION
"This notification generates when an AP detects that its
radio is stuck"
::= { ciscoLwappApMIBNotifs 34 }
It would also be nice to correctly update the LAST-UPDATED field.
Best regards
Carsten
03-07-2024 09:52 PM
I need more.
4. more Missing Imports:
bsnStationAPIfSlotId
FROM AIRESPACE-WIRELESS-MIB
5. Missing quote :
CISCO-LWAPP-REAP-MIB.my (line 2032)
cLReapGroupPMKAPPropagation OBJECT-TYPE
....(snip)
A value of 'pmkDistDCDS' specifies PMK distribution between
APs in site tag."
03-07-2024 10:16 PM
6. more more amd more Missing Imports:
CISCO-LWAPP-DOT11-MIB.my
RowStatus
FROM SNMPv2-TC
CISCO-LWAPP-QOS-MIB.my
MacAddress,
TimeInterval
FROM SNMPv2-TC
Unsigned64
FROM CISCO-TC
InetPortNumber,
InetAddressPrefixLength
FROM INET-ADDRESS-MIB
CISCO-LWAPP-REAP-MIB.my
InetPortNumber,
InetAddressPrefixLength
FROM INET-ADDRESS-MIB
CISCO-LWAPP-SYS-MIB.my
TimeInterval
FROM SNMPv2-TC
CISCO-LWAPP-WEBAUTH-MIB.my
InetPortNumber
FROM INET-ADDRESS-MIB
09-17-2024 04:37 AM
Dear cisco support, is there any update on this topic?
Is there something you need help with?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide