Java SNMP manager

Java SNMP manager is the one who requests data to the SNMP Agent. Here we will see how to use java as a java SNMP manager which will make SNMP get the request to SNMP agent.

Java SNMP manager

Steps to use java as java SNMP Manager are given below.
1)Assuming you know what is SNMP manager and SNMP agent. If you do not know what is SNMP manager and SNMP agent then please click on below link.
SNMP Manager
SNMP AGENT

2)download the following SNMP get operation java project and unzip it.
java SNMP get request code (1945 downloads)

3)Please open the downloaded project in eclipse IDE and modify the agent address and oid which is shown below.
java snmp get
4)Once you modify the changes, please save the code.

5)Now run the java code.

6)Once you run the above code you will see the following kind of output.
java snmp get console

Common Doubt

1)Why SNMP Agent is localhost

SNMP Agent is localhost because SNMP manager and SNMP agent both are running on the same system.

2)Can I use windows computer or laptop as an SNMP agent and SNMP manager?

Yes, you can use windows computer or laptop as an SNMP agent and SNMP manager.

Please click on the below link to become master in SNMP.

Master SNMP Protocol

You may also like...

Leave a Reply