nv-l
[Top] [All Lists]

Re: Problems with NODE_UP and NODE_DOWN events

To: nv-l@lists.tivoli.com
Subject: Re: Problems with NODE_UP and NODE_DOWN events
From: Pieter_Van_Cauwenberghe@csi.be
Date: Mon, 6 Aug 2001 16:08:11 +0200


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


<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web