| Hi,
I am not an expert in HP Openview, but this can help you :
As far as I know, there is on HP Openview a trap manager collecting
traps from different systems. If you want to forward these traps
towards another manager, you must develop a proxy application
running on the HP Openview system ; in this application, you must :
1- create an Event Forwarding Discriminator
2- collect the traps using this EFD
3- Forward these traps ...
Step 1 and 2 are done using HP openview API routines, unfortunately
you will have to use some XMP routines (such as mp_receive ...)
Note that you can benefit from the HP Openview "distribution" : your
appli runs on a given Openview system, and can collect traps coming
from other Openview systems, using the EFD.
For step 3, you have to decide which protocol you are going to use
to forward the traps: cmip, snmp or whatever. For example, if you
use snmp, your HP openview system will be seen as a proxy agent.
According to the protocol you use, there are some possibilities to
receive them on TeMIP using the accurate access module
(could be snmp_am, collection_am , specific AM ... ?)
Vincent
|
| Hello,
is it also possible to tell the SNMP-agents of the NE's to send the
SNMP-traps directly to the ip-address where TeMIP resides?
I mean it would be very convenient to receive directly the snmp-traps
from the NE's via the SNMP_AM of TeMIP.
Concerning your proposal with the EFD:
When HP Openview forwards the received traps to TeMIP, what will be
shown in the TeMIP Alarm Handling as "sender" of the trap?
Will the contence of the original trap be changed?
In TeMIP Alarm Handling we need to identify the source of the trap, that
means to Network Element and not the HP Openview system as "sender" of
the traps.
Christiane
|
| Christiane,
If you can directly sends traps from snmp agents, I think it is
better : but it means you are able to configure these agents.
In your case I thought you wanted to perform some local
management using HP Openview, and forward only some selected
traps to the umbrella system (TeMIP here). If you want to
bypass the intermediate system, sure you can use the snmp_am.
Concerning the EFD, if you develop a proxy application, this
appli gets the original traps using the EFD, but forwards anything you
want to the umbrella manager (as I wrote in .1, the format of the
forwarded data and the protocol you use, it is YOUR choice)
Vincent
|