On 09/08/07, Joe Warren-Meeks <[EMAIL PROTECTED]> wrote: > Is there a simple way of returning a numeric value using extend/exec/ > whatever that will exceed 255?
No. The extend/exec mechanism is provided as a simple way of supporting access to arbitrary non-SNMP-aware commands. The only consistent integer value is the exit status of the command, and typically this is restricted (by the O/S, not the SNMP agent) to the range 0-255. Dave ------------------------------------------------------------------------- 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
