I am trying to clean up a 3rd party MIB file so that it compiles
correctly.

The only error I am now getting is:

 

Did not find 'DisplayString' in module RFC1213-MIB
(/usr/share/snmp/mibs/mib.txt.002)

 

All the DisplayString settings *appear* correct to me, but as a newbie
there is obviously something I am missing.

Would someone please illuminate my dull brain please?

 

 

The RFC1213-MIB block in the mib.txt.002 is ~ 2600 lines long, so here
is a grep -n DisplayString mib.txt.002 output for that block:

 

4453:              SYNTAX  DisplayString (SIZE (0..255))

4495:              SYNTAX  DisplayString (SIZE (0..255))

4505:              SYNTAX  DisplayString (SIZE (0..255))

4517:              SYNTAX  DisplayString (SIZE (0..255))

4605:                      DisplayString,

4664:              SYNTAX  DisplayString (SIZE (0..255))

 

And line numbers surrounding 4605 to giver better context.

 

4600           IfEntry ::=

   4601               SEQUENCE {

   4602                   ifIndex

   4603                       INTEGER,

   4604                   ifDescr

   4605                       DisplayString,

   4606                   ifType

   4607                       INTEGER,

   4608                   ifMtu

   4609                       INTEGER,

   

 

 

Pete Martz 
Comcast Cable NE&TO 
Security Response Center: (877) 249-7306 
Desk: (856) 675-5145 
Cell:  (856) 651-8497
Fax:  (856) 638-0216

Who is John Galt?

2+2=4!

 

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to