LUCENT-GENERIC-DLOAD-MIB

File: LUCENT-GENERIC-DLOAD-MIB.mib (41725 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-TYPE
enterprises IpAddress MacAddress
DisplayString RowStatus

Defined Types

LuOpEntry  
SEQUENCE    
  luOpSerialNumber OCTET STRING
  luOpMCodeVersion OCTET STRING
  luOpBCodeVersion OCTET STRING
  luOpMCodeFilename DisplayString
  luOpAdminStatus INTEGER
  luOpOperStatus INTEGER
  luOpEraseFlashVersion INTEGER
  luOpDefaultFlashVersion INTEGER
  luOpConfFileName DisplayString
  luOpIndex INTEGER

LuDeviceEntry  
SEQUENCE    
  luDeviceIndex INTEGER
  luDeviceDescription DisplayString
  luDeviceLocation DisplayString
  luDeviceNumber OCTET STRING
  luDeviceType INTEGER
  luDeviceFileName DisplayString

LuDownloadEntry  
SEQUENCE    
  luDownloadIPAddress IpAddress
  luDownloadIPGateway IpAddress
  luDownloadIPXAddress OCTET STRING
  luDownloadNodeAddress MacAddress
  luDownloadFileName DisplayString
  luDownloadDestination INTEGER
  luDownloadState INTEGER
  luDownloadFailureCode INTEGER
  luDownloadStatusText DisplayString
  luDownloadSize INTEGER
  luDownloadErrorLogName DisplayString
  luDownloadErrorLogLocation INTEGER

LuUploadEntry  
SEQUENCE    
  luUploadIPAddress IpAddress
  luUploadIPGateway IpAddress
  luUploadIPXAddress OCTET STRING
  luUploadFileName DisplayString
  luUploadSource INTEGER
  luUploadState INTEGER
  luUploadFailureCode INTEGER
  luUploadStatusText DisplayString
  luUploadSize INTEGER
  luUploadErrorLogName DisplayString
  luUploadErrorLogLocation INTEGER

LuNotificationDestEntry  
SEQUENCE    
  luNotificationIndex INTEGER
  luNotificationIPAddress IpAddress
  luNotificationIPGateway IpAddress
  luNotificationIPXAddress OCTET STRING
  luNotificationNodeAddress MacAddress
  luNotificationTrapTypes INTEGER
  luNotificationRowStatus RowStatus

Defined Values

luDload 1.3.6.1.4.1.677
Lucent Generic Download / Upload Private MIB
MODULE-IDENTITY    

luOpTable 1.3.6.1.4.1.677.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LuOpEntry

luOpEntry 1.3.6.1.4.1.677.1.1
Each entry in the LU Operations Table corresponds to a unique logical managed device. It is possible that a single HW device can have resident severial Logical managed devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  LuOpEntry  

luOpSerialNumber 1.3.6.1.4.1.677.1.1.1
The identifier of the device. This is a unique number and in most cases maps directly to the base MAC address of the device. Otherwise any combination of characters up to 32 bytes long.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

luOpMCodeVersion 1.3.6.1.4.1.677.1.1.2
Microcode version of the device. Stored in the format :- first Byte - not used 2nd Byte - microcode major version number 3rd Byte - microcode minor version number 4th Byte - microcode debug version number.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

luOpBCodeVersion 1.3.6.1.4.1.677.1.1.3
Bootcode version of the device and the hardware version. Stored in the format :- first Byte - hardware version number 2nd Byte - microcode major version number 3rd Byte - microcode minor version number 4th Byte - microcode debug version number.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

luOpMCodeFilename 1.3.6.1.4.1.677.1.1.4
Original filename for the microcode that has been downloaded to the device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

luOpAdminStatus 1.3.6.1.4.1.677.1.1.5
The desired operating mode of the device. The mode can be changed by setting this object. If the device does not support the action it will return a bad value error. The behaviour of these states is device specific and some of the states may latch until the state is returned to normal. normal - standard operating mode / can be used to cancel a download or return the device from any latching state. reboot - force the device to reboot. The device will reboot into the version of flash identified by luOpDefaultFlashVersion. identify - force the device to identify itself by flashing lights. This state may latch. test - force the device to do a self test. This state may latch. erase-config - erase all configuration info erase-flash - erase the version of microcode stored in the flash bank identifed by luOpEraseFlashVersion. tftp-ip - force the device to start a TFTP download over IP tftp-ipx - force the device to start a TFTP download over IPX rpl-ipx - force the device to start a RPL download over IPX rpl-llc - force the device to start a RPL download over LLC halt - force the defice to shutdown ready for power off up-tftp-ip - force the device to start a TFTP upload over IP up-tftp-ipx - force the device to start a TFTP upload over IPX snapshot - force the device to take a snapshot of its current configuration and save it to the name specified by the luOpConfFileName object. snapshot-tftp - force the device to take a snapshot of its running configuration and tftp it to a server. startup-tftp - force the device to upload it's startup configuration to a tftp server. file-tftp - force the device to upload a configuration file (specified in the luOpConfFileName object ) to a tftp server. tftp-startup - force the device to download it's startup configuration from a tftp server. tftp-snapshot - force the device to download it's running configuration from a tftp server. tftp-start-snap - force the device to download it's running configuration & startup configuration from a tftp server. tftp-file - force the device to download a configuration file from a tftp server. snapshot-startup - force the device to take a snapshot of it's running configuration and save it as the startup configuration. file-snapshot - force the device to copy the file specified in the luOpConfFileName to it's running configuration file-startup - force the device to copy the file specified in the luOpConfFileName to it's startup configuration
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), reboot(2), identify(3), test(4), erase-config(5), erase-flash(6), tftp-ip(7), tftp-ipx(8), rpl-ipx(9), rpl-llc(10), halt(11), up-tftp-ip(12), up-tftp-ipx(13), snapshot(14), snapshot-tftp(15), startup-tftp(16), file-tftp(17), tftp-snapshot(18), tftp-startup(19), tftp-start-snap(20), tftp-file(21), snapshot-startup(22), file-snapshot(23), file-startup(24)  

