cisco / cisco-mibs

Various SNMP MIBs from Cisco

Home Page:https://cfnng.cisco.com/mibs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined OBJECT (cLQVoiceWlanConfigDetectVoipCallFailure): At line 4301 in CISCO-LWAPP-QOS-MIB.my

nielsb opened this issue · comments

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 }

Confirmed,

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

    cLQVoiceWlanConfigDetectVoipCallFailure
        FROM CISCO-LWAPP-QOS-MIB-V1SMI

Let me raise a defect.

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