
Hi,
I'm trying to parse the NTCIP 1205CCTV mib with v0.4.6 of smidump (to python). This mib is dependent on TMIB-II, RFC1155-SMI, RFC1158-MIB and RFC-1212.
My directory structure is like this:
...\1205cctv.mib ...\mibs\RFC1155-SMI.mib ...\mibs\RFC1158-MIB.mib ...\mibs\RFC-1212.mib ...\mibs\TMIB-II.mib
and SMIPATH=C:...\mibs set in my environment.
When I run smidump.exe 1205CCTV.mib from the same directory as the 1205mib the program crashes without any other feedback. I've also tried moving all the mibs into the same directory without luck.
I've tried removing/slowing introducing each of the above mibs to see if one is troublesome.
One message I did get before introducing RFC-1212 was:
1205CCTV.mib:98: object identifier `cctv' defined recursively or too long 1205CCTV.mib:102: object identifier `cctvRange' defined recursively or too long 1205CCTV.mib:107: object identifier `rangeMaximumPreset' defined recursively or too long 1205CCTV.mib:121: object identifier `rangePanLeftLimit' defined recursively or too long 1205CCTV.mib:136: object identifier `rangePanRightLimit' defined recursively or too long 1205CCTV.mib:151: object identifier `rangePanHomePosition' defined recursively or too long 1205CCTV.mib:164: object identifier `rangeTrueNorthOffset' defined recursively or too long 1205CCTV.mib:178: object identifier `rangeTiltUpLimit' defined recursively or too long 1205CCTV.mib:194: object identifier `rangeTiltDownLimit' defined recursively or too long ... on and on ...
What might cause this?
Any ideas what the cause of the crash might be?
I can supply the mibs if you want to try it yourself.
Thanks in advance, Sandy