RBN-SSE-MIB

File: RBN-SSE-MIB.mib (19643 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
RBN-TC IANA-ITU-ALARM-TC-MIB ITU-ALARM-TC-MIB
SNMPv2-CONF RBN-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 TruthValue DateAndTime
SnmpAdminString RbnSlot RbnPercentage
IANAItuEventType IANAItuProbableCause ItuPerceivedSeverity
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
rbnMgmt

Defined Types

RbnFSGroupEntry  
SEQUENCE    
  rbnFSGroupName SnmpAdminString
  rbnFSGroupState INTEGER
  rbnFSGroupMode INTEGER
  rbnFSGroupRaidMode INTEGER
  rbnFSGroupRevert TruthValue
  rbnFSPrimarySlot RbnSlot
  rbnFSSecondarySlot RbnSlot
  rbnFSActiveSlot RbnSlot

RbnFSPartitionEntry  
SEQUENCE    
  rbnFSPartitionName SnmpAdminString
  rbnFSPartitionState INTEGER
  rbnFSPartitionSize Unsigned32
  rbnFSPartitionDisk Unsigned32
  rbnFSPartitionMirrored INTEGER
  rbnFSPartitionRaiseTriggerPercentage RbnPercentage
  rbnFSPartitionClearTriggerPercentage RbnPercentage

Defined Values

rbnSseMIB 1.3.6.1.4.1.2352.2.48
This management information module defines the objects necessary to support the management of SmartEdge Server Engine(SSE) file server groups, partitions and corresponding alarms
MODULE-IDENTITY    

rbnSseMIBNotifications 1.3.6.1.4.1.2352.2.48.0
OBJECT IDENTIFIER    

rbnSseMIBObjects 1.3.6.1.4.1.2352.2.48.1
OBJECT IDENTIFIER    

rbnSseMIBConformance 1.3.6.1.4.1.2352.2.48.2
OBJECT IDENTIFIER    

rbnFSGroupTable 1.3.6.1.4.1.2352.2.48.1.1
File-Server Group is a logical abstraction of a physical file server. This table lists the File Server Groups that have been configured on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnFSGroupEntry

rbnFSGroupEntry 1.3.6.1.4.1.2352.2.48.1.1.1
A conceptual row in the rbnFSGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnFSGroupEntry  

rbnFSGroupName 1.3.6.1.4.1.2352.2.48.1.1.1.1
A textual name for the File Server Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..16)  

rbnFSGroupState 1.3.6.1.4.1.2352.2.48.1.1.1.2
Service state of the File Server Group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), up(1), down(2), partial(3), stale(4), noCard(5), unassigned(6)  

rbnFSGroupMode 1.3.6.1.4.1.2352.2.48.1.1.1.3
Operational mode. diskRedundancy Each hard disk on a single file-server card will mirror each other, and when one fails, the other will take over automatically. networkRedundancy One file-server is mirroring the other in the same chassis. One of the file-servers will be in active state while the other is standby or backup. nonRedundant One or two hard disks serving as generic disk.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER diskRedundancy(1), networkRedundancy(2), nonRedundant(3)  

rbnFSGroupRaidMode 1.3.6.1.4.1.2352.2.48.1.1.1.4
Operational mode of the disks. RAID0 : must use 2 disks. Non-RAID0: RAID1: imply using 2 disks, although 1 could be un-plugged. Independent (standalone): either 1 or 2 disks.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), raid0(1), raid1(2), independent(3)  

rbnFSGroupRevert 1.3.6.1.4.1.2352.2.48.1.1.1.5
The reverting mode of the File Server Group. Revert back to original primary/secondary relationship if in reverted mode (that is this object has the value true(1)).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rbnFSPrimarySlot 1.3.6.1.4.1.2352.2.48.1.1.1.6
The chassis slot number in which the primary SSE card is present.
Status: current Access: read-only
OBJECT-TYPE    
  RbnSlot  

rbnFSSecondarySlot 1.3.6.1.4.1.2352.2.48.1.1.1.7
The chassis slot number in which the secondary SSE card is present.
Status: current Access: read-only
OBJECT-TYPE    
  RbnSlot  

rbnFSActiveSlot 1.3.6.1.4.1.2352.2.48.1.1.1.8
The slot number in which the active SSE card is present.
Status: current Access: read-only
OBJECT-TYPE    
  RbnSlot  

rbnFSPartitionTable 1.3.6.1.4.1.2352.2.48.1.2
This table lists the Partitions that have been configured on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnFSPartitionEntry

rbnFSPartitionEntry 1.3.6.1.4.1.2352.2.48.1.2.1
A conceptual row in the PartitionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnFSPartitionEntry  

rbnFSPartitionName 1.3.6.1.4.1.2352.2.48.1.2.1.1
A textual name for the Partition.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..16)  

rbnFSPartitionState 1.3.6.1.4.1.2352.2.48.1.2.1.2
Operational status of the partition.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), stale(3)  

