Cisco Cisco Prime Optical 9.6 開発者ガイド

ページ / 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
235
 
Compliance 
Prime Optical-defined. 
3.8.17  setTPData 
Synopsis 
void setTPData( 
in subnetworkConnection::TPData_T tpInfo, 
out terminationPoint::TerminationPoint_T modifiedTP) 
raises(globaldefs::ProcessingFailureException); 
Description 
This interface allows the NMS to set parameters on a specific TP. The results tell the NMS which 
modifications succeeded. 
Prime Optical supports the following parameters for CTPs: 
•  IPPMMonitor 
•  XCLoopBack 
•  TrailTraceActualTx 
•  TrailTraceExpectedRx 
•  TrailTraceMonitor 
To completely remove the path trace, the NMS must set TrailTraceMonitor to Off and 
TrailTraceExpectedRx to an empty string in one call. 
If the NMS sends only TrailTraceExpectedRx, Prime Optical sets TrailTraceMonitor to On and 
sets the value of the expected string. If TrailTraceExpectedRx contains an empty string as the 
only parameter in the call, Prime Optical changes TrailTraceMonitor to On and sets the 
expected string to an empty string. To completely remove the path trace, the NMS must set 
TrailTraceMonitor to Off and set TrailTraceExpectedRx to an empty string in one call. 
Prime Optical supports the following parameters for PTPs: 
•  AlarmReporting  
•  AdminState 
•  LineCode 
•  FrameFormat 
•  SDH_SONET_SS_BITS 
•  EnableSyncMsg 
•  TraceMode 
The SDH_SONET_SS_BITS parameter can be modified only when EnableSyncMsg is Off. 
EnableSyncMsg can be set to On only if SDH_SONET_SS_BITS is set to SONET. 
The SDH_SONET_SS_BITS and EnableSyncMsg parameters must be modified by invoking two 
separate method calls. If you try to use the same method to modify SDH_SONET_SS_BITS and 
EnableSyncMsg, Prime Optical generates a processing failure exception.