[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

4722.0. "GANDALF MIB Problem" by WELLIN::MCCALLUM () Fri Mar 19 1993 10:32

    
    I am trying to enrol a GANDALF mib. It has the following syntax:
    
    snmpCommunityPriv OBJECT-TYPE
            SYNTAX  INTEGER {
              read-only(1),
              read-write(2)
            }
            ACCESS  read-only
            STATUS  mandatory
            DESCRIPTION
                "The access priviledge associated with a Community."
            ::= { snmpCommunityEntry 4 }
      
    DECmcc SNMP AM V1.2 compiler complains about the  read-only(1), syntax.
    
    Is this our problem ? I have compiled the rest by removing these lines.
    Will 1.3 fix it ?
    
    Thanks,
    
    Dave McCallum.
    
T.RTitleUserPersonal
Name
DateLines
4722.1MOLAR::YAHEY::BOSEFri Mar 19 1993 15:498
              read-only(1),
              read-write(2)
 
	are reserved words. Change them to read_only and read_write and
	everything should work fine.

	/rb