RE: the string value is not passed to PROG of the pass directive when oid is set

2015-07-07 Thread 常超
.Modified: agent/mibgroup/ucd-snmp/pass_common.c From: chang-c...@hotmail.com To: net-snmp-users@lists.sourceforge.net Subject: the string value is not passed to PROG of the pass directive when oid is set Date: Tue, 7 Jul 2015 17:00:22 +0900 Hi,allAbout the pass directive,the man page of

the string value is not passed to PROG of the pass directive when oid is set

2015-07-07 Thread 常超
Hi,allAbout the pass directive,the man page of snmpd.conf said that, A SET request will result in the command being called as:PROG -s OID TYPE VALUEBut my test shows that when string value is set using snmpset,only OID and TYPE is passed to PROG,but NO VALUE. integer value is passed as expected.