Device SNMP Commands -


as have read, there various snmp commands such snmpget , snmpset etc.

the snmpget command of form [acc] [-n] [-b] recno|name variable1 [variable2 …].

this command performs snmp get or getnext operation 1 or more variables. output result of operation, each returned variable , value on separate line in form nodename:variable=value.

the description of command explains parameters of command are:

  1. acc - snmpc server access parameter.
  2. -n - use snmp getnext operation3.
  3. -b - bare mode; display value ony.
  4. recno|name - record number or name of map object.
  5. variablen - snmp variable name(s).

i understand [acc], [-n], , [-b] optional, if have use them, confused mean or like. if knows or give me exact example of command looks , find these parameters, helpful.

that looks device snmp commands snmpc 7.1 custom service polling custom scripting support castle rock computing. manual available here

if don't have particular tool kit there many alternate options interact using snmp protocol e.g. net-snmp.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -