User guide
3-84
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
• For the ONS 15454 SONET, this method does not report STS-1 SNC on DS1 equipment.
• For the ONS 15454 SDH, this method does not report VC-4 SNC on E1 or E1_42 equipment.
This interface does not report VCAT SNCs.
Parameters
CTM support for SubnetworkConnection_T structure is as follows:
• globaldefs::NamingAttributes_T name
–
Supported. This field contains two tuples. The first tuple contains values for the EMS. The
second tuple contains the SNC name, which is the same as nativeEMSName.
• string userLabel
–
Supported.
• string nativeEMSName
–
Supported. The name supplied by the user at creation time is reported.
• string owner
–
Not supported.
• SNCState_T sncState
–
CTM supports SNCS_NONEXISTENT, SNCS_ACTIVE, SNCS_DELETING, and
SNCS_PARTIAL.
Note When the SNC is not in SNCS_ACTIVE state, this structure might not have complete
information about the SNC. For example, transmissionParameters for TPs reported might not be
initialized. When the SNC goes into SNCS_ACTIVE state, a state change event is generated (see
A.4.4 State Change Event, page A-6). Then, the NMS invokes the
multiLayerSubnetwork::MultiLayerSubnetworkMgr_I::getSNC method to retrieve complete
information about the SNC.
• globaldefs::ConnectionDirection_T direction
–
Supported.
• transmissionParameters::LayerRate_T rate
–
Supported.
Name Type Input/Output Description
managedElementName globaldefs::NamingAttributes_T In Name of the ME whose SNCs are required.
connectionLayerRateList transmissionParameters::LayerRat
eList_T
In List of rates of the SNCs to report. If an
empty list is specified, all SNCs of all rates
are reported.
how_many unsigned long In Maximum number of SNCs to report in the
first batch.
sncList subnetworkConnection::Subnetwo
rkConnectionList_T
Out First batch of SNCs.
sncIt subnetworkConnection::SNCIterat
or_I
Out Iterator to retrieve the remaining SNCs.