User guide

3-283
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.5 createProtectionGroup
Compliance
TMF-defined.
3.14.5 createProtectionGroup
Synopsis
void createProtectionGroup(
in PGPCreateData_T pgpCreateData,
out ProtectionGroup_THolder createdPGP)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables the NMS to permanently create a protection group in an ME. The successful result
of this operation is the creation of the protection group object. The resulting object is returned. CTM
generates an object creation event upon successful creation of the protection group.
CTM supports only the creation of 1_PLUS_1, 1_FOR_N, 1_FOR_1 (a specific case where the cards are
placed in adjacent slots), 2-fiber BLSR, 4-fiber BLSR, SPLITTER, and L2_1_PLUS protection groups.
Note CTM enables only the creation of 2-fiber and 4-fiber protection groups at the managed element level and
not at the network level.
For the ONS 15305 R3.0.x, the name of the 1+1 MSP protection group is assigned by the NE itself. The
pgpName attribute that is passed as input is ignored. The object creation event reports the protection
group name that is set by the NE.
Parameters
CTM support for PGPCreateData_T structure is as follows:
PGPCreateData_T structure for 1+1 and 1:N protection group creation.
Name Type Input/Output Description
pgpCreateData PGPCreateData_T In Data that describes the protection group to create.
createdPGP ProtectionGroup_T Out Resulting created protection group.
Type Parameter Name 1+1 1:N 1:1
NamingAttributes_T pgpName Protection group name Protection group name Protection group name
string userlabel N/A N/A N/A
boolean forceUniqueness False False False
string owner N/A N/A N/A
ProtectionGroupType_T pgpType PGT_MSP_1_PLUS_1 PGT_MSP_1_FOR_N PGT_MSP_1_FOR_1