[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

6012.0. "Retix MIB compilation" by NYOSS1::PLUNKETT () Mon Jun 06 1994 16:18

    I'm compiling a mib for a Retix bridge, and after cleaning out some
    syntax errors and getting rid of stuff that is already in MIB-II,
    the mib compiles with MTU but gives me the following messages before
    telling me that it successfully compiled the mib.
    
Table trapRcvrTable does not have any associated index.
Table snmpAccessPolicyTable does not have any associated index.
Table locbrdgTable does not have any associated index.
Table locbrdgRangeTable does not have any associated index.
Table locbrdgFilterTable does not have any associated index.
Table locbrdgFilterDataBaseTable does not have any associated index.
Table ieee8023Table does not have any associated index.
    
    Is the MIB really successfully compiled?, and if the above messages
    are badness, how can I associate these tables with correct indicies?
    
    -Craig
T.RTitleUserPersonal
Name
DateLines
6012.1Not RFC1212 compliantBIKINI::KRAUSECSC Network Management/HubsTue Jul 05 1994 09:0813
>Table trapRcvrTable does not have any associated index.

This means that the MIB file does not conform to RFC1212 (aka Concise 
MIB Format). You could try to guess which variable in the table is the 
index and add an appropriate index clause, but the better way would be 
to contact Retix and request an RFC1212 compliant MIB file for this 
product.

*Robert

P.S.: The MIB file compiled ok and is loaded in MCC, but you will not be 
able to access any of the tables it complained about. Since usually 99% 
of the information is organized in tables, you won't see much...
6012.2thanksNYOSS1::PLUNKETTTue Jul 05 1994 10:285
    Thanks for the reply Robert. I got the correct MIBs from Rahul, and
    the saga of my effort is played out in the note string
    181.2-181.last in the snmp conference. (molar::snmp)
    
    -Craig