Hi Mark,
playing around with SNMPset / get I got this syntax (as described in MIB):C:\SNMPset>snmpwalk -r:88.88.88.83 -v:2c -c:public -os:1.3.6.1.4.1.388.50.1.3.16.2.6.1.3 -op:1.3.6.1.4.1.388.50.1.3.16.2.6.1.4 SnmpWalk v1.01 - Copyright (C) 2009 SnmpSoft Company [ More useful network tools on http://www.snmpsoft.com ] OID=.1.3.6.1.4.1.388.50.1.3.16.2.6.1.3.14.100.101.102.97.117.108.116.45.97.112.55.53.50.50.6.114.97.100.105.111.49, Type=Gauge32, Value=0 OID=.1.3.6.1.4.1.388.50.1.3.16.2.6.1.3.14.100.101.102.97.117.108.116.45.97.112.55.53.50.50.6.114.97.100.105.111.50, Type=Gauge32, Value=0 Total: 2Then trying to put a value I get slightly different error message:
C:\SNMPset>snmpset -r:88.88.88.83 -v:2c -c:private -o:1.3.6.1.4.1.388.50.1.3.16.2.6.1.3 -val:10 -tp:uint SnmpSet v1.01 - Copyright (C) 2009 SnmpSoft Company [ More useful network tools on http://www.snmpsoft.com ] %Failed to set value to SNMP variable. Variable does not exist (noSuchName(2))I have a feeling this might be a locked or having wrong type
variable type (-tp). Possible: int,uint,str,hex,oid,ipWill test further and let you know.
Regards,
Ondrej