Jump to content

Sjee

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Sjee

  1. @enaiman You're quick! For me the OID array's are very useful. The reason is that if I send a number of single OID's there is a small delay between every request which causes the data to run out of sync. And since I repeat the request every +/- 500ms there isn't enough time to use single OID's. But for now the older version of your UDF still does the trick for me Thanks for the great work!
  2. @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")
  3. Thanks, the problem is solved in version 1.3.1!
  4. Thanks for your quick support. I might be doing something wrong but I still get an error on this OID, the OID returned is 1.3.6.1.4.1.16591.16591.69.1.1.1.24.0
  5. Thanks for the great UDF. I have some problems when I use for example this 1.3.6.1.4.1.26565.1.1.1.24.0 OID. The result also shows a different OID... (1.3.6.1.4.129.10113.207.69.1.1.1.24.0) any idea what is causing this problem?
  6. Thx rogdog I appreciate your input. I tried the code and I managed to covert the OID, so far so good. The only problem left is that I seem to be a SNMP dummy now I have to figure out how to automaticly create the part before the OID as well.
  7. @starship616 Please share how you managed to get the correct hex string for the OID. Thanks!
  8. I have been reading the "Using SNMP - MIB protocol" topic in the examples section of this forum and some additional information on the internet but I can not figure out how to create this long SNMP string. 'boobo' wrote the sequence is wrong in the example script 'ptrex' made but how to correct it? I'm probably looking for the wrong keywords because I can not find the info I'm looking for on the internet. I hope some one can point me to into the right direction. Thanks!
×
×
  • Create New...