Cisco Cisco Prime Optical 9.6 Guia Do Programador

Página de 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
212
 
Description 
This interface enables an NMS to request all active alarms for the specified ME, excluding 
alarms that the ME does not report to Prime Optical. Some alarms can be filtered out 
(excluded) by specifying their probable causes or severities. 
The result of this operation is independent of the filtering set up by the NMS for the notification 
service. 
ONS 15310 CL, ONS 15327, ONS 15454 SONET, ONS 15454 SDH, ONS 15600 SONET, ONS 15600 
SDH, CPT 200, CPT 200 SDH, CPT 600, and CPT 600 SDH 
The ONS 15310 CL, ONS 15327, ONS 15454 SONET, ONS 15454 SDH, ONS 15600 SONET, ONS 
15600 SDH CPT 200, CPT 200 SDH, CPT 600, and CPT 600 SDH do not send a “clear” for TCA 
events. TCAs are not reported in the eventList that is returned by this method. 
ONS 15530 and ONS 15540 
TCAs are reported in the eventList returned by this method. The ONS 15530 and ONS 15540 
send a “clear” for TCAs. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
meName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the ME for which to 
retrieve alarms.
 
excludeProbCauseList
 
notifications::ProbableCauseList_T
 
In
 
List of probable causes to 
exclude (for which events 
are not reported).
 
excludeSeverityList
 
notifications::PerceivedSeverityList_ 
T
 
In
 
List of severities to exclude 
from the output event list.
 
how_many
 
unsigned long
 
In
 
Maximum number of alarms 
to report in the first batch.
 
eventList
 
notifications::EventList_T
 
Out
 
First batch of alarms.
 
eventIt
 
notifications::EventIterator_I
 
Out
 
Iterator to retrieve the 
remaining alarms.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when meName does not reference a managed element 
object or excludeProbCauseList contains undefined values. 
EXCPT_ENTITY_NOT_FOUND - Raised when meName references an ME object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators 
reaches 128.