nv-l

Re: [nv-l] compile error when i do mib2trap

2002-04-04 09:19:33
Subject: Re: [nv-l] compile error when i do mib2trap
From: "James Shanks" <jshanks AT us.ibm DOT com>
To: "D'Apice, Dominic" <D.D'Apice AT SAQ.qc DOT ca>, nv-l AT lists.tivoli DOT com
Date: Thu, 4 Apr 2002 09:19:33 -0500
The BIT STRING construct is no longer valid in SNMP so mib2trap, which 
uses the SNMP V2 libraries, rejects it.
Just change line 2859 from this 

 +2858  mtrBitString OBJECT-TYPE
 +2859      SYNTAX     BIT STRING {

to this:

+2858  mtrBitString OBJECT-TYPE
+2859      SYNTAX     BITS {

which is the equivalent and this problem will go away. 
I don't know, however, if there are others lurking in this MIB

James Shanks
Level 3 Support  for Tivoli NetView for UNIX and NT
Tivoli Software / IBM Software Group
 


<Prev in Thread] Current Thread [Next in Thread>