Skip to content

Implementation of Simple Network Management Protocol (SNMP) in Java for GetRequest PDU

Notifications You must be signed in to change notification settings

Saurabh702/SNMP-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNMP-Manager

Implementation of Simple Network Management Protocol (SNMP) in Java for GetRequest PDU

Usage

  • 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:

    • Destination Address or HostName (SNMP-Agent)
    • SNMP version
    • SNMP community string
    • Object Identifier (OID)

    [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

About

Implementation of Simple Network Management Protocol (SNMP) in Java for GetRequest PDU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages