FILE-MIB

File: FILE-MIB.mib (4797 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
TIARA-NETWORKS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 RowStatus DisplayString
tiaraMgmt

Defined Types

FileTableEntry  
SEQUENCE    
  fileOwnerString DisplayString
  fileSequenceNumber Integer32
  fileSrcFile DisplayString
  fileDestFile DisplayString
  fileHostIpAddr IpAddress
  fileLocationOfFile INTEGER
  fileSlotNumber INTEGER
  fileUploadFileType INTEGER
  filePerformAction INTEGER
  fileActionStatus INTEGER
  fileListData DisplayString
  fileRowStatus RowStatus

Defined Values

tiaraFileMib 1.3.6.1.4.1.3174.2.120
Tok_String
MODULE-IDENTITY    

fileTable 1.3.6.1.4.1.3174.2.120.1
File Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FileTableEntry

fileTableEntry 1.3.6.1.4.1.3174.2.120.1.1
An Entry in File Table
Status: current Access: not-accessible
OBJECT-TYPE    
  FileTableEntry  

fileOwnerString 1.3.6.1.4.1.3174.2.120.1.1.1
owner String: a unique name for identify the owner
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

fileSequenceNumber 1.3.6.1.4.1.3174.2.120.1.1.2
Whenever the Mgr has to create a Row. He has to provide a invalid Numeric Index (0XFFFF). This will result in appending the row to the table. When the row is created, a unique numeric Index for the row is internally generated. For querying any variable in the table for a particular row or to know number of rows exisiting in the table the Mgr can do a SNMP walk.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

fileSrcFile 1.3.6.1.4.1.3174.2.120.1.1.3
Source File
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

fileDestFile 1.3.6.1.4.1.3174.2.120.1.1.4
Destnation File
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

fileHostIpAddr 1.3.6.1.4.1.3174.2.120.1.1.5
host Ip Address
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

fileLocationOfFile 1.3.6.1.4.1.3174.2.120.1.1.6
Location of the File that has to be downloaded
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ic(1), ncm(2), none(3)  

fileSlotNumber 1.3.6.1.4.1.3174.2.120.1.1.7
The Slot within NCM or IC
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

fileUploadFileType 1.3.6.1.4.1.3174.2.120.1.1.8
Name of teh file to be uploaded
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER eventlog(1), flashfile(2), none(3)  

filePerformAction 1.3.6.1.4.1.3174.2.120.1.1.9
Action to be performed
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER copy(1), download(2), format(3), list(4), remove(5), upload(6)  

fileActionStatus 1.3.6.1.4.1.3174.2.120.1.1.10
Status of the action
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failure(2), inProgress(3)  

fileListData 1.3.6.1.4.1.3174.2.120.1.1.11
This lists the file for a list command
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fileRowStatus 1.3.6.1.4.1.3174.2.120.1.1.12
Used to Add or Delete a row in the table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus