On Thu, 2013-07-18 at 19:47 +0000, O'hara, Joseph (Contractor) wrote:
> Hi net-snmp-coders,
>  
>     I am having trouble compiling the NET-SNMP-EXTEND-MIB which I just
> downloaded
> from your website. I am using the latest version of the MB-Soft MIB
> Browser with Compiler.
>  
>     The indicated errors are here:
>  
> NsExtendOutput1Entry ::= SEQUENCE {
>     nsExtendOutput1Line DisplayString,
>     nsExtendOutputFull  DisplayString,
>     nsExtendOutNumLines INTEGER,        <----compiler says Item
> "nsExtendOutNumLines" in sequence "NsExtendOutput1Entry" has
> conflicting syntax specified
>     nsExtendResult      INTEGER            <---compiler says Item
> "nsExtendResult" in sequence "NsExtendOutput1Entry" has conflicting
> syntax specified
> }


That MIB was changed back in 2010 but we have apparently failed to
update the documentation since then.

The current version of that file have the following:

NsExtendOutput1Entry ::= SEQUENCE {
    nsExtendOutput1Line DisplayString,
    nsExtendOutputFull  DisplayString,
    nsExtendOutNumLines Integer32,
    nsExtendResult      Integer32
}

I have tried to regenerate the MIBs on the web site.

/MF




------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to