cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
453
Views
2
Helpful
2
Replies

MIB Errors in CISCO-LWAPP-AP-MIB

carstenInfraray
Level 1
Level 1

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

2 Replies 2

neptunium
Level 1
Level 1

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."

 

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