> Is there any way to use one pass directive for multiple entries in a MIB?
> But what I would really like to do, is 
> 
> Pass .1.3.6.1.4.1.469.1000.2 myapp
> 
> And have this process the original example by looking at the remaining
> .1.1.1 in the OID.

Yes - that's how it works, I believe.

You should find that your application is called as

        myapp -g .1.3.6.1.4.1.469.1000.2.1.1.1 
or
        myapp -n .1.3.6.1.4.1.469.1000.2.1.1.1 

(for GET and GETNEXT requests respectively).

It'd then be up to your script to look at the OID parameter,
and extract the relevant indexes.

Dave

PS: Please - no HTML mail.  Thanks



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to