I´m diving in the worl of SNMP, and based in my knowledge, to discover the devices in the network, first you have to walk all your network segments asking for an specific OID.
But you have to do it with an script.
i'm doing the project on network topology discovery as a part of my computer engg. syllabus. if you know how to read MIB tables using JAVA , please help me.
thanks,
sacnam.
hello !
I am also doing a network topology discover ,i am know so little about snmp ,who can tell me where can get some example for this purpose , and java code is best
thanks
xiaotong
i finally made the n/w discovery prog'm in vc++, its pretty easy as u only need to poll some specific OID. tellin that wont be fun, but if u r really serious abt this, download getIF, its the best thing u can have.
Most network discoveries require a combination of ping sweep and SNMP WALK following the capture of live addresses. This can be very tricky since this can inhibit the operation of some lower end routers and you might get more that you bargained for. Consider the following when planning the discover.
- Purpose of discovery
- Address ranges.
- Community Strings
- Device vendors and types to discover
- Discovery time (non intrusive hours)
- Scope of monitoring (if that is the purpose)
A great deal of information on SNMP can be gathered from the Internet Engineering Task Force (IETF) RFC 1157 at the following URL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.