This is a discussion on Re: Deprecated objects in ifTable within the SNMP Users forums, part of the Networking and Network Related category; On Fri, 25 Feb 2005 19:10:38 +0530 Sridhar wrote: SS> It means that the agent I implement ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, 25 Feb 2005 19:10:38 +0530 Sridhar wrote:
SS> It means that the agent I implement should not support these objects. In SS> the UCD-Style of coding I removed these objects from the initialization SS> structure, there by preventing them by getting registerd at the agent. SS> So 'SNMP_NOSUCHOBJECT' error will be returned to the manager. SS> SS> My question is how can I achieve this by using Net-SNMP style of coding. What handler are you using? As long as you have the table handler in the chain, you can use the valid_columns structure to indicate which columns the agent handlers, and it will filter out requests for other columns. -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ 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 |