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 |
MCC V1.4 and MTU V1.4-1 We have been trying to compile a mib in MCC that compiles fine under PNV. This is the first of several MIBs we would like to compile. Looking for any suggestions or reasons why this does not work. Thanks, Steve Woestemeyer dtn 592-4208 When MCC trys to compile it we get a Syntax error and the .LIS file has this entry: DECmcc MIB Translation Utility V1.4-1 Page 1 Input: dkb0:[woestemeyer.cisco]smi_mib.txt; Output: smi_mib.ms, smi_mib_enum.ms 1 -- MIB created 3/13/96 14:39:59, by 2 -- SMIC (the next generation) version 1.6.29, November 22, 1994. 3 4 SNMPv2-SMI-v1 DEFINITIONS ::= BEGIN 5 6 -- From file: "SNMPv2-SMI.my" 7 8 internet OBJECT IDENTIFIER ::= { iso org Syntax error at line 8. (3) dod(6) 1 } 9 directory OBJECT IDENTIFIER ::= { internet 1 } 10 mgmt OBJECT IDENTIFIER ::= { internet 2 } 11 experimental OBJECT IDENTIFIER ::= { internet 3 } 12 private OBJECT IDENTIFIER ::= { internet 4 } 13 enterprises OBJECT IDENTIFIER ::= { private 1 } 14 security OBJECT IDENTIFIER ::= { internet 5 } 15 snmpV2 OBJECT IDENTIFIER ::= { internet 6 } 16 snmpDomains OBJECT IDENTIFIER ::= { snmpV2 1 } 17 snmpProxys OBJECT IDENTIFIER ::= { snmpV2 2 } 18 snmpModules OBJECT IDENTIFIER ::= { snmpV2 3 } 19 20 21 END 22 23 The MIB itself: -- MIB created 3/13/96 14:39:59, by -- SMIC (the next generation) version 1.6.29, November 22, 1994. SNMPv2-SMI-v1 DEFINITIONS ::= BEGIN -- From file: "SNMPv2-SMI.my" internet OBJECT IDENTIFIER ::= { iso org(3) dod(6) 1 } directory OBJECT IDENTIFIER ::= { internet 1 } mgmt OBJECT IDENTIFIER ::= { internet 2 } experimental OBJECT IDENTIFIER ::= { internet 3 } private OBJECT IDENTIFIER ::= { internet 4 } enterprises OBJECT IDENTIFIER ::= { private 1 } security OBJECT IDENTIFIER ::= { internet 5 } snmpV2 OBJECT IDENTIFIER ::= { internet 6 } snmpDomains OBJECT IDENTIFIER ::= { snmpV2 1 } snmpProxys OBJECT IDENTIFIER ::= { snmpV2 2 } snmpModules OBJECT IDENTIFIER ::= { snmpV2 3 } END
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
6441.1 | look in the MM pgm book... | SCASS1::GALVIN | The Energizer Bunny's Trainer... | Sat Apr 20 1996 18:10 | 22 |
Steve, Here's a long shot.. I've never written a MIB, but in looking at your output, it would appear you have a formatting issue... looks like the internet line that's barfing is alot longer than the other lines... is it possible to put this in 2 separate lines, ie: internet blah-blah and then another internet blah-blah? Or can you test it with just 1 of its attributes values? There's a whole book on Management Module Programming... and believe it or not, I have a copy...smile. The Order Number is AA-PD5NC-TE, although I'm not so sure it's still in publication...smile. Someone in either Valbonne or in the CSC might point you at an EASYnet copy... Of course, if you're close to Dallas/Ft. Worth I could loan you my copy...smile. good luck, /Mic | |||||
6441.2 | SRM manual as well... | SCASS1::GALVIN | The Energizer Bunny's Trainer... | Sat Apr 20 1996 18:15 | 13 |
Steve, you may have already done this, but apparently MTU produces a logfile... it's MCC_FDICTIONARY.LOG... you might get some more clues in there... I always hated when noters told me to read the friendly manual, but there's also another manual, that I have... that's the DECmcc System Reference Manual... I have NEVER read it, but apparently there is lots of detail on error handling... 8^) /Mic |