hai

i have to do a project on Traffic Monitoring using SNMP. Is anybody have any idea about how to implement it using snmp in java.

Traffic monitoring is like: there are so many packets on network which leads to traffic or delay in transmitting the packet. To reduce the traffic packets are prioritized (there are other algorithms also like Leaky Bucket Algorithm).On the basis of priority, packets are then transferred. i did not get what is the role of snmp here?

can anyone help me?

[502 byte] By [sari_leea] at [2007-11-27 1:24:48]
# 1

All your SNMP can do is request and receive logging information from other SNMP servers on the network that are doing the real monitoring. For example, the routers may provide an SNMP information service. You need to find out whether that is true first, then what they do. After that it is a doddle really, just find a Java implementation of SNMP and away you go.

ejpa at 2007-7-12 0:16:35 > top of Java-index,Core,Core APIs...