ASCEND-FLASH-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for ASCEND-FLASH-MIB.
33
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
33 total| Object Name |
|---|
flashDevice OBJECT IDENTIFIER .1.3.6.1.4.1.529.22.1 |
RFC1213-MIB Unknown .1.3.6.1.4.1.529.22.1 |
flashDevicesThe 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 flashDevicesro INTEGER .1.3.6.1.4.1.529.22.1.1 |
flashDeviceTableThis table contains one entry for each flash socket being mangaged via
SNMP agent in this system. SEQUENCE OF FlashDeviceEntry .1.3.6.1.4.1.529.22.1.2 |
flashDeviceEntryAn 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. FlashDeviceEntry .1.3.6.1.4.1.529.22.1.2.1 |
flashDeviceSocketA value that uniquely identifies a single entry in the
flashDeviceTable.ro INTEGER .1.3.6.1.4.1.529.22.1.2.1.1 |
flashDeviceControllerUniquely 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.ro INTEGER .1.3.6.1.4.1.529.22.1.2.1.2 |
flashDeviceControllerSocketIdentifies 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.ro INTEGER .1.3.6.1.4.1.529.22.1.2.1.3 |
flashDeviceSizeThe maximum number of bytes this flashDevice can store.ro INTEGER .1.3.6.1.4.1.529.22.1.2.1.4 |
flashDeviceUsedThe Total number of bytes currently stored in this flashDevice.ro INTEGER .1.3.6.1.4.1.529.22.1.2.1.5 |
flashDeviceStateThe current state of this given flashDevice.ro Enumeration .1.3.6.1.4.1.529.22.1.2.1.6 |
flashDeviceMasterIdentifies 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.529.22.1.2.1.7 |
flashDeviceFormatStatusThe format present on the flashDevice.ro Enumeration .1.3.6.1.4.1.529.22.1.2.1.8 |
flashDeviceDescriptionTextual description of the flashDevice.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.529.22.1.2.1.9 |
flashFileTableContains information about all files that are managed via the
agent on this system. SEQUENCE OF FlashFileEntry .1.3.6.1.4.1.529.22.2 |
flashFileEntryInformation about a single file on a given socket. A socket is
a single access entity. FlashFileEntry .1.3.6.1.4.1.529.22.2.1 |
flashFileIndexThe unique index for a given socket that identifies this file.ro INTEGER .1.3.6.1.4.1.529.22.2.1.1 |
flashFileSocketThe socket on which the file resides.ro INTEGER .1.3.6.1.4.1.529.22.2.1.3 |
flashFileSizeThe size of the file in bytes.ro INTEGER .1.3.6.1.4.1.529.22.2.1.4 |
flashFileStatusThe current status of the file.ro Enumeration .1.3.6.1.4.1.529.22.2.1.5 |
flashFileNameThe name used by the system to idenfity the filero DisplayString (SNMPv2-TC) .1.3.6.1.4.1.529.22.2.1.6 |
flashFileChecksumThe checksum for this file.ro INTEGER .1.3.6.1.4.1.529.22.2.1.7 |
flashFileVersionThe version of the filero DisplayString (SNMPv2-TC) .1.3.6.1.4.1.529.22.2.1.8 |
flashFileAccessAccess flags for the file.ro Enumeration .1.3.6.1.4.1.529.22.2.1.9 |
flashFileDateTimeStampThe timestamp of the file when it was written to the flashro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.529.22.2.1.10 |
flashOperation OBJECT IDENTIFIER .1.3.6.1.4.1.529.22.3 |
flashOperationStatusStatus 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.ro Enumeration .1.3.6.1.4.1.529.22.3.1 |
flashOperationCommandThe 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.rw Enumeration .1.3.6.1.4.1.529.22.3.2 |
flashOperationHostIp 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.rw IpAddress .1.3.6.1.4.1.529.22.3.3 |
flashOperationDestFileNameDestination 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.529.22.3.4 |
flashOperationSrcFileNameSource 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.529.22.3.5 |
flashOperationSocketThe flash socket to operate on. If an operation is
in progress a set operation to this object causes a generic
error.rw INTEGER .1.3.6.1.4.1.529.22.3.7 |
flashOperationTftpPortThis 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..65535rw INTEGER .1.3.6.1.4.1.529.22.3.8 |