Someone please help me on how to do OID comparision, when receiving a SNMP GET/SET request.
 
is it like this??
 
char old[]="1.3.6.1.2.1.1.1";
 
if ( requests->requestvb->name == oid)
{
.............
}
 
Please help me. Thanks.

Reply via email to