James,
Thanks very much for quick
reply. You suspicion is correct that our SNMP trap severity do not match with
the severity of TEC. How can I remap in the TEC server ?
Thanks,
Narendra
From:
nv-l-bounces@lists.ca.ibm.com [mailto:nv-l-bounces@lists.ca.ibm.com] On
Behalf Of James Shanks
Sent: Monday, August 20, 2007 10:38 AM
To: Tivoli NetView Discussions
Subject: Re: [NV-L] Override Severity in Tivoli Enterprise Console
Whether you can do this in the CDS or not
depends on the complexity of what you are trying to do. The CDS basically just
selects varbinds from the trap and substitutes them into slot mappings. It does
not really allow for any conditional logic.
So for example, if the severities in the trap variable match TEC severities,
then something like this might work. Say the varbind which contains the
severity is number 6. So you'd select it, and then map it. Let's say it's your
third selection. Then your CDS might look like this. But the numbers below are
arbitrary; you need to match the map variable with the attribute number you
selected. Consult the TEC adapters guide for information on how to code CDS
entries.
CLASS <myclass>
SELECT
1.
2.
3: ATTR(=,"VB_6") ;
4.
MAP
...
severity = $V3 ;
...
END
But my suspicion is that this is not enough, because it is unlikely that the
severities passed in the trap do not themselves map to the severities used in
TEC. In that case you'd have to add TEC rules in the TEC server to modify the
incoming events even further. And In fact, it might be simpler not to mess with
the severities in the tecad CDS at all, and just do the re-mappings in the TEC
server itself using TEC rules.
James Shanks
Level 3 Support for Tivoli NetView for UNIX and Windows
Network Availability Management
Network Management - Development
Tivoli Software, IBM Corp
"Gupta,
Narendra" <guptan@netscout.com>
"Gupta,
Narendra" <guptan@netscout.com>
Sent by: nv-l-bounces@lists.ca.ibm.com
08/20/2007 10:03
AM
Please respond to
Tivoli NetView Discussions <nv-l@lists.ca.ibm.com>
|
|
To
|
<NV-L@lists.ca.ibm.com>
|
cc
|
|
Subject
|
[NV-L] Override Severity in Tivoli Enterprise
Console
|
|
Hi,
We have our network application that forwards the SNMP alarms to TEC. One of
the varbind contains the severity(1 or 2 or 3 etc). How we can map that
severity to TEC severities in CDS files. Please advice.
Thanks,
Narendra Gupta_______________________________________________
NV-L mailing list
NV-L@lists.ca.ibm.com
Unsubscribe:NV-L-leave@lists.ca.ibm.com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser
access limited to internal IBM'ers only)