User guide

3-276
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.13.11 getMEPMcapabilities
3.13.11 getMEPMcapabilities
Synopsis
void performance::PerformanceManagementMgr_I::getMEPMcapabilities ( in
globaldefs::NamingAttributes_T meName,
in transmissionParameters::LayerRate_T layerRate,
out PMParameterList_T pmParameterList
) raises (globaldefs::ProcessingFailureException)
Description
This interface allows the NMS to request from the EMS the set of PM parameters supported by a
particular ME at a specific layer.
For a list of supported layer rates, see 3.13.5 getCTMHistoryPMData, page 3-268.
Parameters
Throws
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when meName does not reference a managed element object or
layerRate contains undefined rates.
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.
Compliance
TMF-defined.
3.14 protection::ProtectionMgr_I
A handle to an instance of this interface is gained through the getManager operation in
3.4 EmsSession::EmsSession_I, page 3-50. This interface is inherited from 3.2 common::Common_I,
page 3-18.
interface ProtectionMgr_I: common::Common_I
It also implements the getCapabilities method. Operations described in the following subsections are
returned to the NMS when it invokes getCapabilities.
CTM supports 1:1 equipment protection, 1:N equipment protection, 1+1 port protection, 2-fiber BLSR
protection groups, and 4-fiber BLSR protection groups.
Name Type Input/Output Description
meName NamingAttributes_T In Name of the managed element.
LayerRate LayerRate_T In Layer rate at which PM parameters must be displayed.
pmParameterList PMParameterList_T Out List of PMParameter_T, which returns the PM parameter name
of the PM measure qualified by its location.