> I get the following error while trying to a load a MIB that uses the
> ACCESS accessible-for-notify
>
> Error detected while loading MIB File: vishwa/mibs/test.mib.
> "
> This MIB cannot be loaded until the following problem is corrected:
>
> Bad access type(ACCESS): On or around line 50
> Bad parse of objecttype: On or around line 50
> Mib table is bad.
>
> "
>
> Here is the portion of the MIb it complains about:
>
> --------------------------------------------------
>
> testTvDbEntryId OBJECT-TYPE
> SYNTAX INTEGER
> ACCESS accessible-for-notify
> STATUS current
> DESCRIPTION
> "A Test Database (TDB) entry identifier. The trap type
> and position of this
> variable in the list of varbinds implies the table to
> which theTVDB entry
> identifier refers."
> ::= { testViewTrapVars 1 }
>
> ------------------------------------------
>
> Can you tell me if the mibloader conforms to the RFC 1902 ? if not
> which RFC does it conform with ?
>
> Thanks,
> Vishwa
|