User guide

3-64
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.6.3 getAllSupportedPTPs
Description
This interface enables an NMS to request the PTPs that are directly supported by specific equipment.
The PTPs that are returned are those that share their physical layer with the primary equipment (that is,
they represent a port on the equipment or are connected by a fiber, wire, and so on).
If the equipment is protection equipment in a 1_FOR_N protection group, CTM reports only the
AlarmReporting for the LayeredParameters of the supported PTPs.
ONS 15454 SONET: CTM returns OC-n, DS1, DS3, EC-1, fibre channel, and front Ethernet ports.
ONS 15454 SDH: CTM returns STM-n (OC-n), E1, E3, DS3I, STM1E, fibre channel, and front
Ethernet ports.
ONS 15327: CTM returns OC-n, DS1, DS3, and Ethernet ports.
ONS 15540: CTM returns client, wave, wavepatch, filter, wdm, filterband, filtergroup, oscfilter,
wavepassthrough, fastEthernet, TenGigEthernetPhy, and sonet-sdh as potential PTPs.
ONS 15530: CTM returns all the supported PTPs for ONS 15530.
ONS 15216: CTM returns all the supported PTPs for ONS 15216, if there is a topological link
associated with the NE.
ONS 15600 SONET: CTM returns OC-n ports.
ONS 15600 SDH: CTM returns STM-n ports.
ONS 15305 and ONS 15305 CTC: CTM returns WAN, SDH, and PDH ports.
ONS 15310 CL and ONS 15310 MA: CTM returns OC-n, DS1, DS3, and Ethernet ports.
MGX 8880/8850/8830: CTM returns the physical service module cards ports (DS1, DS3, and
SONET/SDH).
Parameters
CTM support for TerminationPoint_T structure is as follows:
globaldefs::NamingAttributes_T name
Supported. This field contains three tuples for PTP and four tuples for CTP as defined by the
TMF. The third tuple contains positional information for the PTP. The naming convention is
described in 2.2.5.3 Physical Termination Point, page 2-30, 2.2.5.4 Connection Termination
Point, page 2-31, and 2.2.5.5 Floating Termination Point, page 2-35.
string userLabel
Not supported.
string nativeEMSName
Supported.
Name Type Input/Output Description
equipmentName globaldefs::NamingAttributes_T In Name of the equipment for which to retrieve
supported PTPs.
how_many unsigned long In Maximum number of PTPs to report in the first batch.
tpList terminationPoint::TerminationPoi
ntList_T
Out First batch of PTPs.
tpIt terminationPoint::TerminationPoi
ntIterator_I
Out Iterator used to retrieve the remaining PTPs.