User guide

3-279
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.14.3 getProtectionGroup
ProtectionSchemeState_T protectionSchemeState
Not supported.
ReversionMode_T reversionMode
Supported.
transmissionParameters::LayerRate_T rate
Line rate of the PTPs of the protection group.
globaldefs::NamingAttributesList_T pgpTPList
Supported.
globaldefs::NVSList_T pgpParameters
CTM only supports wtrTime, the values of wtrTime are in seconds.
globaldefs::NVSList_T additionalInfo
CTM supports BIDIRECTIONAL for 1_PLUS_1 protection group. The values are true and false.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when meName does not reference a managed element object.
EXCPT_ENTITY_NOT_FOUND - Raised when meName references an object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
TMF-defined.
3.14.3 getProtectionGroup
Synopsis
void getProtectionGroup(
in globaldefs::NamingAttributes_T pgName,
out ProtectionGroup_T protectionGroup)
raises(globaldefs::ProcessingFailureException);
Description
This interface retrieves the current status of a protection group. This service is needed so that even if a
filter is established, the NMS can query the status of a protection group. If there is more than one
protection group with the same name, CTM returns the ProcessingFailureException
UNABLE_TO_COMPLY.