Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
232
 
For CE-100T-8, CE-MR-6, and CE-MR-10 cards, the LinkIntegrityTimer attribute value cannot be 
set to 0. 
For G1000_4 and CE-1000-4 cards, the LinkIntegrityTimer attribute value cannot be set to 0 if 
the LinkIntegrityDisable attribute is set to false. 
For G1000_4 and CE-1000-4 cards, the LinkIntegrityTimer attribute value must be set to 0 if the 
LinkIntegrityDisable attribute is set to true. 
For G1000_4 and CE-1000-4 cards, the LinkIntegrityDisable attribute can be set only to true or 
false. 
For CPT 200, CPT 200 SDH, CPT 600, and CPT 600 SDH, additional connectionless TP information 
can be set. For more information, see 
. 
This operation returns a list of modified attributes with the new related values applied. 
Parameters 
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.
 
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);