中文网站
  Advanced Search
Read the latest Blogs from IT professionals in the field. Read and write community created documents. Need IT help? Ask our staff. Connect with your peers. Check our Tech Shop for posters, books and software tools. Home

snmpv3 traps

is there a snmpv3 trap receiver program that will receive traps from any users? i mean in the webnms snmp api examples the snmpv3trapd .java (trapreceiver) program will receive traps only if snmpv3trap.java(sender) and snmpv3trapd.java have the same arguments. e.g., the arguments for snmpv3trap.java are:
-p 170 -e 0x80001f8880c63b000070f3e14e00000000 -a MD5 -w authUser -s privUser -pp DES -m SNMPv2-MIB privUser localhost 12345678 .1.3.6.1.2.1.1.2.0

and for snmpv3trapd.java the arguments are:
-p 170 -u privUser -e 0x80001f8880c63b000070f3e14e00000000 -a MD5 -w authUser -s privUser -pp DES

if i set this arguments for both files then only i will be able to receive the traps. but is there a trapreceiver program where i need not set arguments in the trapreceiver program and yet receive traps from all users?

No answers posted yet