ARISTA-EXTERNAL-ALARM-MIB

File: ARISTA-EXTERNAL-ALARM-MIB.mib (7643 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ARISTA-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TruthValue DisplayString
TimeStamp aristaMibs

Defined Types

AristaExternalAlarmTableEntry  
SEQUENCE    
  aristaExternalAlarmId Unsigned32
  aristaExternalAlarmAsserted TruthValue
  aristaExternalAlarmCount Unsigned32
  aristaExternalAlarmLastAsserted TimeStamp
  aristaExternalAlarmLastDeasserted TimeStamp
  aristaExternalAlarmDescription DisplayString
  aristaExternalAlarmPolarity INTEGER
  aristaExternalAlarmAction INTEGER

Defined Values

aristaExternalAlarmMIB 1.3.6.1.4.1.30065.3.25
The MIB module for reporting the configuration and status of all external alarms present on an Arista device.
MODULE-IDENTITY    

aristaExternalAlarmMibNotifications 1.3.6.1.4.1.30065.3.25.0
OBJECT IDENTIFIER    

aristaExternalAlarmMibObjects 1.3.6.1.4.1.30065.3.25.1
OBJECT IDENTIFIER    

aristaExternalAlarmMibConformance 1.3.6.1.4.1.30065.3.25.2
OBJECT IDENTIFIER    

aristaExternalAlarmTable 1.3.6.1.4.1.30065.3.25.1.1
A list of external alarm entries. There is one entry for each external alarm input present on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaExternalAlarmTableEntry

aristaExternalAlarmTableEntry 1.3.6.1.4.1.30065.3.25.1.1.1
An entry containing configuration and status information for an external alarm.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaExternalAlarmTableEntry  

aristaExternalAlarmId 1.3.6.1.4.1.30065.3.25.1.1.1.1
The numerical index of the alarm.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

aristaExternalAlarmAsserted 1.3.6.1.4.1.30065.3.25.1.1.1.2
The current status of the alarm. This attribute has value 'true(1)' if the alarm is enabled and asserted; otherwise, the value is 'false(2)'.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

aristaExternalAlarmCount 1.3.6.1.4.1.30065.3.25.1.1.1.3
The number of times the alarm has asserted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

aristaExternalAlarmLastAsserted 1.3.6.1.4.1.30065.3.25.1.1.1.4
The value of sysUpTime at which the alarm most recently asserted. A value of 0 means the alarm has not asserted.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

aristaExternalAlarmLastDeasserted 1.3.6.1.4.1.30065.3.25.1.1.1.5
The value of sysUpTime at which the alarm most recently deasserted. A value of 0 means the alarm has not deasserted.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

aristaExternalAlarmDescription 1.3.6.1.4.1.30065.3.25.1.1.1.6
A description of the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

aristaExternalAlarmPolarity 1.3.6.1.4.1.30065.3.25.1.1.1.7
The current polarity of the alarm. This attribute has value 'open(1)' if the alarm relay is normally open; otherwise, if the polarity is 'closed(2)', the relay is normally closed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(1), closed(2)  

aristaExternalAlarmAction 1.3.6.1.4.1.30065.3.25.1.1.1.8
The configured response to alarm status changes. This attribute has value 'ignore(1)' if alarms are ignored, 'syslog(2)' if system log messages are generated on alarm assertion and deassertion, and 'snmpTrap(3)' if both snmp traps and system log messages are generated on alarm assertion and deassertion.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ignore(1), syslog(2), snmpTrap(3)  

aristaExternalAlarmAssertedNotif 1.3.6.1.4.1.30065.3.25.0.1
This trap signifies that the alarm's status has changed to asserted.
Status: current Access: read-only
NOTIFICATION-TYPE    

aristaExternalAlarmDeassertedNotif 1.3.6.1.4.1.30065.3.25.0.2
This trap signifies that the alarm's status has changed to deasserted.
Status: current Access: read-only
NOTIFICATION-TYPE    

aristaExternalAlarmMibCompliances 1.3.6.1.4.1.30065.3.25.2.1
OBJECT IDENTIFIER    

aristaExternalAlarmMibGroups 1.3.6.1.4.1.30065.3.25.2.2
OBJECT IDENTIFIER    

aristaExternalAlarmMibCompliance 1.3.6.1.4.1.30065.3.25.2.1.1
The compliance statement for Arista switches that implement the ARISTA-EXTERNAL-ALARM-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

aristaExternalAlarmObjectsGroup 1.3.6.1.4.1.30065.3.25.2.2.1
The collection of objects that provide information for the external alarms in the system.
Status: current Access: read-only
OBJECT-GROUP    

aristaExternalAlarmNotificationsGroup 1.3.6.1.4.1.30065.3.25.2.2.2
The collection of notifications generated by the system when an alarm is asserted or deasserted.
Status: current Access: read-only
NOTIFICATION-GROUP