SNMP4J-CLT-Usage
Version 19.3 by Admin on 2024/05/25 10:37
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>:
- An object identifier is either a dotted notation like '1.3.6.1.2.2.1.0'.
- An object name with dotted numeric suffix like 'IF-MIB:ifDescr.0' or 'sysName' (requires MIB information).
- 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.