User guide

3-85
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.3 getAllManagedElements
StaticProtectionLevel_T staticProtectionLevel
Supported. For PCA circuits, the value is set to PREEMPTIBLE.
SNCType_T sncType
Not supported.
TPDataList_T aEnd
Supported.
TPDataList_T zEnd
Supported.
Reroute_T rerouteAllowed
Not supported.
NetworkRouted_T networkRouted
Not supported.
globaldefs::NVSList_T additionalInfo
Supported. Customer ID and service ID are reported if they are available. For an SNC on
Ethernet equipment, CTM reports all associated VLAN IDs. For a WDM SNC, the sncSize is
reported.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when managedElementName does not reference a managed element.
EXCPT_ENTITY_NOT_FOUND - Raised when meName references an ME object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
CTM-defined.
3.8.3 getAllManagedElements
Synopsis
void getAllManagedElements(
in unsigned long how_many,
out managedElement::ManagedElementList_T meList,
out managedElement::ManagedElementIterator_I meIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request details about all MEs that are under the control of
ManagedElementMgr_I.