luOpOperStatus 1.3.6.1.4.1.677.1.1.6
The current operating mode of the device. normal - standard operating mode reboot - the device is rebooting identify - the device is identifying itself test - the device is performing a self-test downloading - the device is performing a download uploading - the device is performing an upload reading-config - the device is reading a configuration file NOTE:This variable is only available on devices that support version 1.2 or greater of the Box MIB
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), reboot(2), identify(3), test(4), downloading(5), uploading(6), reading-config(7)  

luOpEraseFlashVersion 1.3.6.1.4.1.677.1.1.7
A valid version index for the bank of flash or a software component to erase when AdminStatus is set to erase-flash. NOTE:This variable is only available on devices that support version 1.2 or greater of the Box MIB
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

luOpDefaultFlashVersion 1.3.6.1.4.1.677.1.1.8
The version index of the default flash bank that a device will reboot into when a standard reboot is performed. NOTE:This variable is only available on devices that support version 1.2 or greater of the Box MIB
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

luOpConfFileName 1.3.6.1.4.1.677.1.1.9
This specifies the filename under which to store the current configuration.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

luOpIndex 1.3.6.1.4.1.677.1.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

luDeviceTable 1.3.6.1.4.1.677.2
A table containing information for all downloadable locations in the device components in a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LuDeviceEntry

luDeviceEntry 1.3.6.1.4.1.677.2.1
An entry containing information for a specific downloadable location in a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LuDeviceEntry  

luDeviceIndex 1.3.6.1.4.1.677.2.1.1
Index into the table. Note: To support backwards compatibility, the following restrictions apply to the assignment of luDeviceIndex values. luDeviceIndex value 1 -- flash device Bank A, luDeviceIndex value 2 -- flash device Bank B
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

luDeviceDescription 1.3.6.1.4.1.677.2.1.2
A string containing a textual description for the component identified by this entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

luDeviceLocation 1.3.6.1.4.1.677.2.1.3
A string containing a textual description of the location of the component identified by this entry. eg Flash Bank A Flash ROM Boot ROM Boot Bank A Base Hardware Hardware Module NvRam non-Volitile Ram storage
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

luDeviceNumber 1.3.6.1.4.1.677.2.1.4
Version number for the component. Stored in the format :- 1st Byte - major version number 2nd Byte - minor version number 3rd Byte - debug version number.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(3)  

luDeviceType 1.3.6.1.4.1.677.2.1.5
The type of object that this table entry contains Location information for. flash : code image resident in flash OR the flash bank itself boot-fixed : the version of the fixed boot ROM. boot-updateable : the current version of boot ROM code where the code can be updated. hardware-fixed : Hardware that cannot be upgraded. hardware-upgradeable : a plug in card that can be changed. sw_running : code image that is currently running in RAM. sw_component : a subcomponent of the entire software. Can be resident in flash or ram. These items should be placed in the version table following the version of which they are a subcomponent. default-image: The default image. non-default-image: Other images. default-boot-loader: The default boot loader. non-default-boot-loader: Other boot loaders. unknown - unknown. nvram - non-volitile Ram
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER flash(1), boot-fixed(2), boot-updateable(3), hardware-fixed(4), hardware-upgradeable(5), other(6), sw-running(7), sw-component(8), default-image(9), non-default-image(10), default-boot-loader(11), non-default-boot-loader(12), unknown(20), nvram(21)  

