User guide
3-304
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.18.12 addSupportedMESoftwareVersion
string downLoadFileName;
string remoteServerAddress;
string ftpUserName;
string ftpPassword;
};
The following table defines each parameter.
Parameters
The definition of the file source is:
enum FileSource{FROM_LOCAL, FROM_TFTP, FROM_FTP};
where:
• FROM_LOCAL—The file source is the same server (that is, the CTM server that you are currently
logged into). The package file must be placed in the directory <CTM Server Installation
Dir>/image/Cisco_ONS_<NE model Name>.
• FROM _TFTP—The file source is the remote server.
• FROM_FTP—The file source is the remote server.
Currently, CTM GateWay/CORBA does not support software download from the local machine.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_ENTITY_NOT_FOUND - Raised if the managed element does not exist.
EXCPT_INVALID_INPUT - Raised when invalid input is provided.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
CTM-defined.
3.18.12 addSupportedMESoftwareVersion
Synopsis
void addSupportedMESoftwareVersion(
Name Type Input/Output Description
startTime globaldefs::Time_T In Start time of the scheduled software download.
userComment string In User comments.
source FileSource In Image source (FTP, TFTP, server, and so on). (See the following
definition.)
downLoadFileName string In Name of the image to download.
remoteServerAddress string In Address of the remote server.
ftpUserName string In FTP username.
ftpPassword string In FTP password.