
Hello,
I am using "smidump.exe -s -f ez" (smidump version 0.2.13) command to parse my mibs and get a formatted output. The output comes in this format
system|1.3.6.1.2.1.1|GP|NA sysDescr|1.3.6.1.2.1.1.1|S|RO sysObjectID|1.3.6.1.2.1.1.2|OI|RO sysUpTime|1.3.6.1.2.1.1.3|C[0,-1]|RO sysContact|1.3.6.1.2.1.1.4|S|RW sysName|1.3.6.1.2.1.1.5|S|RW snmpInTooBigs|1.3.6.1.2.1.11.8|C[0,-1]|RO snmpInNoSuchNames|1.3.6.1.2.1.11.9|C[0,-1]|RO snmpInBadValues|1.3.6.1.2.1.11.10|C[0,-1]|RO
If you look at the output, there's character 'C' for TimeTicks, Counter32, Gauge32 & Unsigned32 datatypes.
Is there a way I can get a specific character for each datatype so that I can distinguish between the data types.
Thanking in advance for your help.
Regards,
Raj Sohal Software Eng. Dorado Software, Inc.
-- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.