|
The snmpv2cinformreqd example can be used to receive v2c inform requests. The inform requests can be sent from a manager to another manager. A trap receiver program in the manager station can receive and display inform messages. By default, the inform requests are sent to the port 162 of the manager station.
Source
Refer the source code for the snmpv2cinformreqd example present in <examples/low_level_api_examples/snmpapps/snmpv2cinformreqd.java> for more information.
Usage
java snmpv2cinformreqd [options]
java snmpv2cinformreqd [-d] [-p port][-c community]
Options
[-d] - Debug output. By default, off.
-p] port - Remote port number. By default, 162.
[-c] community - Community string. By default, "public".
Example Command
java snmpv2cinformreqd -p 162 -c public
|