Re: another question about alarmMib..
Michael Thatcher <[email protected]> Tue, 16 Dec 2008 13:19:56 -0800
| Newsgroups | gmane.ietf.disman |
|---|---|
| Message-ID | <[email protected]> |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Randy Presuhn wrote:
<blockquote cite="mid:004701c95fb1$c30f9c00$6801a8c0@oemcomputer"
type="cite">
<pre wrap="">Hi -
</pre>
<blockquote type="cite">
<pre wrap="">From: "Michael Thatcher" <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a>
To: <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a>
Sent: Monday, December 15, 2008 2:05 PM
Subject: [Disman] another question about alarmMib..
the alarmActiveTable is indexed by alarmListName, alarmDataAndTime,
alarmActiveIndex
the alarmActiveVariableTable is indexed by alarmListName,
alarmActiveIndex, alarmActiveVariableIndex.
How come alarmDataAndTime are not an index into the
alarmActiveVariableTable, since this table by definition has the varbind
objects from the corresponding entry in alarmActiveTable?
This also seems to imply that alarmActiveIndex is always unique
regardless of alarmDataAndTime. Is this intentional?
</pre>
</blockquote>
<pre wrap=""><!---->
Yes. This should make it clear why alarmDateAndTime is needed
for the alarmActiveTable (it supports the ordering required for the
most common use cases) and not for the alarmActiveVariableTable
(these are meaningful only in the context of the alarm "containing"
these variables, and a time stamp is not needed to provide uniqueness.
</pre>
</blockquote>
<br>
The description of alarmClearIndex says that
"This object has the same value as the alarmActiveIndex that this alarm
instance had when it was active". Does this mean that clear events
cannot be placed in this table which do not have a related alarm in the
alarmActiveTable? If there are multiple related entries in the
alarmActiveTable, does it matter which alarmActiveIndex value is used?
<br>
<br>
<br>
mikeT<br>
<br>
</body>
</html>