SONOMASYSTEMS-SONOMA-IPAPPS-MIB: View SNMP OID List / Download MIB

VENDOR: SONOMA SYSTEMS


 Home MIB: SONOMASYSTEMS-SONOMA-IPAPPS-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ipApplications 1.3.6.1.4.1.2926.25.8.1
     bootpGroup 1.3.6.1.4.1.2926.25.8.1.1
         tftpFileServerIpAddress 1.3.6.1.4.1.2926.25.8.1.1.1 ipaddress read-write
The IP Address of the file server to use for image and parameter file downloads and uploads.
         tftpFileName 1.3.6.1.4.1.2926.25.8.1.1.2 displaystring read-write
The path and name of the file to be uploaded or downloaded. This string is 128 charachters long, any longer causes problems fro Windown NT or Windows 95. This length is recommended in RFC 1542.
         tftpImageNumber 1.3.6.1.4.1.2926.25.8.1.1.3 integer read-write
The Image number (1 - 8) for the operational image file to be downloaded to. In the case of BOOTP the image will be stored in the BOOTP/ directory in flash Enumeration: 'image8': 8, 'image3': 3, 'image2': 2, 'image1': 1, 'image7': 7, 'image6': 6, 'image5': 5, 'image4': 4.
         tftpFileAction 1.3.6.1.4.1.2926.25.8.1.1.4 integer read-write
This object is used to initiate file transfer between this unit and the file server identified by tftpFileServerIpAddress. A download indicates that the file transfer is from the file server (down) to the device. An upload indicates a file transfer from the device (up) to the server. This object can be used to initiate either image or parameter file downloads and a parameter file upload. There is no image file upload feature. An image file can be downloaded via either a BootP request (where the image filename and the BootP server's IP Address is unknown) or via a TFTP request where the user has configured the tftpFileName object with the path and name of the file. BootP cannot be used to download or upload a parameter file. An attempt to set this object to one of the following values: startTFTPImageDownload, startTFTPParameterDownload or startTFTPParameterUpload, will fail if either the tftpFileName or tftpFileServerIpAddress object has not bee configured. The tftpFileName and tftpFileServerIpAddress objects are ignored for BootP requests. A value of noAction is always returned to a GetRequest. Seting this object with a value of noAction has no effect. The startPrimaryImageTFTPDownload is used to initiate the download of the primary boot image. This image is only downloaded when there is a new revision of the basic boot mechanism or changes to the flash or CMOS sub-systems. Enumeration: 'startTFTPParameterTextDownload': 7, 'startTFTPProfileDownload': 10, 'startTFTPParameterBinUpload': 8, 'startBootPImageDownload': 2, 'startTFTPParameterBinDownload': 6, 'noAction': 1, 'startSecondaryImageTFTPDownload': 5, 'startTFTPParameterTextUpload': 9, 'startPrimaryImageTFTPDownload': 4, 'startTFTPImageDownload': 3.
         tftpFileTransferStatus 1.3.6.1.4.1.2926.25.8.1.1.5 integer read-only
This is the current status of the file transfer process. Enumeration: 'downloadSuccessful': 15, 'generalFailure': 16, 'failTFTPInvalidFile': 8, 'downloading': 2, 'uploading': 3, 'failNetworkTimeout': 9, 'failTFTPNoFile': 6, 'idle': 1, 'programmingflash': 4, 'errorServerData': 12, 'uploadSuccessful': 14, 'uploadResultUnknown': 13, 'failBootpNoServer': 5, 'failFlashProgError': 10, 'failFlashChksumError': 11, 'failCannotOverwriteActiveImage': 17, 'errorServerResponse': 7, 'failCannotOverwriteActiveParam': 18.
     pingGroup 1.3.6.1.4.1.2926.25.8.1.2
         pingIpAddress 1.3.6.1.4.1.2926.25.8.1.2.1 ipaddress read-write
The IP Address to Ping
         pingTimeout 1.3.6.1.4.1.2926.25.8.1.2.2 integer read-write
This is the timeout, in seconds, for a ping.
         pingRetries 1.3.6.1.4.1.2926.25.8.1.2.3 integer read-write
This value indicates the number of times, to ping. A value of 1 is the default and insicates that the unit will send one pingp. 0 means no action.
         pingStatus 1.3.6.1.4.1.2926.25.8.1.2.4 displaystring read-only
A text string which indicates the result or status of the last ping which the unit sent.
         pingAction 1.3.6.1.4.1.2926.25.8.1.2.5 integer read-write
Indicates whether to stop or start a ping. This always returns the value noAction to a Get Request. Enumeration: 'start': 1, 'stop': 2, 'noAction': 3.