RUCKUS-SWINFO-MIB

File: RUCKUS-SWINFO-MIB.mib (3250 bytes)

Imported modules

RUCKUS-ROOT-MIB SNMPv2-TC SNMPv2-CONF
SNMPv2-SMI

Imported symbols

ruckusCommonSwInfoModule DateAndTime DisplayString
TruthValue OBJECT-GROUP MODULE-COMPLIANCE
MODULE-IDENTITY OBJECT-TYPE Unsigned32

Defined Types

RuckusSwRevEntry  
SEQUENCE    
  ruckusSwRevIndex INTEGER
  ruckusSwRevName DisplayString
  ruckusSwRevision DisplayString
  ruckusSwRevSize Unsigned32
  ruckusSwRevStatus INTEGER

Defined Values

ruckusSwInfoMIB 1.3.6.1.4.1.25053.1.1.3.1
This is the MIB Module for representing the software Information objects.
MODULE-IDENTITY    

ruckusSwInfoObjects 1.3.6.1.4.1.25053.1.1.3.1.1
OBJECT IDENTIFIER    

ruckusSwInfo 1.3.6.1.4.1.25053.1.1.3.1.1.1
OBJECT IDENTIFIER    

ruckusSwInfoEvents 1.3.6.1.4.1.25053.1.1.3.1.2
OBJECT IDENTIFIER    

ruckusSwRevTable 1.3.6.1.4.1.25053.1.1.3.1.1.1.1
This table maintains all the software revision information. This table is used to activate the inactive software.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RuckusSwRevEntry

ruckusSwRevEntry 1.3.6.1.4.1.25053.1.1.3.1.1.1.1.1
Each software revision entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RuckusSwRevEntry  

ruckusSwRevIndex 1.3.6.1.4.1.25053.1.1.3.1.1.1.1.1.1
This is an index into the SoftwareRev Table. This table contains two entries for active and inactive respectively.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

ruckusSwRevName 1.3.6.1.4.1.25053.1.1.3.1.1.1.1.1.2
The name of the file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

ruckusSwRevision 1.3.6.1.4.1.25053.1.1.3.1.1.1.1.1.3
The software revision of the file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

ruckusSwRevSize 1.3.6.1.4.1.25053.1.1.3.1.1.1.1.1.4
The size of the file in kilo bytes (KB=2**10, rounded up).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ruckusSwRevStatus 1.3.6.1.4.1.25053.1.1.3.1.1.1.1.1.5
This indicates the current state of the software. This may either be active (currently running), or inactive.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)