SBFC-MIB

File: SBFC-MIB.mib (7969 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

private NetworkAddress IpAddress
Counter Gauge TimeTicks
enterprises OBJECT-TYPE DisplayString

Defined Types

SbfcNodeEntry  
SEQUENCE    
  sbfcNodeID INTEGER
  sbfcNodeStatus INTEGER
  sbfcNodeLoad INTEGER
  sbfcNodeControlIP IpAddress
  sbfcNodeControlPort INTEGER

Defined Values

stonesoft 1.3.6.1.4.1.1369
OBJECT IDENTIFIER    

stoneSystem 1.3.6.1.4.1.1369.1
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.1369.2
OBJECT IDENTIFIER    

fullCluster 1.3.6.1.4.1.1369.2.2
OBJECT IDENTIFIER    

sbfcModule 1.3.6.1.4.1.1369.2.2.4
OBJECT IDENTIFIER    

sbfcDriver 1.3.6.1.4.1.1369.2.2.5
OBJECT IDENTIFIER    

agentDescr 1.3.6.1.4.1.1369.1.1
The SNMP agent's description of itself.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

agentVersion 1.3.6.1.4.1.1369.1.2
The SNMP agent mib version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

sbfcClusterID 1.3.6.1.4.1.1369.2.2.1
The StoneBeat cluster ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sbfcMemberID 1.3.6.1.4.1.1369.2.2.2
The ID of this node in the StoneBeat FullCluster.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sbfcModuleVersion 1.3.6.1.4.1.1369.2.2.4.1
The version of the StoneBeat FullCluster module on this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

sbfcModulePatchLevel 1.3.6.1.4.1.1369.2.2.4.2
The patch level of the StoneBeat FullCluster module
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

sbfcDriverPatchLevel 1.3.6.1.4.1.1369.2.2.5.2
The patch level of the StoneBeat FullCluster driver
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

sbfcDriverVersion 1.3.6.1.4.1.1369.2.2.5.1
The version of the StoneBeat FullCluster driver on this host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

sbfcMaxNodeID 1.3.6.1.4.1.1369.2.2.3
The maximum number of nodes in this cluster and at the same time the highes possible index in the status sequences.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sbfcOSName 1.3.6.1.4.1.1369.2.2.6
Name of the operating system
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

sbfcOSVersion 1.3.6.1.4.1.1369.2.2.7
Operating system version
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

sbfcAgeOfStatus 1.3.6.1.4.1.1369.2.2.8
Time in seconds since we got the cluster status
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sbfcNodeTable 1.3.6.1.4.1.1369.2.2.9
A list of node entries. The number of entries is given by sbfcMaxNodeID.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SbfcNodeEntry

sbfcNodeEntry 1.3.6.1.4.1.1369.2.2.9.1
A node entry containing object describing each node in the cluster.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SbfcNodeEntry  

sbfcNodeID 1.3.6.1.4.1.1369.2.2.9.1.1
A unique value for each node. Its value ranges between 1 and the value of sbfcMaxNodeID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

sbfcNodeStatus 1.3.6.1.4.1.1369.2.2.9.1.2
The node status
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER offline(1), going-online(2), online(3), going-offline(4), unknown(5), offline-ready-for-restart(6), online-ready-for-restart(7), locked-offline(8), going-locked-offline(9), locked-online(10), going-locked-online(11), locked-offline-ready-for-restart(12), locked-online-ready-for-restart(13), standby(14), going-standby(15), standby-ready-for-restart(16)  

sbfcNodeLoad 1.3.6.1.4.1.1369.2.2.9.1.3
The load level of this node. The value is a percentage of the capacity of the node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sbfcNodeCapacity 1.3.6.1.4.1.1369.2.2.9.1.4
The capacity of this node
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sbfcNodeControlIp 1.3.6.1.4.1.1369.2.2.9.1.5
The control IP address of this node
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

sbfcNodeControlPort 1.3.6.1.4.1.1369.2.2.9.1.6
The control port number of this node 0 denotes NULL
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535