
Hi!
Raj> I am using "smidump.exe -s -f ez" (smidump version 0.2.13) Raj> command to parse my mibs and get a formatted output. The output Raj> comes in this format
Raj> system|1.3.6.1.2.1.1|GP|NA Raj> sysDescr|1.3.6.1.2.1.1.1|S|RO Raj> sysObjectID|1.3.6.1.2.1.1.2|OI|RO Raj> sysUpTime|1.3.6.1.2.1.1.3|C[0,-1]|RO Raj> sysContact|1.3.6.1.2.1.1.4|S|RW Raj> sysName|1.3.6.1.2.1.1.5|S|RW Raj> snmpInTooBigs|1.3.6.1.2.1.11.8|C[0,-1]|RO Raj> snmpInNoSuchNames|1.3.6.1.2.1.11.9|C[0,-1]|RO Raj> snmpInBadValues|1.3.6.1.2.1.11.10|C[0,-1]|RO
Raj> If you look at the output, there's character 'C' for TimeTicks, Raj> Counter32, Gauge32 & Unsigned32 datatypes.
Raj> Is there a way I can get a specific character for each datatype Raj> so that I can distinguish between the data types.
Raj> Thanking in advance for your help.
The 'ez' format you are using, is not supported by the original libsmi distribution. I don't know it. You should ask the person who wrote that format driver for your additional wishes.
From the libsmi API point of view it would be no problem to modify the
driver code so that it generates different output depending on the object types' syntax clauses.
-frank -- !! 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.