Hi,

Can net-snmp perl module be used to support the multiple instances of same
MIB(scalar)?
I want to implement the Bridge MIB which is designed for one bridge to
support multiple bridges.

Can I get some pointers to make the basic net-snmp (C module) support
dynamic context names OR
 any way to send 'any given' context to the sub agent, wherein I can access
the reginfo->contextName and build my PDU based on it.

I found the places in master agent where it checks if context specified with
snmp request is already present
        if (access_ret == VACM_NOSUCHCONTEXT) {
            netsnmp_remove_and_free_agent_snmp_session(asp);
        }
I tried removing this check but I couldn't get the response.

I appreciate any HELP!
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to