
Hi!
I have a problem parsing a mib that uses the UNITS definition for an object. eg.
mem-avail OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current UNITS MB DESCRIPTION "Physical memory available" ::= { memory-usage 1 }
This node is parsed fine if I remove the line "UNITS MB". Is there any way to make this work? The documentation for the tool generating this MIB says that it is ASN.1 compliant.
Thanks and regards, Mayank.
-- !! 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.