Suppose a certain table is indexed by 3 different values, IDX1, IDX2, IDX3. to store values in that table we would have to set OID's like:
IDX1 = 1; IDX2 = 1; IDX3 = 1 => OID: xxx.1.1.1 IDX1 = 1; IDX2 = 1; IDX3 = 2 => OID: xxx.1.1.2 IDX1 = 1; IDX2 = 1; IDX3 = 3 => OID: xxx.1.1.3 IDX1 = 2; IDX2 = 1; IDX3 = 1 => OID: xxx.2.1.1 .. Is it possible to implement in the agent an operation to remove all rows whose OID is like xxx.1.1.N? SNMP operation only allows GET's and SET's, so I can't see how can this be implemented in the agent! How can I generate a SNMP operation to remove a given OID ? Is it possible ? ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
