ASCEND-FLASH-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-FLASH-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
 flashDevice 1.3.6.1.4.1.529.22.1
     flashDevices 1.3.6.1.4.1.529.22.1.1 integer read-only
The maximum number of flash devices that are presented in the flashDeviceTable. The maximum flashDeviceSocket. A value of 0 indicates that the agent does not support any flashDevices
     flashDeviceTable 1.3.6.1.4.1.529.22.1.2 no-access
This table contains one entry for each flash socket being mangaged via SNMP agent in this system.
         flashDeviceEntry 1.3.6.1.4.1.529.22.1.2.1 no-access
An entry in the flashDeviceTable. For each managed flashDevice there is one entry present. It provides information for a single flashDevice as indexed via the flashDeviceSocket.
             flashDeviceSocket 1.3.6.1.4.1.529.22.1.2.1.1 integer read-only
A value that uniquely identifies a single entry in the flashDeviceTable.
             flashDeviceController 1.3.6.1.4.1.529.22.1.2.1.2 integer read-only
Uniquely identifies the controller that manages this flash device. One or more devices can be managed by a single controller. The devices managed by this agent might have one or more controllers associated to them.
             flashDeviceControllerSocket 1.3.6.1.4.1.529.22.1.2.1.3 integer read-only
Identifies the socket of the flashDeviceController for this flashDeviceSocket. One or more sockets can be managed by the controller identified via flashDeviceController. Each socket of a given controller has a unique flashDeviceControllerSocket.
             flashDeviceSize 1.3.6.1.4.1.529.22.1.2.1.4 integer read-only
The maximum number of bytes this flashDevice can store.
             flashDeviceUsed 1.3.6.1.4.1.529.22.1.2.1.5 integer read-only
The Total number of bytes currently stored in this flashDevice.
             flashDeviceState 1.3.6.1.4.1.529.22.1.2.1.6 integer read-only
The current state of this given flashDevice. Enumeration: 'removed': 2, 'inserted': 1.
             flashDeviceMaster 1.3.6.1.4.1.529.22.1.2.1.7 truthvalue read-only
Identifies if this entry is controlled by the master controller or a slave controller. flashDeviceMaster is true if this socket is managed by the master controller and false otherwise.
             flashDeviceFormatStatus 1.3.6.1.4.1.529.22.1.2.1.8 integer read-only
The format present on the flashDevice. Enumeration: 'unformatted': 100, 'format-other': 99, 'format-v1': 1, 'format-v3': 3, 'format-v2': 2.
             flashDeviceDescription 1.3.6.1.4.1.529.22.1.2.1.9 displaystring read-only
Textual description of the flashDevice.
 flashFileTable 1.3.6.1.4.1.529.22.2 no-access
Contains information about all files that are managed via the agent on this system.
     flashFileEntry 1.3.6.1.4.1.529.22.2.1 no-access
Information about a single file on a given socket. A socket is a single access entity.
         flashFileIndex 1.3.6.1.4.1.529.22.2.1.1 integer read-only
The unique index for a given socket that identifies this file.
         flashFileSocket 1.3.6.1.4.1.529.22.2.1.3 integer read-only
The socket on which the file resides.
         flashFileSize 1.3.6.1.4.1.529.22.2.1.4 integer read-only
The size of the file in bytes.
         flashFileStatus 1.3.6.1.4.1.529.22.2.1.5 integer read-only
The current status of the file. Enumeration: 'open-read': 3, 'valid': 1, 'open-write': 4, 'invalid': 2.
         flashFileName 1.3.6.1.4.1.529.22.2.1.6 displaystring read-only
The name used by the system to idenfity the file
         flashFileChecksum 1.3.6.1.4.1.529.22.2.1.7 integer read-only
The checksum for this file.
         flashFileVersion 1.3.6.1.4.1.529.22.2.1.8 displaystring read-only
The version of the file
         flashFileAccess 1.3.6.1.4.1.529.22.2.1.9 integer read-only
