ALTEON-ISD-PLATFORM-MIB

File: ALTEON-ISD-PLATFORM-MIB.mib (22689 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ALTEON-ROOT-MIB

Imported symbols

NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-IDENTITY
OBJECT-TYPE Counter32 Gauge32
Integer32 TimeTicks IpAddress
TEXTUAL-CONVENTION DisplayString DateAndTime
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
platform

Defined Types

AlarmSeverity  
The AlarmSeverity defines four severity levels, which provide an indication of how it is perceived that the capability of the managed object has been affected. Those severity levels which represent service affecting conditions ordered from most severe to least severe are critical, major, minor and warning. The levels used are a subset of the levels found in X.733, ITU Alarm Reporting Function: o The Indeterminate severity level indicates that the severity level cannot be determined. o The Critical severity level indicates that a service affecting condition has occurred and an immediate corrective action is required. Such a severity can be reported, for example, when a managed object becomes totally out of service and its capability must be restored. o The Major severity level indicates that a service affecting condition has developed and an urgent corrective action is required. Such a severity can be reported, for example, when there is a severe degradation in the capability of the managed object and its full capability must be restored. o The Warning severity level indicates the detection of a potential or impending service affecting fault, before any significant effects have been felt. Action should be taken to further diagnose (if necessary) and correct the problem in order to prevent it from becoming a more serious service affecting fault. When an alarm is cleared, an alarmCleared event is generated. This event clears the alarm with the currentAlarmFaultId contained in the event. It is not required that the clearing of previously reported alarms are reported. Therefore, a managing system cannot assume that the absence of an alarmedCleared event for a fault means that the condition that caused the generation of previous alarms is still present. Managed object definers shall state if, and under which conditions, the alarmedCleared event is used. The clear value of AlarmSeverity is an action which is used when a management station wants to clear an active alarm. This is not possible on all systems, and thus an agent does not have support write access for this value.
TEXTUAL-CONVENTION    
  INTEGER indeterminate(0), critical(1), major(2), warning(4), clear(5)  

IsdClusterEntry  
SEQUENCE    
  isdIndex Integer32 1..2147483647
  isdIP IpAddress
  isdType INTEGER
  isdOperStatus INTEGER

IsdImageEntry  
SEQUENCE    
  isdImageIndex Integer32 1..2147483647
  isdImageVersion DisplayString
  isdImageName DisplayString
  isdImageStatus INTEGER

IsdResourceEntry  
SEQUENCE    
  isdResourceUptime TimeTicks
  isdResourceCpu Gauge32 0..100
  isdResourceMemory Gauge32 0..100
  isdResourceDisk Gauge32 0..100

CurrentAlarmEntry  
SEQUENCE    
  currentAlarmIndex Integer32 1..2147483647
  currentAlarmSeverity AlarmSeverity
  currentAlarmOid OBJECT IDENTIFIER
  currentAlarmObject OBJECT IDENTIFIER
  currentAlarmCause DisplayString
  currentAlarmTime DateAndTime

Defined Values

alteonPlatformISDModule 1.3.6.1.4.1.1872.2.3.1.1
MIB Module for object and notification definitions for event and alarms common to Alteon iSD products.
MODULE-IDENTITY    

alteonISDPlatformMIB 1.3.6.1.4.1.1872.2.3.1.2
Toplevel ID of Alteon Platform ISD MIB.
Status: current Access: read-only
OBJECT-IDENTITY    

isdObjects 1.3.6.1.4.1.1872.2.3.1.2.1
Object definitions for the Alteon ISD Platform MIB.
Status: current Access: read-only
OBJECT-IDENTITY    

isdCluster 1.3.6.1.4.1.1872.2.3.1.2.1.1
A collection of objects to configure and monitor the iSDs in the system.
Status: current Access: read-only
OBJECT-IDENTITY    

currentAlarm 1.3.6.1.4.1.1872.2.3.1.2.1.3
A collection of objects for monitoring of active alarms in the iSD system.
Status: current Access: read-only
OBJECT-IDENTITY    

isdMonitor 1.3.6.1.4.1.1872.2.3.1.2.1.5
A collection of objects for monitoring the performance and resource utilization of the iSDs in the system.
Status: current Access: read-only
OBJECT-IDENTITY    

isdClusterTable 1.3.6.1.4.1.1872.2.3.1.2.1.1.1
Table of iSDs in this iSD cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IsdClusterEntry

isdClusterEntry 1.3.6.1.4.1.1872.2.3.1.2.1.1.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  IsdClusterEntry  

isdIndex 1.3.6.1.4.1.1872.2.3.1.2.1.1.1.1.1
A unique index for this iSD.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

isdIP 1.3.6.1.4.1.1872.2.3.1.2.1.1.1.1.2
The IP address of the iSD box
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

isdType 1.3.6.1.4.1.1872.2.3.1.2.1.1.1.1.3
Defines if a iSD is a master in the cluster, or a slave. Note that there must be at least one master in the cluster. A master iSD keeps copies of the configuration database and software on its flash disk. Slave iSDs reads this info from the masters.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER master(1), slave(2)  

isdOperStatus 1.3.6.1.4.1.1872.2.3.1.2.1.1.1.1.4
The current operational status of the iSD. 'swMismatch' means that the iSD is up, but the software version does not match the rest of the system. The correct software version must be installed on this iSD to make it enter the 'up' state. 'appError' means that the iSD is up, but the applicaion is not functioning, i.e. the iSD does not handle traffic correctly. Check the application specific MIBs for further diagnostics.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

isdMIPOwner 1.3.6.1.4.1.1872.2.3.1.2.1.1.2
The IP address of the iSD that currently holds the MIP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

isdCurrentTime 1.3.6.1.4.1.1872.2.3.1.2.1.1.3
The current time on the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

isdVersion 1.3.6.1.4.1.1872.2.3.1.2.1.1.4
The version of the image on the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

isdImageTable 1.3.6.1.4.1.1872.2.3.1.2.1.1.5
A table with resource utilization metrics for the running iSDs. This table extends isdClusterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IsdImageEntry

isdImageEntry 1.3.6.1.4.1.1872.2.3.1.2.1.1.5.1
A set of Resource utilization metrics for the iSDs.
Status: current Access: not-accessible
OBJECT-TYPE    
  IsdImageEntry  

isdImageIndex 1.3.6.1.4.1.1872.2.3.1.2.1.1.5.1.1
A unique index for the images installed on the cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

isdImageVersion 1.3.6.1.4.1.1872.2.3.1.2.1.1.5.1.2
Version of the installed image
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

isdImageName 1.3.6.1.4.1.1872.2.3.1.2.1.1.5.1.3
Name of the installed image
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

isdImageStatus 1.3.6.1.4.1.1872.2.3.1.2.1.1.5.1.4
Status of the installed images 1 - Image that has been verified to work correctly. 2 - Image that is starting up for the first time; it will eventually become permanent. 2 - Previously installed image 3 - Newly downloaded image
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER permanent(1), current(2), old(3), unpacked(4)  

isdClusterMIP 1.3.6.1.4.1.1872.2.3.1.2.1.1.6
The Management IPaddress of the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

isdClusterMask 1.3.6.1.4.1.1872.2.3.1.2.1.1.7
Network mask of the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

isdResourceTable 1.3.6.1.4.1.1872.2.3.1.2.1.5.1
A table with resource utilization metrics for the running iSDs. This table extends isdClusterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IsdResourceEntry

isdResourceEntry 1.3.6.1.4.1.1872.2.3.1.2.1.5.1.1
A set of Resource utilization metrics for the iSDs.
Status: current Access: not-accessible
OBJECT-TYPE    
  IsdResourceEntry  

isdResourceUptime 1.3.6.1.4.1.1872.2.3.1.2.1.5.1.1.1
Uptime of the iSD.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

isdResourceCpu 1.3.6.1.4.1.1872.2.3.1.2.1.5.1.1.2
Resource load in percent.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

isdResourceMemory 1.3.6.1.4.1.1872.2.3.1.2.1.5.1.1.3
Memory utilization in percent.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

isdResourceDisk 1.3.6.1.4.1.1872.2.3.1.2.1.5.1.1.4
Disk utilization in percent. This value is the utilization of the partition with the least percentage of free space.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

isdNotifications 1.3.6.1.4.1.1872.2.3.1.2.3
Notification definitions for the Alteon ISD Platform MIB.
Status: current Access: read-only
OBJECT-IDENTITY    

isdNotificationObjects 1.3.6.1.4.1.1872.2.3.1.2.4
Notification objects for the Alteon ISD Platform MIB.
Status: current Access: read-only
OBJECT-IDENTITY    

numberOfCurrentAlarms 1.3.6.1.4.1.1872.2.3.1.2.1.3.1
Number of currently active alarms in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

currentAlarmLastTimeChanged 1.3.6.1.4.1.1872.2.3.1.2.1.3.2
The time an entry in the currentAlarmTable was changed. It may be used by a management station as a value to poll. If the value is changed, the management station knows that the currentAlarmTable has been updated. This will have the value of sysUpTime at the time which alarm table was last updated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

currentAlarmTable 1.3.6.1.4.1.1872.2.3.1.2.1.3.3
A list of currently active alarms in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CurrentAlarmEntry

currentAlarmEntry 1.3.6.1.4.1.1872.2.3.1.2.1.3.3.1
A set of parameters that describe a currently active alarm.
Status: current Access: not-accessible
OBJECT-TYPE    
  CurrentAlarmEntry  

currentAlarmIndex 1.3.6.1.4.1.1872.2.3.1.2.1.3.3.1.1
An id that uniquely identifies an alarm. Each active alarm is represented as one an entry in the currentAlarmTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

currentAlarmSeverity 1.3.6.1.4.1.1872.2.3.1.2.1.3.3.1.2
The perceived severity of the fault. A manager can set this value to clear only. When set to clear, the alarm is removed from this table, and a 'clearAlarm' event is generated.
Status: current Access: read-write
OBJECT-TYPE    
  AlarmSeverity  

currentAlarmOid 1.3.6.1.4.1.1872.2.3.1.2.1.3.3.1.3
The SNMP Notification which was sent to represent the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

currentAlarmObject 1.3.6.1.4.1.1872.2.3.1.2.1.3.3.1.4
The alarming object.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

currentAlarmCause 1.3.6.1.4.1.1872.2.3.1.2.1.3.3.1.5
The probable cause of the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

currentAlarmTime 1.3.6.1.4.1.1872.2.3.1.2.1.3.3.1.6
The time the fault was detected.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

isdEvents 1.3.6.1.4.1.1872.2.3.1.2.3.1
This group lists events generated by iSDs in the cluster.
Status: current Access: read-only
OBJECT-IDENTITY    

isdAlarms 1.3.6.1.4.1.1872.2.3.1.2.3.2
This group lists alarms generates by iSDs in the cluster. An alarm is a special form of event which represents a fault in the system that needs to be reported.
Status: current Access: read-only
OBJECT-IDENTITY    

isdAlarmCleared 1.3.6.1.4.1.1872.2.3.1.2.3.1.1
This event is sent when an alarm has been cleared, either by the system or by an operator. Note that the currentAlarmIndex is implicitly sent as the instance identifier for currentAlarmOid. All alarm-specific variables sent in the alarm notification is also sent in this notifications.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdTopologyChange 1.3.6.1.4.1.1872.2.3.1.2.3.1.2
This event signals that the topology of the iSD cluster has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdAuthenticationFailure 1.3.6.1.4.1.1872.2.3.1.2.3.1.4
This event signals that an authentication failure has occurred.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdMipMigration 1.3.6.1.4.1.1872.2.3.1.2.3.1.5
This event signals that the master IP has migrated to another iSD.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdDown 1.3.6.1.4.1.1872.2.3.1.2.3.2.1
This alarm is sent when the iSD goes down.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdUp 1.3.6.1.4.1.1872.2.3.1.2.3.2.2
This alarm is sent when the iSD comes back online.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdSingleMaster 1.3.6.1.4.1.1872.2.3.1.2.3.2.3
This alarm is sent when there is just a sindle iSD master left in the system. The fault tolerance level of the system is severly degraded - if the last master fails, the system cannot be reconfigured. This alarm is only set if there are more than two masters configured in the system.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdMemoryStateChange 1.3.6.1.4.1.1872.2.3.1.2.3.2.4
This alarm is sent when there is a change in the current status of the memory. It is expected that the user will be able to configure this. The defaults could be that 75% would signal a warning and 90% would be an error. The user would be able to specify these values themselves as well as be able to rearm the system.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdCpuStateChange 1.3.6.1.4.1.1872.2.3.1.2.3.2.5
This alarm is sent when there is a change in the current status of the CPU. It is expected that the user will be able to configure this. The defaults could be that 75% would signal a warning and 90% would be an error. The user would be able to specify these values themselves as well as be able to rearm the system.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdDiskStateChange 1.3.6.1.4.1.1872.2.3.1.2.3.2.6
This alarm is sent when there is a change in the current status of the Disk. The partition with the greatest utilization is examined. It is expected that the user will be able to configure this. The defaults could be that 75% would signal a warning and 90% would be an error. The user would be able to specify these values themselves as well as be able to rearm the system.
Status: current Access: read-only
NOTIFICATION-TYPE    

isdEventTime 1.3.6.1.4.1.1872.2.3.1.2.4.1
This object may be included in a notification definition for an event. It specifies the time the event was generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

isdEventDescription 1.3.6.1.4.1.1872.2.3.1.2.4.2
This object may be included in a notification definition for an event. It specifies extra information.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

isdUtilization 1.3.6.1.4.1.1872.2.3.1.2.4.3
Resource utilization in percent.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Gauge32 0..100  

isdLoad 1.3.6.1.4.1.1872.2.3.1.2.4.4
Resource load. 200 means in essence 2 processes want the CPU; this is considered a warning level. 300 means three processes want the CPU; this is considered a critical level.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Gauge32