rbnFSPartitionSize 1.3.6.1.4.1.2352.2.48.1.2.1.3
Size of the partition in GBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rbnFSPartitionDisk 1.3.6.1.4.1.2352.2.48.1.2.1.4
DiskId of the disk(disk num) where the partition is located. For SSE, 0 for DISK_1, 1 for DISK_2 and 2 for DISK_ALL will be used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..10  

rbnFSPartitionMirrored 1.3.6.1.4.1.2352.2.48.1.2.1.5
Mirror data to standby disk, if network redundancy is configured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), notApplicable(3)  

rbnFSPartitionRaiseTriggerPercentage 1.3.6.1.4.1.2352.2.48.1.2.1.6
Partition capacity used in percentage to trigger alarm. Raise percentage of 100 indicates alarm is triggered when the partition is completeley full.
Status: current Access: read-only
OBJECT-TYPE    
  RbnPercentage 50..100  

rbnFSPartitionClearTriggerPercentage 1.3.6.1.4.1.2352.2.48.1.2.1.7
Specifies the capacity percentage for when the alarm is cleared. Clear percentage of 10 indicates alarm is triggered when parition is at 10% below raise percentage.
Status: current Access: read-only
OBJECT-TYPE    
  RbnPercentage 10..100  

rbnSseAlarmDateAndTime 1.3.6.1.4.1.2352.2.48.1.3
The local date and time when the alarm was raised
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

rbnSseAlarmSeverity 1.3.6.1.4.1.2352.2.48.1.4
The perceived severity of the alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  ItuPerceivedSeverity  

rbnSseAlarmProbableCause 1.3.6.1.4.1.2352.2.48.1.5
The probable cause for this alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IANAItuProbableCause  

rbnSseEventType 1.3.6.1.4.1.2352.2.48.1.6
The type of the alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IANAItuEventType  

rbnSseAlarmDescription 1.3.6.1.4.1.2352.2.48.1.7
A text string which conveys additional information about the alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

rbnSseFsgSwitchManual 1.3.6.1.4.1.2352.2.48.0.1
A rbnSseFsgSwitchManual notification signifies that the FS group manual switch in progress.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgSwitchAuto 1.3.6.1.4.1.2352.2.48.0.2
A rbnSseFsgSwitchAuto notification signifies that the FS group auto switch in progress.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgSwitchCompleted 1.3.6.1.4.1.2352.2.48.0.3
A rbnSseFsgSwitchCompleted notification signifies that the FS group switch completed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgSwitchFail 1.3.6.1.4.1.2352.2.48.0.4
A rbnSseFsgSwitchFail notification signifies that the FS group switch failed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgSwitchWtr 1.3.6.1.4.1.2352.2.48.0.5
A rbnSseFsgSwitchWtr notification signifies that the FS group auto switch is waiting to restored.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgNotOperational 1.3.6.1.4.1.2352.2.48.0.6
A rbnSseFsgNotOperational notification signifies that the FS group is not operational.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgBlockDeviceFail 1.3.6.1.4.1.2352.2.48.0.7
A rbnSseFsgBlockDeviceFail notification signifies that the FS group block device (DRBD) failed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgPartitionNotOperational 1.3.6.1.4.1.2352.2.48.0.8
A rbnSseFsgPartitionNotOperational notification signifies that the FS group partition not operational.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgParitionDataSyncing 1.3.6.1.4.1.2352.2.48.0.9
A rbnSseFsgParitionDataSyncing notification signifies that the FS group partition data sync failed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgParitionDataSyncFail 1.3.6.1.4.1.2352.2.48.0.10
A rbnSseFsgParitionDataSyncFail notification signifies that the FS group partition data sync failed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgPartitionFull 1.3.6.1.4.1.2352.2.48.0.11
A rbnSseFsgPartitionFull notification signifies that the FS group partition is full
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgPartitionLow 1.3.6.1.4.1.2352.2.48.0.12
A rbnSseFsgPartitionLow notification signifies that the FS group partition is low in space.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseFsgPartitionNotOperStandby 1.3.6.1.4.1.2352.2.48.0.13
A rbnSseFsgPartitionNotOperStandby notification signifies that the FS group partition is not ready at standby
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnSseGroups 1.3.6.1.4.1.2352.2.48.2.1
OBJECT IDENTIFIER    

rbnSseCompliances 1.3.6.1.4.1.2352.2.48.2.2
OBJECT IDENTIFIER    

rbnSseMIBCompliance 1.3.6.1.4.1.2352.2.48.2.2.1
The compliance statement for Redback SmartEdge Server Engine(SSE) MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

rbnSseFileServerGroup 1.3.6.1.4.1.2352.2.48.2.1.1
A collection of rbnFSGroupTable objects providing information applicable to all file server groups.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

rbnSsePartitionGroup 1.3.6.1.4.1.2352.2.48.2.1.2
A collection of rbnFSPartitionTable objects providing information applicable to all file server group partitions.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

rbnSseEventObjectGroup 1.3.6.1.4.1.2352.2.48.2.1.3
A collection of rbnSse notification objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

rbnSseEventGroup 1.3.6.1.4.1.2352.2.48.2.1.4
A collection of rbnSse notifications.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP