TFTIF-MIB: View SNMP OID List / Download MIB
VENDOR: MICOM COMMUNICATION CORPORATION
Home | MIB: TFTIF-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 |
mcmTFTP | 1.3.6.1.4.1.335.1.4.3 | |||
mcmTFTPParamGroup | 1.3.6.1.4.1.335.1.4.3.1 | |||
mcmTFTPServerIpAddr | 1.3.6.1.4.1.335.1.4.3.1.1 | ipaddress | read-write |
NAME = ; DESC = The IP Address of the TFTP Server.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; |
mcmTFTPFileName | 1.3.6.1.4.1.335.1.4.3.1.2 | displaystring | read-write |
NAME = ; DESC = The Filename with path (ASCII) to be downloaded; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; |
mcmTFTPTimeOut | 1.3.6.1.4.1.335.1.4.3.1.3 | integer | read-write |
NAME = ; DESC = The TFTP timeout period in seconds.; HELP = Time is doubled for each retransmission.; CAPABILITIES = NET_CFG, VPN_NONE; |
mcmTFTPRetransmissions | 1.3.6.1.4.1.335.1.4.3.1.4 | integer | read-write |
NAME = ; DESC = The number of times the TFTP request \ will be repeated for un-responsive \ TFTP servers.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; |
mcmTFTPDownload | 1.3.6.1.4.1.335.1.4.3.1.5 | integer | read-write |
NAME = ; DESC = This object when enabled results in \ the unit to attempt code download.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; Enumeration: 'disabled': 5, 'upldDefault': 1, 'dnldDefault': 3, 'dnldSpecific': 4, 'upldSpecific': 2. |
mcmTFTPStart | 1.3.6.1.4.1.335.1.4.3.1.6 | integer | read-write |
NAME = ; DESC = initiates TFTP upload or download process\ based on previously provisioned values \ (default) or values passed at request \ time(specific) ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; Enumeration: 'disabled': 5, 'upldDefault': 1, 'dnldDefault': 3, 'dnldSpecific': 4, 'upldSpecific': 2. |
mcmTFTPPortNumber | 1.3.6.1.4.1.335.1.4.3.1.7 | integer | read-write |
NAME = ; DESC = This object is used to specify the \ port |
mcmTFTPConfigUploadBank | 1.3.6.1.4.1.335.1.4.3.1.8 | integer | read-write |
NAME = ; DESC = The configuration bank number which\ will be uploaded to the TFTP host. ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; Enumeration: 'bank3': 1, 'bank4': 2. |
nvmTFTPParamGroup | 1.3.6.1.4.1.335.1.4.3.2 | |||
nvmTFTPServerIpAddr | 1.3.6.1.4.1.335.1.4.3.2.1 | ipaddress | read-only |
NAME = ; DESC = The IP Address of the TFTP Server.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; |
nvmTFTPFileName | 1.3.6.1.4.1.335.1.4.3.2.2 | displaystring | read-only |
NAME = ; DESC = The Filename with path (ASCII) to be \ downloaded or to upload; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; |
nvmTFTPTimeOut | 1.3.6.1.4.1.335.1.4.3.2.3 | integer | read-only |
NAME = ; DESC = The TFTP timeout period in seconds.; HELP = Time is doubled for each retransmission; CAPABILITIES = NET_CFG, VPN_NONE; |
nvmTFTPRetransmissions | 1.3.6.1.4.1.335.1.4.3.2.4 | integer | read-only |
NAME = ; DESC = The number of times the TFTP request \ will be repeated for un-responsive \ TFTP servers.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; |
nvmTFTPPortNumber | 1.3.6.1.4.1.335.1.4.3.2.5 | integer | read-only |
NAME = ; DESC = This object is used to specify the \ port |
nvmTFTPConfigUploadBank | 1.3.6.1.4.1.335.1.4.3.2.6 | integer | read-only |
NAME = ; DESC = The configuration bank number which\ will be uploaded to the TFTP host. ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; Enumeration: 'bank3': 1, 'bank4': 2. |
mcmTFTPStatusGroup | 1.3.6.1.4.1.335.1.4.3.3 | |||
mcmTFTPCurrentState | 1.3.6.1.4.1.335.1.4.3.3.1 | integer | read-only |
NAME = ; DESC = This object shows the current status \ of TFTP interface.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; Enumeration: 'idle': 1, 'retrieving-file': 2. |
mcmTFTPErrorStatusGroup | 1.3.6.1.4.1.335.1.4.3.4 | |||
mcmTFTPLastErrorStatus | 1.3.6.1.4.1.335.1.4.3.4.1 | integer | read-only |
NAME = ; DESC = This object shows the error status of \ last TFTP operation.; HELP = Error status values: \ value meaning \ --------------------------------------------------\ idle No download has been done \ download-success A download completed without error\ out-of-memory Not enough free memory \ flash-error Could not write to flash memory \ download-failed Download failed for an unknown reason \ chksum-error The file to download has a checksum error \ retrieving-file The file to download is being retrieved \ protocol-error TFTP had an error talking to server \ server-error The TFTP server sent error message, Could be bad file name \ timeout Could be bad ip address or network errors \ connection-error Setup of connection failed \ bad-file The file to be download was rejected; CAPABILITIES = NET_CFG, VPN_NONE; Enumeration: 'flash-error': 5, 'transferring-file': 13, 'connection-error': 17, 'chksum-error': 11, 'download-failed': 6, 'upload-success': 8, 'upload-failed': 7, 'protocol-error': 14, 'server-error': 15, 'idle': 1, 'download-success': 2, 'timeout': 16, 'out-of-memory': 4, 'bad-file': 18. |
mcmTFTPLastServerIpAddr | 1.3.6.1.4.1.335.1.4.3.4.2 | ipaddress | read-only |
NAME = ; DESC = The IP Address of the last TFTP Server.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; |
mcmTFTPLastFileName | 1.3.6.1.4.1.335.1.4.3.4.3 | displaystring | read-only |
NAME = ; DESC = The Filename path (ASCII) of the previously downloaded file.; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; |
mcmTFTPTransferBank | 1.3.6.1.4.1.335.1.4.3.4.4 | integer | read-only |
NAME = ; DESC = Specifies which flash bank is currently\ being uploaded/dwonloaded via the tftp \ application process ; HELP = ; CAPABILITIES = NET_CFG, VPN_NONE; Enumeration: 'toBank4': 6, 'none': 1, 'toBank1': 3, 'toBank2': 4, 'toBank3': 5, 'toboot': 2, 'fromBank4': 8, 'fromBank3': 7, 'fromDebug': 9. |
mcmTFTPLastPortNumber | 1.3.6.1.4.1.335.1.4.3.4.5 | integer | read-only |
NAME = ; DESC = This object is used to specify the \ port |
mcmTFTPDownloadFail | 1.3.6.1.4.1.335.1.4.30.1 |
NAME = ; DESC = A TFTP Code download has failed between the \ PP4400 and the Server.; HELP = Please check Network cables, Server being alive, and retry \ again. If problem persists, contact Sys Admin., or Field \ Personnel.; |
||
mcmTFTPUploadFail | 1.3.6.1.4.1.335.1.4.30.2 |
NAME = ; DESC = TFTP file upload to server has failed.; HELP = See error status for type of transfer failure.; |
||
mcmTFTPDownloadSuccess | 1.3.6.1.4.1.335.1.4.30.3 |
NAME = ; DESC = A TFTP Code download has succeeded between the \ PP4400 and the Server.; HELP = TFTP Code download was successful. \ Normal Status Indicator.; |
||
mcmTFTPUploadSuccess | 1.3.6.1.4.1.335.1.4.30.4 |
NAME = ; DESC = A TFTP file upload has succeeded between the \ 4400 and the Server.; HELP = TFTP file upload was successful. \ Normal Status Indicator.; |