On 14/08/07, Patrik Nagel <[EMAIL PROTECTED]> wrote: > For testing purposes I tired to run > "snmptranslate -m +IEC-62439-2-MIB -IR MergeLayerInfo" > and get the similiar error message "Unknown object identifier: > MergeLayerInfo".
The definition 'MergeLayerInfo' is defining the *syntax* for a MIB object, not the actual MIB object itself. Try snmptranslate -m +IEC-62439-2-MIB -IR tMergeLayerInterFace I'm not convinced that this is a valid MIB definition, though. SMI (as used to define MIB modules) is not the same as full ASN.1, and doesn't support SEQUENCEs, except as part of defining a table. Who developed this particular MIB? Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
