org.jboss.jmx.adaptor.snmp.agent
public interface: TrapFactory [javadoc |
source]
All Known Implementing Classes:
TrapFactorySupport
TrapFactory takes care of translation of Notifications into
SNMP V1 and V2 traps
Trap-PDU ::=
[4]
IMPLICIT SEQUENCE {
enterprise -- type of object generating
-- trap, see sysObjectID in [5]
OBJECT IDENTIFIER,
agent-addr -- address of object generating
NetworkAddress, -- trap
generic-trap -- generic trap type
INTEGER {
coldStart(0),
warmStart(1),
linkDown(2),
linkUp(3),
authenticationFailure(4),
egpNeighborLoss(5),
enterpriseSpecific(6)
},
specific-trap -- specific code, present even
INTEGER, -- if generic-trap is not
-- enterpriseSpecific
time-stamp -- time elapsed between the last
TimeTicks, -- (re)initialization of the network
-- entity and the generation of the
trap
variable-bindings -- "interesting" information
VarBindList
}
- version:
$ - Revision: 44604 $
- author:
< - a href="mailto:spol@intracom.gr">Spyros Pollatos
- author:
< - a href="mailto:dimitris@jboss.org">Dimitris Andreadis