ARRIS-D5-SOFTWARE-MGR-MIB: View SNMP OID List / Download MIB

VENDOR: ARRIS INTERACTIVE LLC


 Home MIB: ARRIS-D5-SOFTWARE-MGR-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
 softwareManagerMIB 1.3.6.1.4.1.4115.1.8.1.10
This MIB manages the software on the ARRIS EdgeQAM products
       smControlGroup 1.3.6.1.4.1.4115.1.8.1.10.1
           smReloadAction 1.3.6.1.4.1.4115.1.8.1.10.1.1 integer read-write
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 Enumeration: 'reloadNoConfigSave': 3, 'reloadConfigSave': 2, 'nil': 1.
           smConfigFileAction 1.3.6.1.4.1.4115.1.8.1.10.1.2 integer read-write
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 Enumeration: 'uploadStartupConfigToServer': 4, 'eraseStartupConfig': 3, 'nil': 1, 'saveRunningConfig': 2.
       smSoftwareListGroup 1.3.6.1.4.1.4115.1.8.1.10.2
           smSoftwareListTable 1.3.6.1.4.1.4115.1.8.1.10.2.1 no-access
Table of images installed on the flash disk
               smSoftwareListEntry 1.3.6.1.4.1.4115.1.8.1.10.2.1.1 no-access
.
                   smSoftwareEntryIndex 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.1 unsigned32 no-access
image index
                   smSoftwareEntryFilename 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.2 octet string read-only
Name of the image file
                   smSoftwareEntryVersion 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.3 octet string read-only
image version
                   smSoftwareEntryDate 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.4 dateandtime read-only
Date image created
                   smSoftwareEntryState 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.5 integer read-only
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. Enumeration: 'corrupt': 2, 'unknown': 3, 'valid': 1.
                   smSoftwareEntrySize 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.6 integer32 read-only
file size
                   smSoftwareEntryStatus 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.7 integer read-only
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. Enumeration: 'running-boot': 1, 'inactive': 4, 'boot': 3, 'running': 2.
                   smSoftwareEntryAction 1.3.6.1.4.1.4115.1.8.1.10.2.1.1.8 integer read-write
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. Enumeration: 'makeBoot': 2, 'upload': 3, 'nil': 1, 'delete': 4.
       smConfigFileListGroup 1.3.6.1.4.1.4115.1.8.1.10.3
           smConfigFileListTable 1.3.6.1.4.1.4115.1.8.1.10.3.1 no-access
Table of configuration files or scripts on flash disk
               smConfigFileListEntry 1.3.6.1.4.1.4115.1.8.1.10.3.1.1 no-access
.
                   smConfigFileEntryIndex 1.3.6.1.4.1.4115.1.8.1.10.3.1.1.1 unsigned32 no-access
image index
                   smConfigFileEntryName 1.3.6.1.4.1.4115.1.8.1.10.3.1.1.2 octet string read-only
Name of the file
                   smConfigFileTimestamp 1.3.6.1.4.1.4115.1.8.1.10.3.1.1.3 dateandtime read-only
Timestamp of the configuration file
                   smConfigFileEntryAction 1.3.6.1.4.1.4115.1.8.1.10.3.1.1.4 integer read-write
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). Enumeration: 'copyIntoRunningConfig': 3, 'delete': 5, 'makeStartupConfig': 2, 'nil': 1, 'upload': 4.
       smSoftwareTransferGroup 1.3.6.1.4.1.4115.1.8.1.10.4
           smSoftwareTransferDevice 1.3.6.1.4.1.4115.1.8.1.10.4.1 integer read-write
Specify protocol to use for software load transfers Enumeration: 'ftp': 3, 'tftp': 2, 'nfs': 1.
           smSoftwareTransferHostname 1.3.6.1.4.1.4115.1.8.1.10.4.2 octet string read-write
Server ip address or hostname
           smSoftwareTransferUsername 1.3.6.1.4.1.4115.1.8.1.10.4.3 octet string read-write
Server user name
           smSoftwareTransferPassword 1.3.6.1.4.1.4115.1.8.1.10.4.4 octet string read-write
Server user password
           smSoftwareTransferPath 1.3.6.1.4.1.4115.1.8.1.10.4.5 octet string read-write
Path and filename for image file on tftp, ftp or nfs
           smSoftwareTransferControl 1.3.6.1.4.1.4115.1.8.1.10.4.6 integer read-write
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 Enumeration: 'download': 2, 'abort': 1, 'upload': 3, 'downloadAsBoot': 4.
           smSoftwareTransferStatus 1.3.6.1.4.1.4115.1.8.1.10.4.7 integer read-only
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. Enumeration: 'hostnameError': 5, 'filenameError': 4, 'none': 1, 'finished': 3, 'tooManyImages': 6, 'inprogress': 2.
       smConfigFileTransferGroup 1.3.6.1.4.1.4115.1.8.1.10.5
           smConfigFileTransferDevice 1.3.6.1.4.1.4115.1.8.1.10.5.1 integer read-write
Specify protocol to use for file transfers Enumeration: 'ftp': 3, 'tftp': 2, 'nfs': 1.
           smConfigFileTransferHostname 1.3.6.1.4.1.4115.1.8.1.10.5.2 octet string read-write
Server ip address or hostname
           smConfigFileTransferUsername 1.3.6.1.4.1.4115.1.8.1.10.5.3 octet string read-write
Server user name
           smConfigFileTransferPassword 1.3.6.1.4.1.4115.1.8.1.10.5.4 octet string read-write
Server user password
           smConfigFileTransferPath 1.3.6.1.4.1.4115.1.8.1.10.5.5 octet string read-write
Path and filename of the configuration file on the source device.
           smConfigFileTransferTargetPath 1.3.6.1.4.1.4115.1.8.1.10.5.6 octet string read-write
Path and filename of the configuration file on the target device.
           smConfigFileTransferControl 1.3.6.1.4.1.4115.1.8.1.10.5.7 integer read-write
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 Enumeration: 'download': 2, 'downloadIntoRunning': 5, 'downloadAsStartup': 4, 'abort': 1, 'upload': 3.
           smConfigFileTransferStatus 1.3.6.1.4.1.4115.1.8.1.10.5.8 integer read-only
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. Enumeration: 'hostnameError': 5, 'filenameError': 4, 'tooManyFiles': 6, 'none': 1, 'finished': 3, 'inprogress': 2.