ARISTA-REDUNDANCY-MIB
23 objects
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.
Imported Objects
| ARISTA-SMI-MIB | aristaMibs |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION TimeStamp |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.30065.3.8 | IdentityaristaRedundancyMIB | This MIB module provides configuration and status information pertaining to high availability or redundancy infrastructure on Arista devices. As such, this MIB… | ||
| 1.3.6.1.4.1.30065.3.8.0 | NodearistaRedundancyObjects | |||
| 1.3.6.1.4.1.30065.3.8.0.0 | NodearistaRedundancyStatus | |||
| 1.3.6.1.4.1.30065.3.8.0.0.1 | ScalararistaRedundancyProtocolConfig | read-only | current | Indicates the configured redundancy protocol in the system. |
| 1.3.6.1.4.1.30065.3.8.0.0.2 | ScalararistaRedundancyProtocolOper | read-only | current | Indicates the operational redundancy protocol in the system. |
| 1.3.6.1.4.1.30065.3.8.0.0.3 | TablearistaRedundancyUnitStateTable | not-accessible | current | This table contains the current redundancy state information for the units in the system. |
| 1.3.6.1.4.1.30065.3.8.0.0.3.1 | RowaristaRedundancyUnitStateEntry | not-accessible | current | An entry containing redundancy state information for a unit. |
| 1.3.6.1.4.1.30065.3.8.0.0.3.1.1 | ColumnaristaRedundancyUnitId | not-accessible | current | A unique identifier representing a unit. Usually it is the slot number of the inserted unit on the given modular system. |
| 1.3.6.1.4.1.30065.3.8.0.0.3.1.2 | ColumnaristaRedundancyUnitState | read-only | current | The current state of the given unit. |
| 1.3.6.1.4.1.30065.3.8.0.0.3.1.3 | ColumnaristaRedundancyUnitStateEntryTime | read-only | current | The value of sysUpTime when the unit entered the given state. |
| 1.3.6.1.4.1.30065.3.8.0.0.4 | ScalararistaRedundancyLastSwOverReason | read-only | current | The reason for the last switchover in the system. |
| 1.3.6.1.4.1.30065.3.8.0.1 | NodearistaRedundancyHistory | |||
| 1.3.6.1.4.1.30065.3.8.1 | NodearistaRedundancyNotifications | |||
| 1.3.6.1.4.1.30065.3.8.1.0 | NodearistaRedundancyNotificationPrefix | |||
| 1.3.6.1.4.1.30065.3.8.1.0.1 | NotificationaristaRedundancySwitchOverNotif | current | A switchover notification is generated whenever a unit becomes active and it has taken over the control plane duties. | |
| 1.3.6.1.4.1.30065.3.8.2 | NodearistaRedundancyConformance | |||
| 1.3.6.1.4.1.30065.3.8.2.1 | NodearistaRedundancyCompliances | |||
| 1.3.6.1.4.1.30065.3.8.2.1.1 | CompliancearistaRedundancyCompliance | current | The compliance statement for Arista switches that support Redundancy MIB. | |
| 1.3.6.1.4.1.30065.3.8.2.2 | NodearistaRedundancyGroups | |||
| 1.3.6.1.4.1.30065.3.8.2.2.1 | GrouparistaRedundancyStatusGroup | current | The collection of objects that represent the redundancy status of the system. | |
| 1.3.6.1.4.1.30065.3.8.2.2.2 | GrouparistaRedundancyNotificationsGroup | current | The collection of notifications generated by the system on redundancy change events. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| AristaRedundancyProtocol | INTEGER { unknown(0), simplex(1), rpr(2), sso(3) } | current | 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 s… |
| AristaRedundancyState | INTEGER { unknown(0), standby(1), active(2), disabled(3) } | current | 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 u… |