@enaiman
Hi,
I think I found a small problem; GetRequest (A0) is not working for an for an array of OID's.
This works:
$SNMP_OID= "1.3.6.1.4.1.26565.1.1.3.2.0" ;
$SNMP_Command = _SNMPBuildPacket($SNMP_OID, $SNMP_Community,$SNMP_Version, $SNMP_ReqID, "A0")
This doesn't :
$SNMP_OID[0]= "1.3.6.1.4.1.26565.1.1.3.2.0" ;
$SNMP_Command = _SNMPBuildPacket($SNMP_OID, $SNMP_Community,$SNMP_Version, $SNMP_ReqID, "A0")