Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
319
 
TMF-defined. 
3.13.2  enablePMData 
Synopsis 
Description 
This interface instructs the EMS to enable (turn on) PM data collection for a list of measurement points. 
Enabling is done on a best-effort basis. If PM could not be enabled for a subset of cases in the 
pmTPSelectList, a list identifying this subset is returned. PM collection does not start immediately as 
required by the TMF. There are no incomplete collection periods. If PM collection was already on for a 
TP, the operation is considered successful. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
pmTPSelectList 
PMTPSelectList_T  In 
This structure contains the relevant data for the 
enablePMData request. This value cannot be 
empty. 
failedTPSelectList  PMTPSelectList_T  Out 
List of points that were not enabled completely. 
An empty list indicates that the total request 
succeeded. 
For details about the PMTPSelect_T structure, see 
. 
Throws 
Compliance 
TMF-defined. 
3.13.3  setTCATPParameter 
Synopsis 
Description 
This interface modifies the TCA/alarm threshold values on a TP-layer rate measurement point. This 
interface can be applied to a PTP or CTP. The NMS specifies the TP and layer rate, the granularity, and 
the values of one or more TCA/alarm thresholds to modify. The operation mode is best-effort. If no 
TCA/alarm value is set, the default value is active. 
A set of TCA/alarm thresholds is supported for Optical, OTN, SONET, and SDH layer rates. 
If Prime Optical fails to set TCA/alarm parameters, an exception is generated. A successful return of this 
operation guarantees that all values are set. If a parameter fails, the remaining parameters are unchanged. 
Prime Optical does not send events or updates when TCA/alarm parameters are changed. It also does not 
validate the range of PM parameter values. 
The NMS always makes synchronous calls to this method.