luDeviceFileName 1.3.6.1.4.1.677.2.1.6
A string containing the file name of the component identified by this entry. Allows to rename a file.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

luDeviceCount 1.3.6.1.4.1.677.3
The number of entries in the Location table
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

luDownloadTable 1.3.6.1.4.1.677.4
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LuDownloadEntry

luDownloadEntry 1.3.6.1.4.1.677.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  LuDownloadEntry  

luDownloadIPAddress 1.3.6.1.4.1.677.4.1.1
The IP address of the server to use for the download when using TFTP-IP
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

luDownloadIPGateway 1.3.6.1.4.1.677.4.1.2
The IP gateway to be used to access the server. If this variable is zero then use the default gateway in luOpIPGateway.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

luDownloadIPXAddress 1.3.6.1.4.1.677.4.1.3
The IPX address of the server to use for the download when using TFTP-IPX or RPL-IPX. The format of the address is = 12 bytes.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(12)  

luDownloadNodeAddress 1.3.6.1.4.1.677.4.1.4
The Node address of the server to use for the download when using RPL-LLC
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

luDownloadFileName 1.3.6.1.4.1.677.4.1.5
The filename of the microcode to download. The maximum length of this string is device specific. If a string that is too long is written to this variable BAD VALUE will be returned.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

luDownloadDestination 1.3.6.1.4.1.677.4.1.6
The destination for the download. This will contain the luDeviceIndex for the download destination.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

luDownloadState 1.3.6.1.4.1.677.4.1.7
The current state of the download
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), tftp-waiting-ip(2), tftp-running-ip(3), tftp-waiting-ipx(4), tftp-running-ipx(5), waiting-xmodem(6), running-xmodem(7), rpl-waiting-ipx(8), rpl-running-ipx(9), rpl-waiting-llc(10), rpl-running-llc(11), reading-configuration(12)  

luDownloadFailureCode 1.3.6.1.4.1.677.4.1.8
While a download is in progress this will always be 'no-error'. After a download is complete this indicates the success or failure of the download. If it is anything other than 'no-error' then 'luDownloadStatusText' will contain a textual description of the error. Error codes from 100 upwards are errors returned from a TFTP server. Errors below this are locally generated. Configuration files may return errors after download as a result of reading a config file into the system. conf-file-gen-err - General (unknown error) conf-file-parse-error - Reading of config file resulted in parsing errors. conf-file-exec-error - Reading of config file resulted in execution errors.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no-error(1), config-error(2), busy(3), timeout(4), cancelled(5), incompatible-file(6), file-too-big(7), protocol-error(8), flash-write-error(9), nvram-write-error(10), conf-file-gen-err(11), conf-file-parse-error(12), conf-file-exec-error(13), undefined-error(100), file-not-found(101), access-violation(102), out-of-memory(103), illegal-operation(104), unknown-transfer-id(105), file-already-exists(106), no-such-user(107)  

luDownloadStatusText 1.3.6.1.4.1.677.4.1.9
A display string describing the status of the download in progress, or the reason for failure of the last download. If FailureCode = no-error then StatusText may be empty.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

luDownloadSize 1.3.6.1.4.1.677.4.1.10
While a download is in progress this indicates the number of bytes transferred so far. After the download is completed this remains at the final size downloaded.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

luDownloadErrorLogName 1.3.6.1.4.1.677.4.1.11
The filename under which an error log has been created. In the case of file downloads that produce errors this file should contain a log of errors that occured
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

luDownloadErrorLogLocation 1.3.6.1.4.1.677.4.1.12
The location of the error log. This will contain the luDeviceIndex for the error log
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

luUploadTable 1.3.6.1.4.1.677.5
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LuUploadEntry

luUploadEntry 1.3.6.1.4.1.677.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  LuUploadEntry  

luUploadIPAddress 1.3.6.1.4.1.677.5.1.1
The IP address of the server to use for the upload when using TFTP-IP
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

luUploadIPGateway 1.3.6.1.4.1.677.5.1.2
The IP gateway to be used to access the server. If this variable is zero then use the default gateway in luOpIPGateway.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

