Unisphere-Data-FILE-XFER-MIB

File: Unisphere-Data-FILE-XFER-MIB.mib (13367 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Unisphere-Data-TC Unisphere-Data-MIBs

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
TimeTicks RowStatus DisplayString
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
UsdName usDataMibs

Defined Types

UsdFileXferTableEntry  
SEQUENCE    
  usdFileXferIndex INTEGER
  usdFileXferDirection INTEGER
  usdFileXferFileType INTEGER
  usdFileXferRemoteFileName DisplayString
  usdFileXferRemoteUserName DisplayString
  usdFileXferRemoteUserPassword OCTET STRING
  usdFileXferLocalFileName DisplayString
  usdFileXferProtocol INTEGER
  usdFileXferStatus INTEGER
  usdFileXferRowStatus RowStatus
  usdFileXferTimeStamp TimeTicks
  usdFileXferRouterName UsdName

Defined Values

usdFileXferMIB 1.3.6.1.4.1.4874.2.2.23
The File Transfer MIB for Unisphere Networks Inc. enterprise.
MODULE-IDENTITY    

usdFileXferObjects 1.3.6.1.4.1.4874.2.2.23.1
OBJECT IDENTIFIER    

usdFileXferTable 1.3.6.1.4.1.4874.2.2.23.1.1
A list of entries which describe file transfers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdFileXferTableEntry

usdFileXferTableEntry 1.3.6.1.4.1.4874.2.2.23.1.1.1
A description of a particular file transfer entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdFileXferTableEntry  

usdFileXferIndex 1.3.6.1.4.1.4874.2.2.23.1.1.1.1
A unique index used to identify this entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

usdFileXferDirection 1.3.6.1.4.1.4874.2.2.23.1.1.1.2
Specifies the direction of the file transfer.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usdFileXferLocalToRemote(1), usdFileXferRemoteToLocal(2)  

usdFileXferFileType 1.3.6.1.4.1.4874.2.2.23.1.1.1.3
Specifies the file type of the file transfer.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usdFileXferSoftwareRelease(1), usdFileXferSystemConfig(2), usdFileXferRunningConfig(3), usdFileXferSystemLog(4), usdFileXferScript(5), usdFileXferRebootHistory(6), usdFileXferBulkStatistics(7)  

usdFileXferRemoteFileName 1.3.6.1.4.1.4874.2.2.23.1.1.1.4
The full path name of the source/destination file on the remote system.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

usdFileXferRemoteUserName 1.3.6.1.4.1.4874.2.2.23.1.1.1.5
The user name to use when requesting the file transfer to/from the remote system. This object has been obsoleted. Use the enterprise host mib in order to configure the username.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

usdFileXferRemoteUserPassword 1.3.6.1.4.1.4874.2.2.23.1.1.1.6
The password to use when requesting the file transfer to/from the remote system. When read, this object returns a zero string. Note that, for security reasons, some ftp servers may insist on a non-zero length user password. This object has been obsoleted. Use the enterprise host mib in order to configure the password.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

usdFileXferLocalFileName 1.3.6.1.4.1.4874.2.2.23.1.1.1.7
The local file name to transfer or to create as a result of an incoming transfer.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

usdFileXferProtocol 1.3.6.1.4.1.4874.2.2.23.1.1.1.8
Specifies the file transfer protocol type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usdFileXferFtp(1), usdFileXferTftp(2)  

usdFileXferStatus 1.3.6.1.4.1.4874.2.2.23.1.1.1.9
The status of the file transfer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER usdFileXferSuccessfulCompletion(1), usdFileXferInProgress(2), usdFileXferRemoteUnreachable(3), usdFileXferUserAuthFailed(4), usdFileXferFileNotFound(5), usdFileXferFileTooBig(6), usdFileXferFileIncompatible(7), usdFileXferPended(8), usdFileXferCopyRunningCfgFailed(9)  

usdFileXferRowStatus 1.3.6.1.4.1.4874.2.2.23.1.1.1.10
The row status object controls the creation/deletion of rows in this table. Its semantics are the same as those for the RowStatus textual convention specified for SNMPv2. Setting this object to createAndGo(4) is allowed. If required objects are missing, the agent will create the row and set its status to notReady(3). If all of the required objects are present and valid, the agent will create the row, set it to active and commence the file xfer. Upon completion of the file xfer, the agent will set the rowStatus to notInService(2), indicating that the row is valid and useable by a management client. To commence another transfer, a management client should set the rowStatus to active(1). Setting this object to createAndWait(5) causes an entry to be created with usdFileXferRowStatus value of notInService(2) if all of the required objects are present and valid. Or, if some of the required objects are missing or invalid, the agent will create the row and sets its status to notReady(3). Setting this object to active(1) causes the transfer to start for the given row. Objects within the row cannot be modified once a row has been set to active(1), Setting this object to destroy(6) causes the corresponding row to be deleted. Note that only a single instance of a row can be active at at any given moment, although several rows can exist in the table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usdFileXferTimeStamp 1.3.6.1.4.1.4874.2.2.23.1.1.1.11
The value of sysUpTime at the last status change for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

usdFileXferRouterName 1.3.6.1.4.1.4874.2.2.23.1.1.1.12
The name of the router to be used when resolving the hostname portion of the usdFileXferRemoteFileName object. If this object contains an invalid or empty value, the default router will be used.
Status: current Access: read-write
OBJECT-TYPE    
  UsdName  

usdFileXferTrapEnabled 1.3.6.1.4.1.4874.2.2.23.1.2
An indication of whether the usdFileXferTrap trap is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

usdFileXferNotifications 1.3.6.1.4.1.4874.2.2.23.2
OBJECT IDENTIFIER    

usdFileXferNotifyPrefix 1.3.6.1.4.1.4874.2.2.23.2.0
OBJECT IDENTIFIER    

usdFileXferTrap 1.3.6.1.4.1.4874.2.2.23.2.0.1
An indication that the status associated with a particular file transfer entry has changed.
Status: current Access: read-write
NOTIFICATION-TYPE    

usdFileXferConformance 1.3.6.1.4.1.4874.2.2.23.4
OBJECT IDENTIFIER    

usdFileXferCompliances 1.3.6.1.4.1.4874.2.2.23.4.1
OBJECT IDENTIFIER    

usdFileXferGroups 1.3.6.1.4.1.4874.2.2.23.4.2
OBJECT IDENTIFIER    

usdFileXferCompliance1 1.3.6.1.4.1.4874.2.2.23.4.1.2
Obsolete compliance statement for entities that implement the Unisphere file transfer MIB. This compliance statement became obsolete when remote user information was removed and router name was added.
Status: obsolete Access: read-write
MODULE-COMPLIANCE    

usdFileXferCompliance2 1.3.6.1.4.1.4874.2.2.23.4.1.3
The compliance statement for entities that implement the Unisphere file transfer MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

usdFileXferGroup1 1.3.6.1.4.1.4874.2.2.23.4.2.2
Obsolete collection of objects providing management of file transfers in a Unisphere product. This group became obsolete when remote user information was removed and usdFileXferRouterName was added.
Status: obsolete Access: read-write
OBJECT-GROUP    

usdFileXferGroup2 1.3.6.1.4.1.4874.2.2.23.4.2.3
A collection of objects providing management of file transfers in a Unisphere product.
Status: current Access: read-write
OBJECT-GROUP    

usdFileXferTrapGroup 1.3.6.1.4.1.4874.2.2.23.4.2.4
A management notification pertaining to file transfers.
Status: current Access: read-write
NOTIFICATION-GROUP