FILE-MIB: View SNMP OID List / Download MIB
VENDOR: TASMAN NETWORKS
Home | MIB: FILE-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
tiaraFileMib | 1.3.6.1.4.1.3174.2.120 | |||
fileTable | 1.3.6.1.4.1.3174.2.120.1 | no-access |
File Table |
|
1.3.6.1.4.1.3174.2.120.1.1 | no-access |
An Entry in File Table |
||
fileOwnerString | 1.3.6.1.4.1.3174.2.120.1.1.1 | displaystring | no-access |
owner String: a unique name for identify the owner |
fileSequenceNumber | 1.3.6.1.4.1.3174.2.120.1.1.2 | integer32 | no-access |
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. |
fileSrcFile | 1.3.6.1.4.1.3174.2.120.1.1.3 | displaystring | read-only |
Source File |
fileDestFile | 1.3.6.1.4.1.3174.2.120.1.1.4 | displaystring | read-only |
Destnation File |
fileHostIpAddr | 1.3.6.1.4.1.3174.2.120.1.1.5 | ipaddress | read-only |
host Ip Address |
fileLocationOfFile | 1.3.6.1.4.1.3174.2.120.1.1.6 | integer | read-only |
Location of the File that has to be downloaded Enumeration: 'ic': 1, 'ncm': 2, 'none': 3. |
fileSlotNumber | 1.3.6.1.4.1.3174.2.120.1.1.7 | integer | read-only |
The Slot within NCM or IC |
fileUploadFileType | 1.3.6.1.4.1.3174.2.120.1.1.8 | integer | read-only |
Name of teh file to be uploaded Enumeration: 'none': 3, 'flashfile': 2, 'eventlog': 1. |
filePerformAction | 1.3.6.1.4.1.3174.2.120.1.1.9 | integer | read-only |
Action to be performed Enumeration: 'format': 3, 'list': 4, 'upload': 6, 'remove': 5, 'download': 2, 'copy': 1. |
fileActionStatus | 1.3.6.1.4.1.3174.2.120.1.1.10 | integer | read-only |
Status of the action Enumeration: 'failure': 2, 'inProgress': 3, 'success': 1. |
fileListData | 1.3.6.1.4.1.3174.2.120.1.1.11 | displaystring | read-only |
This lists the file for a list command |
fileRowStatus | 1.3.6.1.4.1.3174.2.120.1.1.12 | rowstatus | read-only |
Used to Add or Delete a row in the table |