ARISTA-REDUNDANCY-MIB

File: ARISTA-REDUNDANCY-MIB.mib (8300 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 TEXTUAL-CONVENTION TimeStamp
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
aristaMibs

Defined Types

AristaRedundancyState  
The status of the unit. unknown - The redundancy status is unknown. standby - The unit is initialized, and is in the standby state. active - The unit is currently in active mode. The SNMP agent runs only on the active unit. disabled - The unit is currently disabled.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), standby(1), active(2), disabled(3)  

AristaRedundancyProtocol  
The redundancy protocol. unknown - The protocol is unknown. simplex - The peer unit will remain disabled with this protocol. rpr - Route Processor Redundancy. This protocol allows the startup configuration files to be synchronized between the units but not the active operational state. sso - Stateful Switchover. This protocol allows the peer units to synchronize not only configuration but also operational state so when the active unit fails, the peer can take over control plane responsibilities.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), simplex(1), rpr(2), sso(3)  

AristaRedundancyUnitStateEntry  
SEQUENCE    
  aristaRedundancyUnitId Unsigned32
  aristaRedundancyUnitState AristaRedundancyState
  aristaRedundancyUnitStateEntryTime TimeStamp

Defined Values

aristaRedundancyMIB 1.3.6.1.4.1.30065.3.8
This MIB module provides configuration and status information pertaining to high availability or redundancy infrastructure on Arista devices. As such, this MIB module is aimed at providing relevant information on 'Modular Systems' which support dual supervisors for control plane redundancy. Each of the dual supervisors are referred to as 'unit' in the module.
MODULE-IDENTITY    

aristaRedundancyObjects 1.3.6.1.4.1.30065.3.8.0
OBJECT IDENTIFIER    

aristaRedundancyNotifications 1.3.6.1.4.1.30065.3.8.1
OBJECT IDENTIFIER    

aristaRedundancyConformance 1.3.6.1.4.1.30065.3.8.2
OBJECT IDENTIFIER    

aristaRedundancyStatus 1.3.6.1.4.1.30065.3.8.0.0
OBJECT IDENTIFIER    

aristaRedundancyHistory 1.3.6.1.4.1.30065.3.8.0.1
OBJECT IDENTIFIER    

aristaRedundancyProtocolConfig 1.3.6.1.4.1.30065.3.8.0.0.1
Indicates the configured redundancy protocol in the system.
Status: current Access: read-only
OBJECT-TYPE    
  AristaRedundancyProtocol  

aristaRedundancyProtocolOper 1.3.6.1.4.1.30065.3.8.0.0.2
Indicates the operational redundancy protocol in the system.
Status: current Access: read-only
OBJECT-TYPE    
  AristaRedundancyProtocol  

aristaRedundancyUnitStateTable 1.3.6.1.4.1.30065.3.8.0.0.3
This table contains the current redundancy state information for the units in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaRedundancyUnitStateEntry

aristaRedundancyUnitStateEntry 1.3.6.1.4.1.30065.3.8.0.0.3.1
An entry containing redundancy state information for a unit.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaRedundancyUnitStateEntry  

aristaRedundancyUnitId 1.3.6.1.4.1.30065.3.8.0.0.3.1.1
A unique identifier representing a unit. Usually it is the slot number of the inserted unit on the given modular system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

aristaRedundancyUnitState 1.3.6.1.4.1.30065.3.8.0.0.3.1.2
The current state of the given unit.
Status: current Access: read-only
OBJECT-TYPE    
  AristaRedundancyState  

aristaRedundancyUnitStateEntryTime 1.3.6.1.4.1.30065.3.8.0.0.3.1.3
The value of sysUpTime when the unit entered the given state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

aristaRedundancyLastSwOverReason 1.3.6.1.4.1.30065.3.8.0.0.4
The reason for the last switchover in the system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

aristaRedundancyNotificationPrefix 1.3.6.1.4.1.30065.3.8.1.0
OBJECT IDENTIFIER    

aristaRedundancySwitchOverNotif 1.3.6.1.4.1.30065.3.8.1.0.1
A switchover notification is generated whenever a unit becomes active and it has taken over the control plane duties.
Status: current Access: read-only
NOTIFICATION-TYPE    

aristaRedundancyCompliances 1.3.6.1.4.1.30065.3.8.2.1
OBJECT IDENTIFIER    

aristaRedundancyGroups 1.3.6.1.4.1.30065.3.8.2.2
OBJECT IDENTIFIER    

aristaRedundancyCompliance 1.3.6.1.4.1.30065.3.8.2.1.1
The compliance statement for Arista switches that support Redundancy MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

aristaRedundancyStatusGroup 1.3.6.1.4.1.30065.3.8.2.2.1
The collection of objects that represent the redundancy status of the system.
Status: current Access: read-only
OBJECT-GROUP    

aristaRedundancyNotificationsGroup 1.3.6.1.4.1.30065.3.8.2.2.2
The collection of notifications generated by the system on redundancy change events.
Status: current Access: read-only
NOTIFICATION-GROUP