Sending SNMP v3 traps

helge.fredriksen____4tel.no helge.fredriksen____4tel.no
Fri Jul 14 09:42:15 CEST 2000


Hello!

I've just started to look into the trap mechanisms in agent++.
I found the following sample code in agent.cpp under the atm example.

	coldStartOid coldOid;
	NotificationOriginator no;
	UdpAddress dest("127.0.0.1/162");
	no.add_v1_trap_destination(dest);
	no.generate(vbs, 0, coldOid, "", "");

This is really nice.

But I understand from the documentation that this is a v1 trap? Is there any
similar support for v3 traps?

Yours sincerely,
Helge Fredriksen



More information about the AGENTPP mailing list