Actually these events are sent as a Nvserverd_Event class for which you
need to load the Nvserverd.baroc file.
But, i wanted to receive then like Node UP/Down, so i created an extra
class in the file tecad_ov.baroc like this:
TEC_CLASS:
OV_Router_Down ISA OV_Node_Fault;
END
(Similar to OV_Node_Down)
and configured NetView to send the router traps as this new class to TEC
Run xnmtrap or, from the menu, Options - Event Configuration... or edit
/usr/OV/conf/C/traps.conf like this:
ROUTDOWN_EV {1.3.6.1.4.1.2.6.3} 6 58916971 N 4 0 "Status Events"
$3
EVENT_CLASS OV_Router_Down
BEGIN_SLOT_MAPPING
msg $V3
OV_status 1
source NV6K
END_SLOT_MAPPING
SDESC
EDESC
ROUTERUP_EV {1.3.6.1.4.1.2.6.3} 6 58916973 N 1 2 "Status Events"
$3
EVENT_CLASS OV_Router_Down
BEGIN_SLOT_MAPPING
msg $V3
OV_status 0
status CLOSED
source NV6K
END_SLOT_MAPPING
SDESC
EDESC
(similar to IBM_NVNUP_EV and IBM_NVNDWN_EV)
Regards, Pieter
|