cisco / cisco-mibs

Various SNMP MIBs from Cisco
https://cfnng.cisco.com/mibs
141 stars 105 forks source link

CSCwk68954 - Fix missing reference for CISCO-LWAPP-QOS-MIB #75

Open nielsb opened 5 months ago

nielsb commented 5 months ago

But in CISCO-LWAPP-QOS-MIB-V!SMI we find (at line 1110):

cLQVoiceWlanConfigDetectVoipCallFailure OBJECT-TYPE
    SYNTAX TruthValue
--    Rsyntax INTEGER {
--        true(1),
--        false(2)
--        }
    ACCESS read-write
    STATUS mandatory
    DESCRIPTION
        "If 'true', then the corresponding radios that
        advertise this WLAN, will snoop voice packets
        to detect call failure and report by sending trap.
        If 'false', then the corresponding radios
        that advertise this WLAN, will not detect call failure
        and hence will not send trap."
    DEFVAL { false }
    ::= { cLQVoiceWlanConfigEntry 1 }
kyzer-davis commented 4 months ago

Confirmed,

I believe CISCO-LWAPP-QOS-MIB is missing the IMPORT.

    cLQVoiceWlanConfigDetectVoipCallFailure
        FROM CISCO-LWAPP-QOS-MIB-V1SMI

Let me raise a defect.

nielsb commented 4 months ago

But that objrct is missing from the SMIv2 MIB found in the v2 directory :-(