Results 1 to 1 of 1
Thread: SNMP/UDP network discovery
- 06-14-2012, 02:24 PM #1
Member
- Join Date
- Jun 2012
- Posts
- 1
- Rep Power
- 0
SNMP/UDP network discovery
Hello,
There is a private network .../16. Hosts supports SNMP(udp) and ICMP protocols, but broadcasts are denied. The goal is to find all live ip adresses.
i tried to use snmp4j and simple datagramm sockets, but after the first ~1000-1500 responces, the system arp cache is full and programm crashes with exception
Java Code:java.net.SocketException: No buffer space available at sun.nio.ch.DatagramChannelImpl.send0(Native Method) at sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:301) at sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:281) at sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:250)
anyone else encountered this problem? Whether there are any standard tools/libraries/protocols for such discovery?
Similar Threads
-
asset monitoring in snmp using java
By annette in forum Forum LobbyReplies: 1Last Post: 05-07-2012, 12:09 PM -
Programmable SNMP Hubs
By davidc538 in forum New To JavaReplies: 0Last Post: 12-03-2011, 12:09 AM -
Help with SNMP Package
By javierg in forum NetworkingReplies: 1Last Post: 10-11-2010, 11:47 AM -
Server is in a network using an IP, but router in network carries the external IP(www
By lse123 in forum NetworkingReplies: 7Last Post: 05-02-2010, 10:35 PM -
Discovery of peer in p2p network
By dogukan in forum NetworkingReplies: 1Last Post: 04-19-2010, 03:55 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks