SNMPGET Command

2010-10-27 Thread Tom C. Scott
Can anyone provide some assistance with the snmpset command, using version 5.5? I need to send an OID where the Integer = 1 but I continue to get an error related to Bad object type. The command I am attempting to send is: snmpset -c canteen 192.168.11.103 1.3.6.1.4.1.13243.1.3.1.0 -t i -v

Re: SNMPGET Command

2010-10-27 Thread Dave Shield
On 26 October 2010 19:17, Tom C. Scott tsc...@alaska.net wrote: The command I am attempting to send is: snmpset -c canteen 192.168.11.103 1.3.6.1.4.1.13243.1.3.1.0 -t i -v 1 Please check the syntax of the snmpset command. It takes OID type value triples, and does *not* use the flags '-t'

IF -MIB set problem

2010-10-27 Thread sanjaykumar
HI All, I am doing set for if mib I am getting following error could someone help me out snmpset -v 2c -c private 172.16.8.83 .1.3.6.1.2.1.2.2.1.7.9 i 2 Error in packet. Reason: resourceUnavailable (This is likely a out-of-memory failure within the agent) Failed object:

Integer Decimal Point Notation Question

2010-10-27 Thread John Kokidko
All I have a question about output form a RFC 1628 UPS MIB. The integer output is displayed without any decimals points (See Below) Is there a method that does not involve scripting that would provide Decimal point notations. That is the output of Htz would read 60.0 instead of 600. Thanks