Does Application Manager Filters traps??

Does Application Manager Filters traps??

Hi,

Does Application Manager Filters traps??

I had made some changes in Agents Mytraps.c and commented

/* Add the sysUpTime to the trapVector */
AddVarBind(trapVect,
sysUpTimeOid,
gv_agentUpTimeOidLen,
(U_CHAR)(ASN_TIMETICKS | ASN_PRIMITIVE),
(U_CHAR *)&trapPdu->time,
sizeof(trapPdu->time),
FALSE);

/* Add the snmpTrapOid to the trapVector */
CopyOid(tempSnmpTrapVarVal, snmpTrapVarVal, VarValLen/sizeof OID));

AddVarBind(trapVect,
snmpTrapOid,
gv_snmpV2TrapOidLen,
ASN_OBJECT_ID,
(U_CHAR *)tempSnmpTrapVarVal,
snmpTrapVarValLen,
TRUE);


Then on the manager side the traps are not coming. But in browser traps are coming. I want to omit the extra information in message.

Is It possible??




























                New to ADSelfService Plus?