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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
4722.1 | MOLAR::YAHEY::BOSE | Fri Mar 19 1993 15:49 | 8 | ||
read-only(1), read-write(2) are reserved words. Change them to read_only and read_write and everything should work fine. /rb |