void |
SnmpTrapHelper.addVarBinding(SnmpTrapBuilder trap,
java.lang.String name,
java.lang.String type,
java.lang.String value) |
Create a new variable binding and add it to the specified SNMP V1 trap.
|
void |
SnmpTrapHelper.addVarBinding(SnmpTrapBuilder trap,
java.lang.String name,
java.lang.String type,
java.lang.String encoding,
java.lang.String value) |
Create a new variable binding and add it to the specified SNMP V1 trap.
|
SnmpV2TrapBuilder |
SnmpTrapHelper.createV2Inform(java.lang.String trapOid,
java.lang.String sysUpTime) |
Create an SNMP V2 inform with the specified trap object ID, and sysUpTime
value.
|
SnmpTrapBuilder |
SnmpTrapHelper.createV2Trap(java.lang.String trapOid,
java.lang.String sysUpTime) |
Create an SNMP V2 trap with the specified trap object ID, and sysUpTime
value.
|
SnmpV3TrapBuilder |
SnmpTrapHelper.createV3Inform(java.lang.String trapOid,
java.lang.String sysUpTime) |
Create an SNMP V3 trap with the specified trap object ID, and sysUpTime
value.
|
SnmpV3TrapBuilder |
SnmpTrapHelper.createV3Trap(java.lang.String trapOid,
java.lang.String sysUpTime) |
Create an SNMP V3 trap with the specified trap object ID, and sysUpTime
value.
|
void |
SnmpTrapHelper.forwardTrap(Event event,
java.lang.String destAddr,
int destPort) |
Create an SNMP trap, based on the content of the specified event, and
forward the trap to the specified address and port.
|
void |
SnmpTrapHelper.forwardV1Trap(Event event,
java.lang.String destAddr,
int destPort) |
Create an SNMP V1 trap, based on the content of the specified event, and
forward the trap to the specified address and port.
|
void |
SnmpTrapHelper.forwardV2Trap(Event event,
java.lang.String destAddr,
int destPort) |
Create an SNMP V2 trap, based on the content of the specified event, and
forward the trap to the specified address and port.
|
void |
SnmpTrapHelper.sendTL1AutonomousMsgTrap(Event event,
java.lang.String destAddr,
int destPort,
java.lang.String trapVersion,
java.lang.String community) |
Create an SNMP trap, based on the content of an event derived from a
TL1 autonomous message received by Tl1d, and forward the trap to the
specified address and port.
|
void |
SnmpTrapForwarderHelper.sendV2AlarmInform(Event event,
boolean sync) |
|
void |
SnmpTrapForwarderHelper.sendV2AlarmTrap(Event event,
boolean sync) |
|
void |
SnmpTrapForwarderHelper.sendV2EventInform(Event event) |
|
void |
SnmpTrapForwarderHelper.sendV2EventTrap(Event event) |
|
void |
SnmpTrapForwarderHelper.sendV3AlarmInform(Event event,
boolean sync) |
|
void |
SnmpTrapForwarderHelper.sendV3AlarmTrap(Event event,
boolean sync) |
|
void |
SnmpTrapForwarderHelper.sendV3EventInform(Event event) |
|
void |
SnmpTrapForwarderHelper.sendV3EventTrap(Event event) |
|