User guide
3-98
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.15 getTP
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service, or if the service
is not supported for the selected NE type or card.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when tpName does not reference a termination point object.
EXCPT_ENTITY_NOT_FOUND - Raised when tpName references a TP object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
TMF-defined.
3.8.15 getTP
Synopsis
void getTP(
in globaldefs::NamingAttributes_T tpName,
out terminationPoint::TerminationPoint_T tp)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns the TP structure for a specific TP name.
For the PTP on protection equipment in a 1_FOR_N protection group, CTM reports only the
AlarmReporting for the LayeredParameters of that PTP.
For PTPs, the additionalInfo attribute list contains the LinkIntegrityTimer attribute value if the selected
card is one of the following (see also 3.8.14 setAdditionalInfo, page 3-96):
• CE-100T-8 or CE-MR-6 on ONS 15310 MA SONET or ONS 15310 MA SDH
• CE-100T-8 on ONS 15310 CL
• CE-100T-8 or CE-MR-10 on ONS 15454 SONET or ONS 15454 SDH
For PTPs, the additionalInfo attribute list contains the LinkIntegrityTimer and LinkIntegrityDisable
attribute values if the selected card is one of following:
• CE-1000-4 and G1000_4 on ONS 15454 SONET or ONS 15454 SDH
Name Type Input/Output Description
tpName globaldefs::NamingAttributes_T In Name of the TP to which to apply the list of modified
attribute values.
additionalInfo globaldefs::NVSList_T In/out List of attributes that must be modified, as well as the
new related values to apply.