RE: Query on VDSL Mib
"Ray, Robert" <[email protected]>
| Newsgroups | gmane.ietf.adslmib |
|---|---|
| Message-ID | <[email protected]> |
Hi.
If you will carefully examine the notification, you will note that there is an object reported with the notification, for example:
vdslPerfLolsThreshNotification NOTIFICATION-TYPE
OBJECTS {
vdslPerfDataCurr15MinLols
}
STATUS current
DESCRIPTION
"Loss of Link 15-minute interval threshold
(vdslLineAlarmConfThresh15MinLols) reached."
::= { vdslNotifications 4 }
If you examine vdslPerfDataCurr15MinLols, you will note that it is a column in the table vdslPerfDataTable. In this table, objects are indexed by INDEX { ifIndex, vdslPhysSide }.
So, send the notification correctly (i.e. with the object) and the index you need will be there (as part of the object identifier for the object).
> Could you please reply asap.
I hope this is soon enough for you.
Bob Ray
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of [email protected]
Sent: Monday, July 04, 2005 8:39 AM
To: [email protected]
Cc: [email protected]
Subject: [Adslmib] Query on VDSL Mib
Hi ,
At present we are working on the implementation of FaultManagement for the NE that implemented Standard VDSL MIB.
We found the following notification in the VDSL MIB
vdslPerfLofsThreshNotification , vdslPerfLossThreshNotification , vdslPerfLprsThreshNotification , vdslPerfLolsThreshNotification , vdslPerfESsThreshNotification , vdslPerfSESsThreshNotification , vdslPerfUASsThreshNotification , vdslDownMaxSnrMgnNotification , vdslDownMinSnrMgnNotification vdslUpMaxSnrMgnNotification , vdslUpMinSnrMgnNotification , vdslInitFailureNotification
All the notification mentioned above does not have the port index ( ifIndex of VDSL Port) associated to it. How does the management system know , to which port the notification is associated with?.
Could you please reply asap.
Cheers
Maheshwaran.G