User guide
3-100
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8.17 setTPData
EXCPT_INVALID_INPUT - Raised when ptpName does not reference a physical termination point
object.
EXCPT_ENTITY_NOT_FOUND - Raised when ptpName references a PTP object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
CTM-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.
CTM 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, CTM 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,
CTM 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.
CTM supports the following parameters for PTPs:
• AlarmReporting
• AdminState
• LineCode
• FrameFormat
• SDH_SONET_SS_BITS
• EnableSyncMsg
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.