Access flags for the file. Enumeration: 'readWrite': 2, 'readOnly': 1.
         flashFileDateTimeStamp 1.3.6.1.4.1.529.22.2.1.10 displaystring read-only
The timestamp of the file when it was written to the flash
 flashOperation 1.3.6.1.4.1.529.22.3
     flashOperationStatus 1.3.6.1.4.1.529.22.3.1 integer read-only
Status of the current operation in progress or the appropiate error indication for the last operation performed. If the operation was performed successfully 'no-operation-in-progress' is returned. Enumeration: 'errorFlashResultNoSpace': 160, 'activeConfigUpload': 4, 'errorTftpEnouser': 107, 'errorTftpEnoSpace': 103, 'errorTftpCreateFile': 114, 'errorFlashResultInternalError': 162, 'errorFlashResultNoFormat': 157, 'errorFlashResultNullFile': 155, 'errorFlashResultReadOnly': 159, 'activeConfigDownload': 5, 'errorGeneric': 51, 'activeInProgress': 6, 'errorTftpEresource': 110, 'errorTftpEretries': 113, 'errorTftpEuerror': 112, 'activeFormating': 2, 'errorTftpEaccess': 102, 'errorFlashResultOldFormat': 158, 'errorFlashResultTooManyOpen': 153, 'errorTftpEnotFound': 101, 'activeFileUpload': 3, 'errorFlashResultBadParam': 151, 'errorTftpEbusy': 109, 'errorTftpReadData': 116, 'errorTftpWriteData': 117, 'errorTftpEparm': 108, 'errorFlashResultNotFound': 152, 'errorFilenameNotValid': 52, 'errorTftpEtimeout': 111, 'errorTftpEexists': 106, 'errorTftpEbadOp': 104, 'success': 50, 'errorTftpEbadTid': 105, 'errorFlashResultUnavail': 161, 'errorFlashResultNoCard': 156, 'idle': 1, 'errorTftpOpenFile': 115, 'errorFlashResultAlreadyOpen': 154.
     flashOperationCommand 1.3.6.1.4.1.529.22.3.2 integer read-write
The object indicates the current operation. A set to the object triggers the operation to be performed. If an operation is in progress a set operation to this object causes a generic error. format-card formats the card in the given socket. tftp-upload describes the upload of a file from a TFTP host to the system. load-config reads the file described in flashOperationSrcFileName into the system. save-config sends the config to the TFTP host. Note that the TFTP host must allow write operations to take advantage of this feature. Enumeration: 'load-config': 4, 'no-command': 3, 'format-card': 1, 'save-config': 5, 'tftp-upload': 2.
     flashOperationHost 1.3.6.1.4.1.529.22.3.3 ipaddress read-write
Ip address of the TFTP host associated with an operation. If an operation is in progress a set operation to this object causes a generic error. For save operation this host must allow TFTP write operation.
     flashOperationDestFileName 1.3.6.1.4.1.529.22.3.4 displaystring read-write
Destination filename for operations. For a save operation this is the filename to be written to on the TFTP host. For load operations this is the filename on the system. If an operation is in progress a set operation to this object causes a generic error.
     flashOperationSrcFileName 1.3.6.1.4.1.529.22.3.5 displaystring read-write
Source filename for operations. For a save operation this is the filename on the system. For load operations this is the filename to be read from to on the TFTP host. If an operation is in progress a set operation to this object causes a generic error.
     flashOperationSocket 1.3.6.1.4.1.529.22.3.7 integer read-write
The flash socket to operate on. If an operation is in progress a set operation to this object causes a generic error.
     flashOperationTftpPort 1.3.6.1.4.1.529.22.3.8 integer read-write
This object defines the port # to use on the remote system when starting a TFTP operation using a flashOperationCommand. The default port is 69/(tcp/udp) Trivial File Transfer. The port numbers allowed for configuration range from 1..65535