This is a discussion on Re: ignoring context in request? within the SNMP Users forums, part of the Networking and Network Related category; On 25/03/2008, Mike Harless <harless@sdd.hp.com> wrote: > Is it possible to ignore any ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 25/03/2008, Mike Harless <harless@sdd.hp.com> wrote:
> Is it possible to ignore any context specified in a request? > I'd like to be able to support where clients can specify a > context, but snmpd just ignores the request and gives them > the default context instead. You'll almost certainly have to tweak the Net-SNMP code - either the SNMP request parsing code (e.g. to suppress the line that sets the context - snmp_api.c:snmpv3_scopedPDU_parse()), or to force use of the default context within the agent (e.g agent_registry.c:netsnmp_subtree_find_first()) Dave ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216...et/marketplace _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |