Fore-FileXfr-MIB

File: Fore-FileXfr-MIB.mib (7742 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Fore-Common-MIB

Imported symbols

Integer32 IpAddress OBJECT-TYPE
MODULE-IDENTITY DisplayString TestAndIncr
fileXfr EntryStatus

Defined Types

FXfrEntry  
SEQUENCE    
  fXfrIndex Integer32
  fXfrRemoteFileUrl DisplayString
  fXfrLocalFile DisplayString
  fXfrDirection INTEGER
  fXfrEntryStatus EntryStatus
  fXfrStatus INTEGER
  fXfrStatusText DisplayString
  fXfrOwnerIpAddress IpAddress
  fXfrOwnerSignature DisplayString
  fXfrTransferType INTEGER
  fXfrUserId DisplayString
  fXfrPassword DisplayString

Defined Values

foreFileXfrModule 1.3.6.1.4.1.326.1.6.1
This MIB module defines the FORE Systems generic file transfer information. It provides for a file transfer table. Each table entry contains the information necessary for a device to complete a file transfer. Each table entry also contains information as to the status of the file transfer.
MODULE-IDENTITY    

fXfrGroup 1.3.6.1.4.1.326.1.6.2
OBJECT IDENTIFIER    

fXfrNextIndex 1.3.6.1.4.1.326.1.6.2.1
The index of the next free row in the fXfrTable.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

fXfrTable 1.3.6.1.4.1.326.1.6.2.2
A table of pending and completed file transfers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FXfrEntry

fXfrEntry 1.3.6.1.4.1.326.1.6.2.2.1
A table entry containing information on a pending or completed file transfer.
Status: current Access: not-accessible
OBJECT-TYPE    
  FXfrEntry  

fXfrIndex 1.3.6.1.4.1.326.1.6.2.2.1.1
The index of the file transfer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fXfrRemoteFileUrl 1.3.6.1.4.1.326.1.6.2.2.1.2
This is the URL of the file to operate on. The URL is taken from the snmp agents point of view. The URL is in the form: ://[:port]/ This includes the service (such as tftp), the server to contact, the port on that server to use, and the file on that server that is to be operated on. This definition does not specify the local filename. That name is specified in fXfrKnownFiles and fXfrLocalFilename.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

fXfrLocalFile 1.3.6.1.4.1.326.1.6.2.2.1.3
The name of the local file to use in the GET/PUT operations. This can either be a full pathname or a device specific description of the local file. Some examples of descriptions specific to an ASX are switchCDB, lecsConfig, and switchUpgrade. As of FT5.2 additionally supported are netmodUpgradeA, netmodUpgradeB,netmodUpgradeC,netmodUpgradeD
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

fXfrDirection 1.3.6.1.4.1.326.1.6.2.2.1.4
Indication of the file transfer operation. A 'get' will retrieve the file from the machine specified in fXfrRemoteFileUrl. A 'put' will send the file to the machine specified in fXfrRemoteFileUrl.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER get(1), put(2)  

fXfrEntryStatus 1.3.6.1.4.1.326.1.6.2.2.1.5
The status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  EntryStatus  

fXfrStatus 1.3.6.1.4.1.326.1.6.2.2.1.6
The current status of this file transfer. Is idle when the row becomes valid. To start the file transfer set this to go. InQueue signifies that the file transfer is waiting for resources before it begins but it will begin automatically. Busy signifies that the file transfer could not begin due to a resource allocation problem. The manager must try to restart the file transfer by setting this entry to go.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER idle(1), go(2), inQueue(3), inProgress(4), succeeded(5), failed(6), busy(7)  

fXfrStatusText 1.3.6.1.4.1.326.1.6.2.2.1.7
A message describing the status of this file transfer. This must exists when the status is succeeded or failed. This can optionally exists when the status is inQueue, inProgress, or busy.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fXfrOwnerIpAddress 1.3.6.1.4.1.326.1.6.2.2.1.8
Ip address of the entity that requested this file transfer.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

fXfrOwnerSignature 1.3.6.1.4.1.326.1.6.2.2.1.9
Signature of the owner of this file transfer. This is supplied by the management station.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

fXfrTransferType 1.3.6.1.4.1.326.1.6.2.2.1.10
The type of transfer requested. A binary transfer will perform no translations while an ascii transfer will set the representation type to network ASCII.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER binary(1), ascii(2)  

fXfrUserId 1.3.6.1.4.1.326.1.6.2.2.1.11
The login name on the remote host for FTP.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

fXfrPassword 1.3.6.1.4.1.326.1.6.2.2.1.12
The password associated with the login name on the remote host for FTP. Note this object is write-only and reading it will result in implementation-specific results.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString