A3COM-SWITCHING-SYSTEMS-FILE-TRANSFER-MIB

File: A3COM-SWITCHING-SYSTEMS-FILE-TRANSFER-MIB.mib (15163 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

enterprises Counter IpAddress
DisplayString OBJECT-TYPE TRAP-TYPE

Defined Types

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

A3ComSysStorageType  
INTEGER 1..3    

A3ComSysAddressType  
INTEGER 1..2    

A3ComSysResourceType  
INTEGER 1..3    

A3ComSysResourceBitMask  
OCTET STRING Size(4)    

A3ComSysFtTableEntry  
SEQUENCE    
  a3ComSysFtIndex INTEGER
  a3ComSysFtDirection INTEGER
  a3ComSysFtLocalStorageType A3ComSysStorageType
  a3ComSysFtLocalResourceType A3ComSysResourceType
  a3ComSysFtLocalResourceMask A3ComSysResourceBitMask
  a3ComSysFtLocalResourceAttribute OBJECT IDENTIFIER
  a3ComSysFtRemoteAddressType A3ComSysAddressType
  a3ComSysFtRemoteAddress OCTET STRING
  a3ComSysFtRemoteFileName DisplayString
  a3ComSysFtRemoteUserName DisplayString
  a3ComSysFtRemoteUserPassword OCTET STRING
  a3ComSysFtForceTransfer INTEGER
  a3ComSysFtBytesTransferred Counter
  a3ComSysFtStatus INTEGER
  a3ComSysFtDetailedStatus OBJECT IDENTIFIER
  a3ComSysFtDetailedStatusString DisplayString
  a3ComSysFtOwnerString DisplayString
  a3ComSysFtRowStatus RowStatus
  a3ComSysFtProtocol INTEGER

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

switchingSystemsMibs 1.3.6.1.4.1.43.29
OBJECT IDENTIFIER    

a3ComSwitchingSystemsMib 1.3.6.1.4.1.43.29.4
OBJECT IDENTIFIER    

a3ComSysFtGroup 1.3.6.1.4.1.43.29.4.14
OBJECT IDENTIFIER    

a3ComSysFtTable 1.3.6.1.4.1.43.29.4.14.1
A list of entries which describe file transfers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComSysFtTableEntry

a3ComSysFtTableEntry 1.3.6.1.4.1.43.29.4.14.1.1
A description of a particular file transfer entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComSysFtTableEntry  

a3ComSysFtIndex 1.3.6.1.4.1.43.29.4.14.1.1.1
A unique index used to identifying this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComSysFtDirection 1.3.6.1.4.1.43.29.4.14.1.1.2
Specifies the direction of the file transfer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER localToRemote(1), remoteToLocal(2)  

a3ComSysFtLocalStorageType 1.3.6.1.4.1.43.29.4.14.1.1.3
The type of storage on the local system to be used as the source/destination for the file transfer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  A3ComSysStorageType  

a3ComSysFtLocalResourceType 1.3.6.1.4.1.43.29.4.14.1.1.4
The type of resource on the local system to be used as the source/destination for the file transfer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  A3ComSysResourceType  

a3ComSysFtLocalResourceMask 1.3.6.1.4.1.43.29.4.14.1.1.5
The indices of the resources on the local system to be used as the source/destination for the file transfer. The type of resource to which these indices apply is specified by the corresponding value of a3ComSysFtLocalResourceType. If resourceBridge is used, a3ComSysFtLocalResourceMask indicates the bridge slot number the filter code will be downloaded. For instance, a3ComSysFtLocalResourceMask value of 0x03 indicates bridge slot number 1 and 2.
Status: mandatory Access: read-write
OBJECT-TYPE    
  A3ComSysResourceBitMask  

a3ComSysFtLocalResourceAttribute 1.3.6.1.4.1.43.29.4.14.1.1.6
An identifier which specifies the particular resource attribute on the local system which is the source/destination of the file transfer. The resource(s) to which this attribute applies is specified by the corresponding values of a3ComSysFtLocalResourceType and a3ComSysFtLocalResourceMask.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

a3ComSysFtRemoteAddressType 1.3.6.1.4.1.43.29.4.14.1.1.7
The type of address which is specified by the corresponding value of a3ComSysFtRemoteAddress.
Status: mandatory Access: read-write
OBJECT-TYPE    
  A3ComSysAddressType  

a3ComSysFtRemoteAddress 1.3.6.1.4.1.43.29.4.14.1.1.8
The address of the source/destination file on the remote system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

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

a3ComSysFtRemoteUserName 1.3.6.1.4.1.43.29.4.14.1.1.10
The user name to be used when requesting the file transfer to/from the remote system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

a3ComSysFtRemoteUserPassword 1.3.6.1.4.1.43.29.4.14.1.1.11
The password to be used when requesting the file transfer to/from the remote system. When read, this object returns a zero length string. Note that, for security reasons, some ftp servers may insist on a non-zero length user password.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

a3ComSysFtForceTransfer 1.3.6.1.4.1.43.29.4.14.1.1.12
Setting this object to true makes the agent ignore non-fatal (i.e. version/id mismatch) errors encountered during a file transfer request.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

a3ComSysFtBytesTransferred 1.3.6.1.4.1.43.29.4.14.1.1.13
The number of bytes successfully transferred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

a3ComSysFtStatus 1.3.6.1.4.1.43.29.4.14.1.1.14
The status of the file transfer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER statusSuccessfulCompletion(1), statusInProgress(2), statusLocalInvalid(3), statusRemoteInvalid(4), statusRemoteUnreachable(5), statusUserAuthFailed(6), statusFileNotFound(7), statusFileTooBig(8), statusFileIncompatible(9), statusError(10)  

a3ComSysFtDetailedStatus 1.3.6.1.4.1.43.29.4.14.1.1.15
Detailed status for the transfer for the particular local resource attribute specified by the corresponding values of a3ComSysFtLocalStorageType, a3ComSysFtLocalResourceType, a3ComSysFtLocalResourceMask, and a3ComSysFtLocalResourceAttribute. Note that this object is only valid in the case where a3ComSysFtStatus indicates an error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

a3ComSysFtDetailedStatusString 1.3.6.1.4.1.43.29.4.14.1.1.16
Detailed status description for the requested transfer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

a3ComSysFtOwnerString 1.3.6.1.4.1.43.29.4.14.1.1.17
A string describing the creator/owner of this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

a3ComSysFtRowStatus 1.3.6.1.4.1.43.29.4.14.1.1.18
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 not allowed. Setting this object to createAndWait(5) causes an entry to be created with a3ComSysFtRowStatus value of 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 a request to set a row to notInService(2) or destroy(6) will fail if the current rowStatus value is active(1) (i.e. a file transfer is currently in progress). This is necessary since aborting a file transfer may leave the system in an inconsistent state. Note that, currently, only a single instance of a row can be created in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComSysFtProtocol 1.3.6.1.4.1.43.29.4.14.1.1.19
Specifies the file transfer protocol type.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ftProtocolTftp(1), ftProtocolFtp(2)  

a3ComSysFtResourceAttributes 1.3.6.1.4.1.43.29.4.14.2
OBJECT IDENTIFIER    

a3ComSysFtSystemAttributes 1.3.6.1.4.1.43.29.4.14.2.1
OBJECT IDENTIFIER    

a3ComSysFtSystemOperationalCode 1.3.6.1.4.1.43.29.4.14.2.1.1
OBJECT IDENTIFIER    

a3ComSysFtSystemConfiguration 1.3.6.1.4.1.43.29.4.14.2.1.2
OBJECT IDENTIFIER    

a3ComSysFtSystemBridgeFilterCode 1.3.6.1.4.1.43.29.4.14.2.1.3
OBJECT IDENTIFIER    

a3ComSysFtDetailedResourceStatus 1.3.6.1.4.1.43.29.4.14.3
OBJECT IDENTIFIER    

a3ComSysFtSystemDetailedStatus 1.3.6.1.4.1.43.29.4.14.3.1
OBJECT IDENTIFIER    

a3ComSysFtSysStatusNotApplicable 1.3.6.1.4.1.43.29.4.14.3.1.1
OBJECT IDENTIFIER    

a3ComSysFtSysStatusNoImageLabel 1.3.6.1.4.1.43.29.4.14.3.1.2
OBJECT IDENTIFIER    

a3ComSysFtSysStatusConfigIdMismatch 1.3.6.1.4.1.43.29.4.14.3.1.3
OBJECT IDENTIFIER    

a3ComSysFtSysStatusChecksumError 1.3.6.1.4.1.43.29.4.14.3.1.4
OBJECT IDENTIFIER    

a3ComSysFtSysStatusNvRamError 1.3.6.1.4.1.43.29.4.14.3.1.5
OBJECT IDENTIFIER    

a3ComSysFtSysStatusFlashError 1.3.6.1.4.1.43.29.4.14.3.1.6
OBJECT IDENTIFIER    

a3ComSysFtSysStatusNoRoom 1.3.6.1.4.1.43.29.4.14.3.1.7
OBJECT IDENTIFIER    

a3ComSysFtSysBridgeFilterNotApplicable 1.3.6.1.4.1.43.29.4.14.3.1.8
OBJECT IDENTIFIER    

a3ComSysFtSysBridgeFilterSyntaxError 1.3.6.1.4.1.43.29.4.14.3.1.9
OBJECT IDENTIFIER    

a3ComSysFtSysBridgeFilterdownloadError 1.3.6.1.4.1.43.29.4.14.3.1.10
OBJECT IDENTIFIER    

a3ComSysFtSysBridgeFilterNoRoom 1.3.6.1.4.1.43.29.4.14.3.1.11
OBJECT IDENTIFIER