ARISTA-CONFIG-MAN-MIB
23 objects
This MIB provides notifications in case of configuration events. Notification to the managing device are sent (aristaConfigManEvent) in case of the occurence of a config event. The config events can take place from any of the following sources: cli commands issued via CLI snmp snmpsets via SNMP aristaConfigManEvent would provide information about command source config source, config destination, config source URL (for instance flash, ftp, http and so on) and config destination URL.
Imported Objects
| ARISTA-SMI-MIB | aristaMibs |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE TimeTicks Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.30065.3.9 | IdentityaristaConfigManMIB | This MIB provides notifications in case of configuration events. Notification to the managing device are sent (aristaConfigManEvent) in case of the occurence o… | ||
| 1.3.6.1.4.1.30065.3.9.1 | NodearistaConfigManMIBObjects | |||
| 1.3.6.1.4.1.30065.3.9.1.1 | NodearistaCmdHistory | |||
| 1.3.6.1.4.1.30065.3.9.1.1.1 | ScalararistaCmdHistoryRunningLastChanged | read-only | current | The value of sysUpTime when the running configuration was last changed. |
| 1.3.6.1.4.1.30065.3.9.1.1.2 | TablearistaCmdHistoryEventTable | not-accessible | current | A table of configuration events on this router. |
| 1.3.6.1.4.1.30065.3.9.1.1.2.1 | RowaristaCmdHistoryEventEntry | not-accessible | current | Information about a configuration event on this router. |
| 1.3.6.1.4.1.30065.3.9.1.1.2.1.1 | ColumnaristaCmdHistoryEventIndex | not-accessible | current | A monotonically increasing integer for the sole purpose of indexing events. |
| 1.3.6.1.4.1.30065.3.9.1.1.2.1.2 | ColumnaristaCmdHistoryEventTime | read-only | current | The value of sysUpTime when the configuration event occurred. |
| 1.3.6.1.4.1.30065.3.9.1.1.2.1.3 | ColumnaristaCmdHistoryEventCommandSource | read-only | current | The source from where the config command was initiated. |
| 1.3.6.1.4.1.30065.3.9.1.1.2.1.4 | ColumnaristaCmdHistoryEventConfigSource | read-only | current | The configuration data source for the event. |
| 1.3.6.1.4.1.30065.3.9.1.1.2.1.5 | ColumnaristaCmdHistoryEventConfigDestination | read-only | current | The configuration data destination for the event. |
| 1.3.6.1.4.1.30065.3.9.1.1.2.1.6 | ColumnaristaCmdHistoryEventConfigSourceURLScheme | read-only | current | The config source URL scheme. |
| 1.3.6.1.4.1.30065.3.9.1.1.2.1.7 | ColumnaristaCmdHistoryEventConfigDestURLScheme | read-only | current | The config destination URL scheme. |
| 1.3.6.1.4.1.30065.3.9.2 | NodearistaConfigManMibConformance | |||
| 1.3.6.1.4.1.30065.3.9.2.1 | NodearistaConfigManMibCompliances | |||
| 1.3.6.1.4.1.30065.3.9.2.1.1 | CompliancearistaConfigManMibCompliance | current | The compliance statement for Arista switches that support CONFIG-MAN-MIB. | |
| 1.3.6.1.4.1.30065.3.9.2.1.2 | NodearistaConfigManMibGroups | |||
| 1.3.6.1.4.1.30065.3.9.2.1.2.1 | GrouparistaConfigEventDetailGroup | current | The collection of objects that represent the redundancy status in the system. | |
| 1.3.6.1.4.1.30065.3.9.2.1.2.2 | GrouparistaConfigManMibNotificationsGroup | current | The collection of notifications generated by the system upon configuration events. | |
| 1.3.6.1.4.1.30065.3.9.3 | NodearistaConfigManMIBNotificationPrefix | |||
| 1.3.6.1.4.1.30065.3.9.3.0 | NodearistaConfigManMIBNotifications | |||
| 1.3.6.1.4.1.30065.3.9.3.0.1 | NotificationaristaConfigManEvent | current | Notification of a configuration management event as recorded in aristaCmdHistoryEventTable. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| ConfigHistoryEventMedium | INTEGER { none(0), erase(1), commandSource(2), running(3), startup(4), url(5), session(6) } | current | The source or destination of a configuration change, save, or copy. erase erasing destination (source only) running live operational data commandSource the command source itself startup what the system will use next reb… |