User guide
3-83
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.2 getAllSNCs
Parameters
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 or
excludeProbCauseList contains undefined values.
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.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
TMF-defined.
3.8.2 getAllSNCs
Synopsis
void getAllSNCs(
in globaldefs::NamingAttributes_T managedElementName,
in transmissionParameters::LayerRateList_T connectionRateList,
in unsigned long how_many,
out subnetworkConnection::SubnetworkConnectionList_T sncList,
out subnetworkConnection::SNCIterator_I sncIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface enables an NMS to request all SNCs that originate on, terminate on, or transit through a
given ME.
• For the ONS 15310 CL, this method does not report STS-1 SNC on CTX using DS1 ports.
• For the ONS 15310 MA SONET, this method does not report STS-1 SNC on DS1 ports of DS1_xx
cards.
• For the ONS 15310 MA SDH, this method does not report VC4 SNC on E1 ports of E1_63_E3_3
cards.
• For the ONS 15327, this method does not report STS-1 SNC on XTC using DS1 ports.
Name Type Input/Output Description
meName globaldefs::NamingAttributes_T In Name of the ME for which to retrieve alarms.
excludeProbCauseList notifications::ProbableCauseList_T In List of probable causes to exclude (for which
events are not reported).
excludeSeverityList notifications::PerceivedSeverityList_
T
In List of severities to exclude from the output
event list.
how_many unsigned long In Maximum number of alarms to report in the
first batch.
eventList notifications::EventList_T Out First batch of alarms.
eventIt notifications::EventIterator_I Out Iterator to retrieve the remaining alarms.