Login  
Search All Forums
Dart Home | PowerSNMP for .NET | Custom Development Reply | PowerSNMP for .NET Topics | Forums   
AuthorForum: PowerSNMP for .NET
Topic: MIB parsing error
PxSam

From: San Jose, CA USA
Posts: 1
Member Since: 02/27/12
posted March 13, 2012 12:40 PM

Using versino 4.3..
We're having trouble parsing Cisco MIB "CISCO-EPM-NOTIFICATION-MIB-V1SMI.my"
The offending issue seems to be that current version that we're using requires that we add a space between the variable name and the size definition.

For example:
cenAlarmTableMaxLength OBJECT-TYPE
  SYNTAX Gauge(1..4294967295)
 does not parse bug
cenAlarmTableMaxLength OBJECT-TYPE
  SYNTAX Gauge (1..4294967295) -- note the extra space after variable name seems to parse correctly.

K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted March 13, 2012 4:01 PM

Hi,
To be precise, the definition is actually missing whitespace between the Syntax type and sub-type.
I could not find any indication that this is ok, and I am unaware of any other mibs that do this.
I would therefore suggest that modifying the mib is the correct course of action.

Regardless, I have added this to our database as a mib parser robustness feature (#5617).
Implementation is not scheduled for the next release, but it may be included in a subsequent release.
If this is an immediate need, please contact Jamie Powell (jamie.powell@dart.com) to inquire about increasing its priority.

Best,
-ken
Reply | PowerSNMP for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX