ARRIS-D5-SOFTWARE-MGR-MIB

File: ARRIS-D5-SOFTWARE-MGR-MIB.mib (19487 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ARRIS-MIB

Imported symbols

enterprises MODULE-IDENTITY OBJECT-TYPE
Unsigned32 Integer32 NOTIFICATION-TYPE
OBJECT-GROUP MODULE-COMPLIANCE DateAndTime
TruthValue arrisD5UEQam

Defined Types

SmSoftwareListEntry  
SEQUENCE    
  smSoftwareEntryIndex Unsigned32
  smSoftwareEntryFilename OCTET STRING
  smSoftwareEntryVersion OCTET STRING
  smSoftwareEntryDate DateAndTime
  smSoftwareEntryState INTEGER
  smSoftwareEntrySize Integer32
  smSoftwareEntryStatus INTEGER
  smSoftwareEntryAction INTEGER

SmConfigFileListEntry  
SEQUENCE    
  smConfigFileEntryIndex Unsigned32
  smConfigFileEntryName OCTET STRING
  smConfigFileTimestamp DateAndTime
  smConfigFileEntryAction INTEGER

Defined Values

softwareManagerMIB 1.3.6.1.4.1.4115.1.8.1.10
This MIB manages the software on the ARRIS EdgeQAM products
MODULE-IDENTITY    

smControlGroup 1.3.6.1.4.1.4115.1.8.1.10.1
OBJECT IDENTIFIER    

smReloadAction 1.3.6.1.4.1.4115.1.8.1.10.1.1
Force a reload of the ARRIS product. The command is applied to both WANs when equipped. The load marked as boot in the Software Table will be loaded. nil(1) - Do nothing reloadConfigSave(2) - Saves the current configuration before reloading reloadNoConfigSave(3) - Reloads without saving configuration
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nil(1), reloadConfigSave(2), reloadNoConfigSave(3)  

smConfigFileAction 1.3.6.1.4.1.4115.1.8.1.10.1.2
Perform various actions on the configuration file, as directed below. nil(1) - Do nothing saveRunningConfig(2) - Copies the running configuration to the startup configuration. eraseStartupConfig(3) - Erases the startup configuration. You may want to do this before a reboot (without config file save) to get a default configured system. uploadStartupConfigToServer(4) - Using the server information in the configFileTransfer group, this will upload the current startup-configuration to the default directory on the server. If you need upload directory control, use the configFileTransfer
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nil(1), saveRunningConfig(2), eraseStartupConfig(3), uploadStartupConfigToServer(4)  

smSoftwareListGroup 1.3.6.1.4.1.4115.1.8.1.10.2
OBJECT IDENTIFIER    

smSoftwareListTable 1.3.6.1.4.1.4115.1.8.1.10.2.1
Table of images installed on the flash disk
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SmSoftwareListEntry

smSoftwareListEntry 1.3.6.1.4.1.4115.1.8.1.10.2.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SmSoftwareListEntry  

smSoftwareEntryIndex 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.1
image index
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..30  

smSoftwareEntryFilename 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.2
Name of the image file
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

smSoftwareEntryVersion 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.3
image version
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

smSoftwareEntryDate 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.4
Date image created
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

smSoftwareEntryState 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.5
State of the load file. valid means the software load has been properly downloaded and can be loaded onto the system. corrupt means there was a problem tranferring the load and it cannot be loaded onto the system. unknown means that the software load has not yet been validated by the system, and may or may not be valid.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), corrupt(2), unknown(3)  

smSoftwareEntrySize 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.6
file size
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

smSoftwareEntryStatus 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.7
Status of software may be running-boot, running, boot or inactive running-boot(1) indicates that the load is running AND is the boot load. running(2) means the software is currently running on the box, but is not the boot load. boot(3) means that the selected load will boot on next restart. Confirm by checking ksSMBootFileName. inactive(4) indicates the load is neither running nor set to boot.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER running-boot(1), running(2), boot(3), inactive(4)  

smSoftwareEntryAction 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.8
Perform an action on this software load entry. To make the current software load the boot load, select makeBoot(2). When set to upload(3), this software load will be sent to the server using the settings specified in the softwareDownloadGroup MIB objects. This method cannot specify an upload path on the server for the software load. The load will appear in the default directory on the server for the specified transfer protocol. For control over the upload path, please use the smSoftwareDownloadGroup directly. Selecting delete(4) will delete the load from the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nil(1), makeBoot(2), upload(3), delete(4)  

smConfigFileListGroup 1.3.6.1.4.1.4115.1.8.1.10.3
OBJECT IDENTIFIER    

smConfigFileListTable 1.3.6.1.4.1.4115.1.8.1.10.3.1
Table of configuration files or scripts on flash disk
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SmConfigFileListEntry

smConfigFileListEntry 1.3.6.1.4.1.4115.1.8.1.10.3.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SmConfigFileListEntry  

smConfigFileEntryIndex 1.3.6.1.4.1.4115.1.8.1.10.3.1.1.1
image index
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..30  

smConfigFileEntryName 1.3.6.1.4.1.4115.1.8.1.10.3.1.1.2
Name of the file
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

smConfigFileTimestamp 1.3.6.1.4.1.4115.1.8.1.10.3.1.1.3
Timestamp of the configuration file
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

smConfigFileEntryAction 1.3.6.1.4.1.4115.1.8.1.10.3.1.1.4
Actions to perform on the current configuration file. To make this configuration file the startup configuration file, select makeStartupConfig(2). Be sure not to overwrite the new startup-configuration when reloading the system. To copy the current configuration file into the running configuration, select copyIntoRunningConfig(3). Don't forget to save the new running configuration if necessary. When set to upload(4), this software load will be sent to the server using the settings specified in the smConfigFileDownloadGroup MIB objects. This method cannot specify an upload path on the server for the software load. The load will appear in the default directory on the server for the specified transfer protocol. For control over the upload path, please use the smConfigFileDownloadGroup directly. Finally, to delete the configuration file, select delete(5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nil(1), makeStartupConfig(2), copyIntoRunningConfig(3), upload(4), delete(5)  

smSoftwareTransferGroup 1.3.6.1.4.1.4115.1.8.1.10.4
OBJECT IDENTIFIER    

smSoftwareTransferDevice 1.3.6.1.4.1.4115.1.8.1.10.4.1
Specify protocol to use for software load transfers
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nfs(1), tftp(2), ftp(3)  

smSoftwareTransferHostname 1.3.6.1.4.1.4115.1.8.1.10.4.2
Server ip address or hostname
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

smSoftwareTransferUsername 1.3.6.1.4.1.4115.1.8.1.10.4.3
Server user name
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

smSoftwareTransferPassword 1.3.6.1.4.1.4115.1.8.1.10.4.4
Server user password
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

smSoftwareTransferPath 1.3.6.1.4.1.4115.1.8.1.10.4.5
Path and filename for image file on tftp, ftp or nfs
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

smSoftwareTransferControl 1.3.6.1.4.1.4115.1.8.1.10.4.6
Control the transfer as follows: abort(1) - Will abort the transfer in progress. download(2) - Starts a transfer to the ARRIS device upload(3) - Transfer specified load to the server downloadAsBoot(4) will download the software image to the ARRIS device and make it the next boot image
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER abort(1), download(2), upload(3), downloadAsBoot(4)  

smSoftwareTransferStatus 1.3.6.1.4.1.4115.1.8.1.10.4.7
Indication of the last transfer attempt as follows: none(1) indicates no images have been transferred since the system rebooted. inprogress(2) - Indicates there is an active transfer occurring. finished(3) - Indicates the transfer is complete. filenameError(4) - Indicates there was a problem with either the path and/or filename, or the wrong server was specified and the file was not found. hostnameError(5) - Indicates a problem where the hostname could not be resolved, or an incorrectly formatted IP address was specified.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inprogress(2), finished(3), filenameError(4), hostnameError(5), tooManyImages(6)  

smConfigFileTransferGroup 1.3.6.1.4.1.4115.1.8.1.10.5
OBJECT IDENTIFIER    

smConfigFileTransferDevice 1.3.6.1.4.1.4115.1.8.1.10.5.1
Specify protocol to use for file transfers
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nfs(1), tftp(2), ftp(3)  

smConfigFileTransferHostname 1.3.6.1.4.1.4115.1.8.1.10.5.2
Server ip address or hostname
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

smConfigFileTransferUsername 1.3.6.1.4.1.4115.1.8.1.10.5.3
Server user name
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

smConfigFileTransferPassword 1.3.6.1.4.1.4115.1.8.1.10.5.4
Server user password
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

smConfigFileTransferPath 1.3.6.1.4.1.4115.1.8.1.10.5.5
Path and filename of the configuration file on the source device.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

smConfigFileTransferTargetPath 1.3.6.1.4.1.4115.1.8.1.10.5.6
Path and filename of the configuration file on the target device.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

smConfigFileTransferControl 1.3.6.1.4.1.4115.1.8.1.10.5.7
Control the transfer as follows: abort(1) - Will abort the transfer in progress. download(2) - Starts a transfer to the ARRIS device upload(3) - Transfer specified file to the server downloadAsStartup(4) Transfer the config file and make it the startup configuration
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER abort(1), download(2), upload(3), downloadAsStartup(4), downloadIntoRunning(5)  

smConfigFileTransferStatus 1.3.6.1.4.1.4115.1.8.1.10.5.8
Indication of the last transfer attempt as follows: none(1) indicates no files have been transferred since the system rebooted. inprogress(2) - Indicates there is an active transfer occurring. finished(3) - Indicates the transfer is complete. filenameError(4) - Indicates there was a problem with either the path and/or filename, or the wrong server was specified and the file was not found. hostnameError(5) - Indicates a problem where the hostname could not be resolved, or an incorrectly formatted IP address was specified.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inprogress(2), finished(3), filenameError(4), hostnameError(5), tooManyFiles(6)