2011/1/13 <[email protected]> > snmpset -v2c -c 192.168.10.1 1.3.6.1.4.171.12.9.6.1.1.3.3.1 i 6000 > i: Bad object type: 6 > > It always show "Bad object type"
First problem - this OID does not match the one in the description you posted (1.3.6.1.4.171.... vs 1.3.6.1.4.*1*.171.....) Second problem - the '-c' option takes the community string to use, but you seem to have missed this out. So the command as given will be taking the IP address as the community string (and the OID as the address of the remote agent!) Third issue - this is a "private" vendor-specific MIB, so is not implemented in the standard Net-SNMP agent, Do you know whether the agent that you are querying actually supports this MIB? What happens if you try an "snmpget" request on this same OID? Dave ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
