RUCKUS-UPGRADE-MIB: View SNMP OID List / Download MIB

VENDOR: RUCKUS WIRELESS


 Home MIB: RUCKUS-UPGRADE-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
 ruckusUpgradeMIB 1.3.6.1.4.1.25053.1.1.5.1
This is the software upgrade management objects.
     ruckusUpgradeObjects 1.3.6.1.4.1.25053.1.1.5.1.1
         ruckusFileTransfer 1.3.6.1.4.1.25053.1.1.5.1.1.1
             ruckusFileTransferMethod 1.3.6.1.4.1.25053.1.1.5.1.1.1.1 integer read-write
Specifies the file tranfer method. ruckusFileTransferFTPUsername and ruckusFileTransferFTPPassword must be specified if FTP(2) is elected Enumeration: 'ftp': 2, 'tftp': 1, 'web': 3.
             ruckusFileTransferHostName 1.3.6.1.4.1.25053.1.1.5.1.1.1.2 displaystring read-write
Specifies the name of the host where the control file is residing.It is the same as 'ruckusFileTransferHostAddr' when it is a ipv4/ipv6 address. the value is ipv4 address,ipv6 address or domain name.
             ruckusFileTransferHostAddr 1.3.6.1.4.1.25053.1.1.5.1.1.1.3 octet string read-write
Specifies the IP(V6) address of the host. This IP(V6) address shall be used when DNS resolution fails with ruckusFileTransferHostName. This node is the same as the node 'ruckusFileTransferHostName' when it is a ipv4/ipv6 address,otherwise it return NULL. The value is ipv4 address pr ipv6 address.
             ruckusFileTransferControlFileName 1.3.6.1.4.1.25053.1.1.5.1.1.1.4 displaystring read-write
Specifies the name of the control file.
             ruckusFileTransferFTPUsername 1.3.6.1.4.1.25053.1.1.5.1.1.1.5 displaystring read-write
Specifies username for FTP file transfer.
             ruckusFileTransferFTPPassword 1.3.6.1.4.1.25053.1.1.5.1.1.1.6 displaystring read-write
Specifies password for FTP file transfer.
             ruckusFileTransferUpgradeNow 1.3.6.1.4.1.25053.1.1.5.1.1.1.7 truthvalue read-write
Setting this object to true(1) would cause upgrade to take place immediately. Always returns false(2) on read.
             ruckusFileTransferTakeEffectImmediately 1.3.6.1.4.1.25053.1.1.5.1.1.1.8 truthvalue read-write
Setting this object to true(1) sets a flag such that the device will reboot upon successful completion of the transfer. Reading it returns the state of that flag.
         ruckusAutoUpgrade 1.3.6.1.4.1.25053.1.1.5.1.1.2
             ruckusAutoUpgradeInitialCheckInterval 1.3.6.1.4.1.25053.1.1.5.1.1.2.1 unsigned32 read-write
Specifies initial check interval.
             ruckusAutoUpgradeCheckInterval 1.3.6.1.4.1.25053.1.1.5.1.1.2.2 unsigned32 read-write
Specifies the interval in minutes, to check if there is a new software available at the host. If the interval is zero, means that the software download is disabled.
             ruckusAutoUpgradeStatus 1.3.6.1.4.1.25053.1.1.5.1.1.2.3 unsigned32 read-write
To enable/disable automatic upgrade capability.