SNMP4J-CLT-Usage

Version 19.2 by Admin on 2024/02/07 22:10
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

SNMP4J Command-Line Tool, version 3.4.0

Type

java -SNMP4J-CLT.jar help <command>

for help on a specific command.
Type

java -jar SNMP4J-CLT.jar example <command>

for examples on a specific command.
Type

java -jar SNMP4J-CLT.jar version

to see the program version.
Type

java -jar SNMP4J-CLT.jar -L "<license>" "<key>" defaults list

to register your license (you then do not need to enter it for subsequent commands).

Most commands take agent address and OID list arguments. A list of the
available options for each command is listed after the command description.
The description of all options follows the command list.

Standard parameter formats are:

<OID>:

  1. An object identifier is either a dotted notation like '1.3.6.1.2.2.1.0'.
  2. An object name with dotted numeric suffix like 'IF-MIB:ifDescr.0' or 'sysName' (requires MIB information).
  3. An columnar OBJECT-TYPE name with formatted index, e.g. vacmAccessContextMatch."v3group"."".3.'authPriv(3)' (requires MIB information).

<address>: [upd:|tcp:]<host>[/<port>]
Host is either an IP address or hostname and port is the SNMP port
of the target SNMP entity.

Unknown macro: noformat. Click on this message for details.