luUploadIPXAddress 1.3.6.1.4.1.677.5.1.3
The IPX address of the server to use for the upload when using TFTP-IPX. The format of the address is = 12 bytes.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(12)  

luUploadFileName 1.3.6.1.4.1.677.5.1.4
The filename under which to store the uploaded microcode. The maximum length of this string is device specific. If a string that is too long is written to this variable BAD VALUE will be returned.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

luUploadSource 1.3.6.1.4.1.677.5.1.5
The source for the upload. This will contain the luDeviceIndex for the upload source.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

luUploadState 1.3.6.1.4.1.677.5.1.6
The current state of the Upload
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), tftp-waiting-ip(2), tftp-running-ip(3), tftp-waiting-ipx(4), tftp-running-ipx(5)  

luUploadFailureCode 1.3.6.1.4.1.677.5.1.7
While an upload is in progress this will always be 'no-error'. After an upload is complete this indicates the success or failure of the upload. If it is anything other than 'no-error' then 'luUploadStatusText' will contain a textual description of the error. Error codes from 100 upwards are errors returned from a TFTP server. Errors below this are locally generated. Configuration files may return errors after / before upload, as a result of reading a config file into the system. conf-file-gen-err - General (unknown error) conf-file-exec-error - Generation of config file resulted in execution errors.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no-error(1), config-error(2), busy(3), timeout(4), cancelled(5), incompatible-file(6), file-too-big(7), protocol-error(8), flash-write-error(9), nvram-read-error(10), conf-file-gen-err(11), conf-file-exec-error(12), undefined-error(100), file-not-found(101), access-violation(102), out-of-memory(103), illegal-operation(104), unknown-transfer-id(105), file-already-exists(106), no-such-user(107)  

luUploadStatusText 1.3.6.1.4.1.677.5.1.8
A display string describing the status of the upload in progress, or the reason for failure of the last upload. If FailureCode = no-error then StatusText may be empty.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

luUploadSize 1.3.6.1.4.1.677.5.1.9
While an upload is in progress this indicates the number of bytes transferred so far. After the upload is completed this remains at the final size uploaded.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

luUploadErrorLogName 1.3.6.1.4.1.677.5.1.10
The filename under which an error log has been created. In the case of file uploads that produce errors this file should contain a log of errors that occured
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

luUploadErrorLogLocation 1.3.6.1.4.1.677.5.1.11
The location of the error log. This will contain the luDeviceIndex for the error log
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

luDloadNotifications 1.3.6.1.4.1.677.6
OBJECT IDENTIFIER    

luNotificationNextIndex 1.3.6.1.4.1.677.6.1
The Next available Index of the luNotificationDestTable
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

luNotificationDestTable 1.3.6.1.4.1.677.6.2
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LuNotificationDestEntry

luNotificationDestEntry 1.3.6.1.4.1.677.6.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  LuNotificationDestEntry  

luNotificationIndex 1.3.6.1.4.1.677.6.2.1.1
The Index of this Destination entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

luNotificationIPAddress 1.3.6.1.4.1.677.6.2.1.2
The IP address of the trap receiver. If IPX Addresses are being used this entry must be zero.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

luNotificationIPGateway 1.3.6.1.4.1.677.6.2.1.3
The IP gateway of the trap receiver. If IPX Addresses are being used this entry must be zero.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

luNotificationIPXAddress 1.3.6.1.4.1.677.6.2.1.4
The IPX address of the trap receiver. If IP Addresses are being used this entry must be zero. The format of the address is = 12 bytes.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(12)  

luNotificationNodeAddress 1.3.6.1.4.1.677.6.2.1.5
The Node address of the trap receiver. If IP Addresses are being used this entry must be zero.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

luNotificationTrapTypes 1.3.6.1.4.1.677.6.2.1.6
The Trap types this entry should receive.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noDloadTraps(0), allDloadTraps(1)  

luNotificationRowStatus 1.3.6.1.4.1.677.6.2.1.7
The Status of this entry in the table. Note the available states: active(1), -- Obviously Active. notInService(2) -- Configured but disabled. notReady(3), -- NOT fully configured. createAndGo(4), createAndWait(5) or destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

luDloadTrapCompleted 1.3.6.1.4.1.677.6.3
Indicates that a download has completed.
Status: current Access: read-create
NOTIFICATION-TYPE    

luUpLoadTrapCompleted 1.3.6.1.4.1.677.6.4
Indicates that a upload has completed.
Status: current Access: read-create
NOTIFICATION-TYPE