Implementation of Simple Network Management Protocol (SNMP) in Java for GetRequest PDU
Implementation of Simple Network Management Protocol (SNMP) in Java for GetRequest PDU
Make sure the SNMP-agent on the destination device is running.
For Linux platform, snmpd service should be running
For Windows platform, enable the SNMP service in Program Features
If IDE is being used to execute the program, use Eclipse IDE preferably
For CLI based execution, one can use javac command to compile the program and java command to execute the same
Required inputs for the program are as follows:
[If SNMP-Agent is on a Linux platform, one can obtain the list of OIDs using snmpwalk command]
NOTE : For more info about this project, click this